• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. 1268995

    Lua How can i add 50% to this script?

    I have stages exp.. <stage minlevel="1" maxlevel="100" multiplier="1"/> So in level 1 to 100, player win normal exp like global tibia. When i kill a wolf without putting the ring, it gives 18 exp. When i kill a wolf with a ring i win 7209 When i remove the ring, wolf gives 7191.. The...
  2. 1268995

    Lua How can i add 50% to this script?

    [11/08/2015 11:11:03] The Forgotten Server - Edited By Cyko V8, version 0.3.6 - Edited By Cyko V8 (Crying Damson - Edited By Cyko V8) [11/08/2015 11:11:03] Compiled with GNU C++ version 3.4.5 (mingw special) at Apr 6 2013, 11:07:44.
  3. 1268995

    Windows Tibia 8.6 Debug

    I think is something in the map... change the coordenates where ur char log in. Open ur map editor, create a new area far from the others, and put ur chhar to log in there and check if the debug persist.
  4. 1268995

    Lua How can i add 50% to this script?

    [10/08/2015 09:25:06] [Error - MoveEvents Interface] [10/08/2015 09:25:06] data/movements/scripts/exp_ring.lua:onEquip [10/08/2015 09:25:06] Description: [10/08/2015 09:25:06] data/movements/scripts/exp_ring.lua:27: attempt to perform arithmetic on a nil value [10/08/2015 09:25:06] stack...
  5. 1268995

    The Oracle [NPC]

    I dont have the script here, but u can download a 8.6 global server and copy the Oracle Npc from npc folder of ot u downloaded and put on ur ot.
  6. 1268995

    Lua How can i add 50% to this script?

    Appear this error: [09/08/2015 17:27:45] [Error - MoveEvents Interface] [09/08/2015 17:27:45] data/movements/scripts/exp_ring.lua:onEquip [09/08/2015 17:27:45] Description: [09/08/2015 17:27:45] data/movements/scripts/exp_ring.lua:27: attempt to call global 'getPlayerExpRate' (a nil value)...
  7. 1268995

    Lua How can i add 50% to this script?

    Maybe something like: 1- Onlogin gives 50% more exp to premium; 2- When equip ring and are premium, return experience to normal and give 55% exp; 3- When dequip ring and are premium, return experience to normal and just after that add 50% experience. 4- When equip ring again, return experience...
  8. 1268995

    Lua How can i add 50% to this script?

    Thanks for all codes, i will test thhem later, i am on class right now. I just want to know if a detected a bug, because function 'onLogin' will only set player exp on player login. I mean, i maded a ring that add extra xp to player. So if player are using the ring when log in, will be added...
  9. 1268995

    Lua How can i add 50% to this script?

    Hello, i have a very simple (noob) question. In this script: rate = 1.05 doPlayerSetExperienceRate(cid, rate) Will make receive more 5% of exp. How can i put to player receive 5% + 50% of xp? I ask that because i have on my server a function that gives 50% more exp to player who are...
  10. 1268995

    Lua Tibia natural day/night (ambient light): how to always be day?

    Well, player will have full light on all places, and i dont want that, will remove the rpg XD. I only want full light on temple :P
  11. 1268995

    Lua Tibia natural day/night (ambient light): how to always be day?

    Hmm, marble floor will make my temple ugly.. maybe exist other option xD
  12. 1268995

    Lua Tibia natural day/night (ambient light): how to always be day?

    Hello guys. My otserver gets too dark when "night" come." So how can i deactivate this function? Is that possible? I want my server always bright, like a sun day, full ambient light. If its not possible, exist some script i can use to make at least my temple bright? Thanks!
  13. 1268995

    Script for online time.

    Awesome THANKS!!
  14. 1268995

    Script for online time.

    What this talkaction do?
  15. 1268995

    Script for online time.

    Ye, but since i will add items with 500 points price, player must make a lot of mcs + 21 days 24h afk (500 points) to buy a full set. Each player + 5 mcs = new players coming to ot, since they will see too much players online XD what u think?
  16. 1268995

    Script for online time.

    LOVE YAAAA <33333333333333333333 SOLVEEEED!!
  17. 1268995

    Script for online time.

    If player dies also will restart the time? Well, then i think the script are done and PERFECT!!! Thank you VERY MUCH man. @WibbenZ , see? Shadow Dan maded even u saying "u wrong, change that and that" XD Thanks dan, any problem i talk to u.. If my ot gives me some money i will not forget ur...
  18. 1268995

    Script for online time.

    Ye, time = 5 are adding 1 point to shop after 5 seconds !!! I have questions: 1) 1*60*60 = 1 hour? 2) If player log out and then log in, the 1 hour count will be restarted? 3) There is a possibility of player make a bug? (i cant think how this script can bug, since its perfect, but as u are a...
  19. 1268995

    Script for online time.

    Ops, i change local time = 1*60*60 -- time to add points change to 1*60*60 after you test it to local time = 10 -- time to add points change to 1*60*60 after you test it And points are being added after 10 seconds and added again and again.. I think it workss!! EDIT: The script i have is the...
Back
Top