02-11-2022, 04:10 PM
There was an update in Elderan server and the bot doesnt show the names of the chars when you have to choose, is this normal?
Server update
|
02-11-2022, 04:10 PM
There was an update in Elderan server and the bot doesnt show the names of the chars when you have to choose, is this normal?
02-11-2022, 07:55 PM
Hello.
Redownload and reinstall Kasteria OTBot, I just released a small patch, it's gonna work there.
02-12-2022, 08:13 PM
Thank you, it is working now, but it seems I can't use any LUA script, after I run it nothing happens... Or am I doing it wrong? Lol
02-13-2022, 01:02 AM
You are doing something wrong.
02-14-2022, 09:01 PM
I'm using the script you posted on LUA Scripts: local spell = 'exevo con flam' local spell_mana = 120 local capacity = 15 -- Stops if your capacity is equal or lower than this value. if mp() >= spell_mana and cancast() and cap() > capacity then cast(spell) wait(1000) stackitems() wait(800) end It works with burst arrows, but Im trying to use a a different spell and its not working at all, I dont know what Im doing wrong
02-15-2022, 05:02 PM
Post the script that you are trying to use. The one that you've edited.
02-17-2022, 04:40 PM
Make sure that you're placing it at Persistents and enabling. If the problem persists, it's better to copy and paste exactly the script here, cause a simple apostrophe that you miss, mess with everything.
02-27-2022, 05:52 PM
|