Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use Gladiator Scroll
#1
If someone kill my gladiator, how can I summon it again if I have the scroll in my inventory?

#2
maround(optional number range, optional bool allfloors, optional string names) [number]: Numbers of monsters around you in the range, floors and names defined.
useitem(string/number item, string location, optional number itemindex) [void]: Use an item located inside your containers or inventory.

|Only Registered members can see download links. | Click here to buy subscription or here to register.

#3
|Only Registered members can see download links. | Click here to buy subscription or here to register.
 Brother, must be without battle.

maround(0)
useitem(gladiator scroll) 



this? If yes, can you add the line of no battle?

#4
Read the big warning on Requests section.

#5
Sry but let me know if I am making any mistake. I just need this script done. It's 2 lines. I don't have idea how to make it.

#6
Edit the first two lines with the correct values.


GladiatorScrollId = 000 -- Change for the correct Gladiator Scroll ID
GladiatorName = 'Gladiator' -- Change for the correct gladiator name when it's summoned (idk if its just 'Gladiator')

-- Don't change below this line
if maround(GladiatorName) == 0 then
    useitem(GladiatorScrollId)
end



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016