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
Open doors scripts
#1
Hello have qestion if u have script to open the door Like USE GROUND ITEM THANKS

#2
Hello.

There's a LUA Function that I've developed to open doors, it's called usedoor().
usedoor(number X, number Y, number Z, string action, optional table doors)
However, this function don't have all door ids, unfortunately. So, in case it don't have the door id that you want to open then you will have to add that on last parameter.
usedoor(X, Y, Z, 'open') -- It will search for closed doors on this sqm and open.

usedoor(X, Y, Z, 'open', { 1111, 2222 }) -- It will search for closed id with id 1111 and try to open it. 2222 is the door id when open.



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016