Tuesday, March 3, 2015

eBot version 2.1.0.4


Automatic PVP Event & Automatic Search & Destroy Event are not on free user anymore.

Change log :

*Fixed unique event new system bug.
*eBot now repair your items using hammers, just keep them in your inventory.


Download Link :

Mega.co

Friday, February 20, 2015

Announcement.

Hello dear eBot users.

We would like to announce that ‘’Automatic PVP Event’’ and ‘’Search & Destroy is now available for free. (21.02.2015)
It is free use for next week. (28.02.2015) Feel free to use and test it out. After that, it requires a charge to have them features on eBot.

As we now added new events, prices increased. It’s written below:
1 Month: 39$
3 Months: 109$
6 Months: 199$

*Please note that:
-This is the final price of eBot and there won't be any price rise again.
-if you already charged your eBot, you won’t pay any extra amount. Also, free events are still useable for everyone.

eBot v2.1.0.2

Changelog:

*It's possible to reconnect now after connecting with invalid version.
*Unique event now it just count added unique ids.
*Added Save,Load buttons to save and load data from external file, You are now able to save your data and reload it when any version comes out.
*Alchemy item reward bug fixed.
*Fixed some groupspawn packet bugs.
***Added Automatic PVP Event.
***Added Automatic Search & Destroy Event.
*Added event ends after xx minutes to Trivia & LPN.
*Added option to Unique event to check for last unique death then spawn next unique. (NOT TESTED)
*Added option to enable/disable sending captcha.

Database restore is required.

Note that: You have to click on Notices tab or whatever tab you gonna use once you open eBot to prevent event push escape or empty notices/globals. (That's will be fixed asap)


Download Link:

mega.co

Tuesday, February 17, 2015

eBot Not Responding on start up.

Whoever got this error once he run his eBot download this eBot.exe and use it till the next version :)
Also you can save your data using this one ;)

Mega.co

Friday, January 30, 2015

eBot v2.0.3.6 !! [REUPLOADED]

Change Log:

**Added new tab with texts to be able to handle your events notices & globals.
*Fixed TriviaQuestions load sql error. (Restore database required)

Download Link:

Mega.co

Friday, January 23, 2015

eBot v2.0.3.2 !

Change log:

*Fixed mercenary bug which causes bot crash.
*Fixed some codes which causes bot crash.

Download link:

Saturday, January 17, 2015

Alchemy Event !

Alchemy Event is out !



1- Restore database is required.
2- Add this lines into your shard log database to _AddLogItem stored procedure.
IF(@Operation=90 AND @dwData = (Select value from eBot.._AlchemyInfo WHERE str = 'Plus') AND @ItemRefID = (SELECT value from eBot.._AlchemyInfo WHERE str = 'ItemID'))BEGIN
declare @Charname varchar(16) = (SELECT CharName16 FROM SRO_VT_SHARD.._Char WHERE CharID = @CharID)
INSERT INTO eBot.._AlchemyLog VALUES(@CharID,@Charname,@ItemRefID,9,GETDATE())
END