• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search results

  1. wdvx

    [SWEDEN] Sniper 7.7 [WAR]

    yes server is offline and i am retired ... !
  2. wdvx

    Compiling You may not attack this player

    bump
  3. wdvx

    [SWEDEN] Sniper 7.7 [WAR]

    it will happen automatically or I will enable it manually
  4. wdvx

    [SWEDEN] Sniper 7.7 [WAR]

    only fixed last man / thais map, rest i have not changed server is up
  5. wdvx

    [SWEDEN] Sniper 7.7 [WAR]

    it's online on my own computer, haven't found a host. but i think i can put it up just to test last man standing ...
  6. wdvx

    Compiling You may not attack this player

    I wonder if someone can help me figuring out why this piece of code makes it impossible to attack any other players, under any circumstances. I even tried removing ALL the storage values and so on ... In function ReturnValue Combat::canTargetCreature(const Player* player, const Creature*...
  7. wdvx

    [SWEDEN] Sniper 7.7 [WAR]

    i dont know, if u want to speed up process, send money to [email protected] at PayPal
  8. wdvx

    Evolution XML 0.7.8 (8.0?) still exists?

    Xidaozu: Last Activity 19th January 2010 13:22
  9. wdvx

    [SWEDEN] Sniper 7.7 [WAR]

    im not home with linux, makes it more expensive to use windows, and im not going to spend much time on it and nor much money since i will probably not be playing myself
  10. wdvx

    [SWEDEN] Sniper 7.7 [WAR]

    too expensive
  11. wdvx

    Lua getGlobalStorageValue error

    it will save the current value of 20000, would be better if he posted the full script
  12. wdvx

    [SWEDEN] Sniper 7.7 [WAR]

    nope
  13. wdvx

    Avesta 7.4 temple position

    you have a website set up? if yes, then probably it is in htdocs/config.php and search for "temple"
  14. wdvx

    Rope.lua - Need help!

    from latest avesta revision: function onUse(cid, item, frompos, item2, topos) if(topos.x == 0 and topos.y == 0 and topos.z == 0) then doPlayerSendDefaultCancel(cid, RETURNVALUE_NOTPOSSIBLE) return FALSE end topos.stackpos = 255 local tmp = getThingfromPos(topos) if (tmp.itemid ~=...
  15. wdvx

    Lua getGlobalStorageValue error

    Yes, if he saves it will change in the database aswell!
  16. wdvx

    Lua getGlobalStorageValue error

    If not necessary to check for 0, then make it like this. I'm not sure what the problem is :S function onThink(cid, interval, lastExecution) if getGlobalStorageValue(20000) < 1 then doBroadcastMessage ("smaller") else doBroadcastMessage ("bigger") end end You might have to make a save...
  17. wdvx

    [SWEDEN] Sniper 7.7 [WAR]

    20-40 euro, doesn't need a better one no, private accounts
  18. wdvx

    [SWEDEN] Sniper 7.7 [WAR]

    still not found a cheap dedicated host
  19. wdvx

    [SWEDEN] Sniper 7.7 [WAR]

    limited supplies of ssa is not that bad. would be worse if the prize was a never ending soft boots of some shit
  20. wdvx

    Lua How Make a Protection Door?

    im not sure on the server u use, and what the correct line is but function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerSkullType(cid) == 0 then if isPremium(cid) == TRUE then if getCreaturePosition(cid).y < toPosition.y then...
Back
Top