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

    Color Codes

    oh ok, so they just went in order. Thank you man.
  2. Jfrye

    Color Codes

    Thank you. Does anyone know how they are numbered for Tibia though? head="1" body="16" legs="0" feet="118" I know the numbers are related to the colors, but how is each color numbered?
  3. Jfrye

    Old style mapping

    those look great. the only thing I don't personally like, is in picture 2, the tile by the sand and under rhe grass. to me that just doesn't fit that well. other than that, great work.
  4. Jfrye

    Why terofar and zavarash are rabbits?

    I haven't messed with terofar but zavarash I have basically rebuilt from another demon lord xml file and tibia wikia. just a suggestion. I'd offer up my code, but I haven't finished making the file correct.
  5. Jfrye

    Change Item Oz

    in items.xml <item id="21557" article="a" name="lodestone"> <attribute key="weight" value="300" /> </item> After it says weight, the 300 means 3.00 oz.
  6. Jfrye

    Help "map bug"

    Thats the best way to get a good outcome.
  7. Jfrye

    Help "map bug"

    Those all look to be right. Still looks like you will have to just add in the correct walls in the map editor manually.
  8. Jfrye

    Help "map bug"

    Youll have to get a map editor and fix that.
  9. Jfrye

    Color Codes

    Hey, im trying to find the color codes for the colors used in Tibia. I have searched, but only found a couple threads from around 5 years ago. I had some monster files that were messed up, and I am having a hard time getting the colors right. Any help is apprecated.
  10. Jfrye

    Lua Respawn - more than one place.

    I can't really write anything on my phone. if no one has given an answer by the time I get home from work, I'll try to help more
  11. Jfrye

    Lua Respawn - more than one place.

    try something like this for your positions local t = { {x = 100, y = 100, z = 7}, {x = 100, y = 100, z = 7}, {x = 100, y = 100, z = 7} }
  12. Jfrye

    talkaction !buytools Proplem with script

    What disto?
  13. Jfrye

    Windows Znote house.php/houses.php help

    @WibbenZ apparently I made 3 threads on this same topic. I have posted the solution in the main thread I listed a couple hours ago. I didnt see any point in 2 more pointless threads about the same thing being on here, so I requested them deleted. EDIT - I made a mistake. Forget this post...
  14. Jfrye

    Help to fix npc delay

    No problem. Good luck!!
  15. Jfrye

    Help to fix npc delay

    TALKDELAY_EVENT = 1 -- (1 = second) Seconds to delay outgoing messages. It's based on addevent. Have you tried changing this line? It is line 11 in the script. Try changing that to 5, and see if it changes the response delay. If it does, then change the 5 to a number you want it to be.
  16. Jfrye

    Help to fix npc delay

    If im not mistaken the NPC chat is handled differently depending on what server you are using. So we need a little more details, and more than likely the NPC file also.
  17. Jfrye

    Znote AAC-Having an issue with a code

    <?php echo mysql_select_single("SELECT premdays FROM accounts a LEFT JOIN players p ON a.id = p.account_id WHERE p.id=$user_id")['premdays'] > 0 ? "Premium account" : "Free account"?> Thanks @Bogart for getting this fixed for me.
  18. Jfrye

    Znote AAC-Having an issue with a code

    I sent you a pm
  19. Jfrye

    Znote AAC-Having an issue with a code

    @Znote is this something you can take a look at? It is kicking my butt, and everytime I look at my website, it annoys me.
  20. Jfrye

    Lua data/chatchannels/scripts/spells/lua

    So, do I just delete the spells.lua channel?
Back
Top