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

    Solved Paypal Gesior 1.2

    Thank you :) Could you tell me how to fix my guild issue? It let's me create the guild then this on the next page The Following Errors Have Occurred: Guild with ID 0 doesn't exist. ;/? Gesior
  2. jimmydunphy

    Solved Paypal Gesior 1.2

    How do I change the paypal script so instead of just one option for points there can be multiple? I.e .50 usd = 100 pts, 5 usd = 1000 pts ect? Right now shows only one and when I add more it just takes the last table and disregards the first one? $paypals[0]['name'] = '500 premium points on...
  3. jimmydunphy

    Solved Guild with ID:0 doesnt exist gesior for tfs 1.2

    I get this error after creating the guild, anyone know how to fix? The Following Errors Have Occurred: Guild with ID 0 doesn't exist. EDIT: Big thanks to @Shadow Dan and @imkingran for helping me get through this! I couldn't figure out how to delete my table on phpMYadmin because I had...
  4. jimmydunphy

    Fix for noobs like myself who cannot connect to their own server

    Hello everyone and Happy Newyear :) I've created this for people like myself who cannot log into their own server, after many suggestions from people in threads all over the internet and Gesior from otlands this is the solution I've come up with to connect to my server via my domain. There...
  5. jimmydunphy

    Well i can't do anything here :D

    There are two issues that prevent people from accessing their own server either via localhost or their own globalIP / created domain. One is that you haven't forwarded your ports 7171 and 7172 for both tcp and udp. If you have done this, and you're sure they're opened (you've used port checker)...
  6. jimmydunphy

    Well i can't do anything here :D

    I'm confused by your post? you downloaded the rar and the source? why?
  7. jimmydunphy

    How do I add shop categories Gesior? TFS 1.2

    I want to add shop categories so instead of just "Items" with one long shop list i can separate equipment by vocations?
  8. jimmydunphy

    Solved EXP scroll not working TFS 1.2

    @Ninja Wow thank you x10000000! I owe you! Great script and it works perfectly :) Thanks !!!
  9. jimmydunphy

    Solved EXP scroll not working TFS 1.2

    Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) data/actions/scripts/other/expscroll.lua:8: attempt to index local 'player' (a nil value) stack traceback: [C]: in function '__index' data/actions/scripts/other/expscroll.lua:8: in function...
  10. jimmydunphy

    Solved EXP scroll not working TFS 1.2

    Hello @Ninja and thank you for the reply! Is that something I'd add into player.lua or my exp scroll script? or possibly both?
  11. jimmydunphy

    Solved EXP scroll not working TFS 1.2

    Thank you very much for all your help @J.Dre !
  12. jimmydunphy

    Solved EXP scroll not working TFS 1.2

    Thanks very much :) Here is the newest issue in my ongoing saga lol. Lua Script Error: [Action Interface] data/actions/scripts/other/expscroll.lua:onUse data/actions/scripts/other/expscroll.lua:20: attempt to call method 'setExperienceRate' (a nil value) stack traceback: [C]: in function...
  13. jimmydunphy

    Solved EXP scroll not working TFS 1.2

    You guys are great help, the error isn't changing however. Still says the same thing on line 17 '=' expected near 'item' function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) if player:getStorageValue(config.storage) <= os.time() then...
  14. jimmydunphy

    Solved EXP scroll not working TFS 1.2

    function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) if player:getStorageValue(config.storage) <= os.time() then player:setExperienceRate(cid, SKILL__LEVEL, config.rate) player:setStorageValue(config.storage, os.time() +...
  15. jimmydunphy

    Solved EXP scroll not working TFS 1.2

    function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) if player:getStorageValue(80000) <= os.time() then player:setExperienceRate(cid, SKILL__LEVEL, config.rate) player:setStorageValue(config.storage, os.time() + config.time * 60 *...
  16. jimmydunphy

    Solved EXP scroll not working TFS 1.2

    When I use the exp scroll I get 50% less exp instead of double exp? This is the script I've used and im using tfs 1.2 local config = { time = 2, storage = 200011 } function onUse(player, item, fromPosition, target, toPosition, isHotkey) if player:getStorageValue(config.storage) >=...
  17. jimmydunphy

    Wondering how to add categories to shop system Gesior?

    I have figured out how to add the categories, I cannot however add items to them? help please?
  18. jimmydunphy

    Wondering how to add categories to shop system Gesior?

    How can I add categories in the gesior shop system so I can separate all the vocation equipment and clean it up? I'm using tfs 1.2
  19. jimmydunphy

    Help with a couple "minor" issuses

    Thanks for the reply! Any idea how to update that for tfs 1,2?
  20. jimmydunphy

    Help with a couple "minor" issuses

    Hello ! I am wondering if anyone could help me with two small issues, one being a custom client and the other being a gesior latestnews.php script to show me the last player joined. With the custom client (I've read gesior's tutorial) I can't seem to open that in notepad++ and when its opening...
Back
Top