• 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. R

    Vip System error 2.0 (Good Post)

    BUMP!
  2. R

    Vip System error

    Now i post other with good code
  3. R

    Vip System error 2.0 (Good Post)

    vipaccplayer.lua: function onSay(cid, words, param, channel) if words == "/buyvip" then local price = 1000000 local days = 30 if doPlayerRemoveMoney(cid, price) then addVipDays(cid, days)...
  4. R

    Vip System error 2.0 (Good Post)

    i HAVE the next error with this code: https://imgur.com/PH1YN7K Please Help Inserindo as funções Abra a pasta data/lib, crie um arquivo lua e coloque: vipAccount.lua --[[ Name: Vip System by Account Version: 1.0 Author: Kydrai Forum...
  5. R

    Vip System error

    but the problem is in viplogin.lua, no? Vipaccgod.lua function onSay(cid, words, param, channel) local t = param:explode(",") local name, days = t[1], tonumber(t[2]) if words == "/installvip" then if installVip() then...
  6. R

    Vip System error

    replacement in the file?? Same error
  7. R

    Vip System error

    Inserindo as funções Abra a pasta data/lib, crie um arquivo lua e coloque: vipAccount.lua --[[ Name: Vip System by Account Version: 1.0 Author: Kydrai Forum: http://www.xtibia.com/forum/topic/136543-vip-system-by-account-v10/ [Functions]...
  8. R

    Vip System error

    i use this scripts http://www.tibiaking.com/forum/topic/34334-vip-system-by-account-10-by-kydrai/ but have this error : https://imgur.com/PH1YN7K
  9. R

    Planetlander

    Please Visits this new game: planetlander.herokuapp.com
  10. R

    TibiaEditor for 9.44+

    http://otland.net/f19/tibia-editor-9-81-a-177586/ ??
  11. R

    Effects!!

    i like add the effects to the source code, as I do?? mi server is 8.6
  12. R

    Effects!!

    i talk to custom effects sprites - - - Updated - - - bump!
  13. R

    Effects!!

    as I can add effects to my server?? i add the efects in spr and dat but when tested on the server does not work i have cryingdamson 0.3.6 (8.60) V8.2
  14. R

    Npc of Missions

    i send you a message :) - - - Updated - - - bump!
  15. R

    Npc of Missions

    is translete google :) jajaja
  16. R

    Npc of Missions

    1) player need storage to talk with npc 2) npc have 3 functions first: just talk and that storage1 second: just talk and that storage2 but need storageX to talk for second time three: give a mission buy need storage Y yo talk for three time
  17. R

    Npc of Missions

    thanks now I worked!! a small query, 1)as you added to storage needed to talk 2)and you can put a npc with 3 different functions? example: 1) talk to the ***************** 2) (with another storage) you ask an object **************** 3) (with another storage) sell spell
  18. R

    Npc of Missions

    in the monster.lua i need add something?
  19. R

    Npc of Missions

    thx have a small problem: 1) [28/05/2013 13:50:43] [Warning - Event::loadScript] Event onDeath not found (data/creaturescripts/scripts/Killmonster.lua) and the reward I want is only a storage plzz!
  20. R

    Npc of Missions

    bump!
Back
Top