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

    How can i Track these sprites

    or to make things simple i can design my own map's no problem and scripts are just as easy but how ever i need the pokemon adventures sprites this is a personal project for my kids they love the game and i would rather not subject them to the community of players yet they are just 7 and 5...
  2. Jknot

    How can i Track these sprites

    awesome that would be great if i could find it any idea where i might could find the file for it ?
  3. Jknot

    How can i Track these sprites

    i want to get the pokemon ot sprites but not sure if i can track them or where i could get them from any help at all?:$
  4. Jknot

    what would couse it ?

    it doesn't do anything it get to the part all of it has loaded then it just shuts down and dont give a error
  5. Jknot

    what would couse it ?

    each time i start my server it loads all the way and when it try's to innitialize and register it crashes anyway to fix this problem?
  6. Jknot

    Windows Problem with ports!

    Try using a port checker to see if the ports are really open hmm i think you can find one at PortForward.com - Port Forwarding Guides Listed by Manufacturer and Model also make sure you open tcp 7171 udp 7171 then the same for 7172 make sure you do each one seperate as in 7171 tcp then do...
  7. Jknot

    updating database?

    hmm ok maybe i wrote it out wrong or wasn't clear on what i ment lol sry guys i was talking the forgotten.S3DB(database to me) seems when i try to move mine from cryingdamson3.5pl1 to the new cryingdamson3.6 i get a sqlite3 error and and it wont load the account/chars so what i wanted to know if...
  8. Jknot

    updating database?

    Hi guys i want to update my database from cryingdamson3.5pl1 to 3.6 anyone able to help me ?:confused:
  9. Jknot

    [8.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

    ok not sure if any1 else has had this problem but i can't seem to get the account manager to log in each time i try it logs it right back out .. anything?
  10. Jknot

    When full blessed and dead -> level 1

    Ahh sry man i dont run mysql wish i could be of more help hope you get this figurd out
  11. Jknot

    When full blessed and dead -> level 1

    not sure of the problem :huh: not sure how to fix prob man but this seems to be working very well if you want to try it out:p function onSay(cid, words, param) for i = 1,5 do if(getPlayerBlessing(cid, i)) then doPlayerSendCancel(cid, "You already have all of the...
  12. Jknot

    Aol problem

    lol kk bud just so that u got it fix'd let me know if u need anytihng i might could help with
  13. Jknot

    Aol problem

    either you item value is incorrect or you have a gm created item gm created aol's have 100 charges npc's have only 1 i hope this helps you if it dont i can send you the code for my aol :P
  14. Jknot

    Lua creating a !bless talkaction

    Good deal thanks man this helped me out as well thanks for fixing it.
  15. Jknot

    Solved Can it be edited?

    worked like a charm thanks man for the help it works perfect now +rep for you;)
  16. Jknot

    Lua creating a !bless talkaction

    Ahh your right i just tried it on my server and it allowed me to buy them twice taking money both times and bestowing blessings i have no idea how to fix that part but if it was fix'd the script would work even better than now :P any idea's?
  17. Jknot

    Lua creating a !bless talkaction

    opps ha yah sorry about that i typo'd when adding code but i see the tool to add it now :$ did any of these help you out?:peace:
  18. Jknot

    Solved Can it be edited?

    hi guys what i want to do is edit this script to be able for any player to use it function onSay(cid, words, param, channel) local againHour = 2 -- How many hours until they can use it again local speedAdd = 500 -- How much speed that should be added local...
  19. Jknot

    Lua creating a !bless talkaction

    you could try this this works for me on cryingdamson3.5p1 function onSay(cid, words, param) if getPlayerBlessing(cid) == 5 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You\'re a dumbass, you already bought blessings.")...
  20. Jknot

    Solved Remove Spells From Default Chat Log?

    Fix'd @up hey thnx alot was very simple :p haha +rep to you
Back
Top