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

    Does this function exist

    i want to know if there is a function exactly like docreaturesay.. but it operates off of location and not by CID.. i need to write long things for my tutorial :/ function onSay(cid, words, param, channel) if (isPlayer(cid) == true) then ---------- doCreatureSay({x=866,y=591,z=7},'In this...
  2. Jgarder

    script wont properly randomize

    everything works on this script.. except that it wont randomize where its warp location is.. the portalPos i have defined at the start is just to be a fail safe.. but the script still refuses to set a random location. -- -- By jgarder function onUse(cid, item, frompos, item2, topos)...
  3. Jgarder

    get count from sql?

    i cannot get this simple script to work.. all i want to do is count how many rows have the killer's id and return me an integer function onKill(cid, target) if (isPlayer(cid) == true) and (isPlayer(target) == true) and getPlayerStorageValue(cid,17100) ~= 1 then local id =...
  4. Jgarder

    www.nightfrostonline.com not redirecting correctly

    Hey all, our DNS entry isn't working right.. use the IP 98.209.230.3 till it is sorted out.
  5. Jgarder

    whats wrong?

    Someone help me find out whats wrong.. whats the symptoms.. and whatever you suggest is the fix.. gimmie a place to start.. since i have no idea..
  6. Jgarder

    The forums are now here again.

    Due to massive bugs in the other forum system, our forums are now hosted once again by otland.
  7. Jgarder

    Might Be using these forums again

    Considering switching the website back to here. Still up in the air.
  8. Jgarder

    Rollback

    Sadly on this 9th of august 2009, we were forced to roll the database back to the 7th due to some serious bug exploitation that was not reported to us for several days. I am sorry but in order to maintain fairness, no one may receive anything back as there is no real way to check if your claim...
  9. Jgarder

    Enough with the Whining/flaming/abuse of users

    If you don't like a policy/user/monster/guild, politely kindly do not post it here. Whining on the forums is not appropriate. Abusing users is NOT Appropriate! Flaming someone because your angry is not appropriate! MAKING NEGATIVE COMMENTS ABOUT SOMEONES RACE/SEX/SEXUAL...
  10. Jgarder

    Creature::updateTileCache out of range.

    alright.. i have debug paramters turned on because my servers crashing.. and i see "Creature::updateTileCache out of range." A LOT.. any need for concern? also.. is there a list of what all the debug things directly mean.. or how much of a concern they are? or should i start the list myself :P
  11. Jgarder

    8.42

    updating this thread when i know more.. the weekend of the 9th and 10th of may we SHOULD be updated to 8.42.. so stay ready!
  12. Jgarder

    my servers been on 5 years

    Yes this belongs in the open tibia discussion board.. im discussing OT things.. im celebrating 5 years of having an active, online server... not too many servers can say the same.. ive never had a huge server and never did things right.. But i feel that there is no trust among players of OT...
  13. Jgarder

    compiling in 64bit

    im looking to compile TFS to work under 64 bit and be able to address the large amounts of memory required to run the real tibia map.. if u have any idea where i should start.. or perhaps if a tutorial could be wrote about it.. make sure to let me know asap
  14. Jgarder

    login server should post player data

    heres an idea.. The login server should Post the current online players of all the servers combined.. that way we only have to post our login server to OTservlist! if you support this idea lemme know.. if u dont know how to make a multi-world system then this post isnt for you
  15. Jgarder

    Regarding GM abuse.

    For those people curious.. Reaper of souls was suspended for simply kicking a player with a white skull who had 3 minutes prior killed a player.. (Gm's read last paragraph) Any further Gm abuse by anyone will not be taken lightly.. This includes creating donor items and unbalancing war. This...
  16. Jgarder

    Report.txt.. here one is

    No other info.. happens hours in or minutes.. ***************************************************** Error report - Mon Dec 08 12:44:23 2008 Compiler info - gcc 3.4.5 (mingw special) Compilation Date - Dec 1 2008 08:09:33 Memory load: 48 Total phys: 2096620 K available phys...
  17. Jgarder

    What creatures?

    Alright kids.. i havent played tibia is a very long time.. make me a list of creatures YOU want to lvl on (dont just tell me the new shitty creatures) i wanna know what the people would really use! thanks
  18. Jgarder

    Paladin bug

    im not a complete expert on this bug but heres what i know from numerous reports on my server Paladins in particular cannot seem to use magic while attacking. paladins are the only people on my server that shoot range that affects rune timings, and its fast attack, so i believe that is why...
  19. Jgarder

    small noob question (source)

    hey i was wondering.. in the source code where could i find the code pertaining to the gain of exp when you pk another PLAYER. i would like to edit this so there is a couple lines in the config that has Withinlvlforexp = 0-1000 (only get exp for chars killed within this level 0 equals no...
  20. Jgarder

    Important request.

    i have been watching the output to my router very carefully.. and when people are on their own hunting alone and noone can see them.. output is about 7kb/s.. but when about 5 people are all together attacking 1 monster.. (perhaps a training monk) this figure jumps up into about 20kb/s.. Why...
Back
Top