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

    Working Upgrade System

    Nope, i tried on 2 different items. Same error for each. Maybe its the server i am using, OTServ (0.6.3) r.5795?
  2. E

    Working Upgrade System

    Just tested it, got the same error just on different lines, if you want me to post it i can. [EDIT] Added error
  3. E

    Working Upgrade System

    Seems like i posted the wrong error msg, sorry. This is the right msg. I was also asked to post the script i was using, this is it. --- Perfect refine system by Mock the bear (MTB). --- Email: [email protected] local gain = { gainArmor='&p+1',loseArmor='&p-1'...
  4. E

    Working Upgrade System

    Yeah i used Mocks, and that is the one i have on my server. As i said in the first post, Mocks is the one i liked a lot and it didn't work. >.< it is starting to piss me off cuz i really liked mocks. [EDIT] I removed the wrong error.
  5. E

    Working Upgrade System

    Can someone direct me to a working upgrade system? Or tell me how to set up my server so it works with the system? I do not know how to add functions really, that is why i am asking. I am using OTServ (0.6.3) r.5795. For an 8.6 server and every upgrade system i try fails. It isn't...
  6. E

    Lua Spawn Monster with random chance

    Then what about a 8.6 server? I DL'd an 8.6 server (OTServ 8.60 (rev 5795)) and there is a functions.lua file but no doSummonCreature so it wouldn't work on that server too right? How could i get it to work?
  7. E

    Lua Spawn Monster with random chance

    I just edited my other post. Seems like it was to late, the 8.7, 0.2.10 TFS server i am using doesn't have the Data/Lib folder. What should i do?
  8. E

    Lua Spawn Monster with random chance

    How can i check that? I never had to check if i had a function or add one. Okay i feel stupid, i just looked at a different server. The one i am using doesn't have the Lib folder. So i do not have any of the functions in there. It is 0.2, 8.7 TFS so is there anything i can do?
  9. E

    Action Perfect items upgrade

    whys that? i dont know a lot about scripting. And would it work with 8.6?
  10. E

    Action Perfect items upgrade

    I am using TFS 8.7 Mystic Spirit. I get this error when i try to upgrade anything. Any help? [27/04/2011 21:34:01] Lua Script Error: [Action Interface] [27/04/2011 21:34:01] data/actions/scripts/custom/upgrade.lua:onUse [27/04/2011 21:34:01] data/actions/scripts/custom/upgrade.lua:88...
  11. E

    Lua Spawn Monster with random chance

    I do not make many scripts so i was wondering why this wasn't working. I am using TFS 8.7 Mystic Spirit. function onStepIn(cid, item, frompos, item2, topos) local dice = math.random(1, 5000) local tile1 = {x=1090, y=744, z=7} local tile2 = {x=1090, y=744, z=7} local tile3 = {x=1090...
Back
Top