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

    Sprite Editor

    I need to find something to edit 8.70 badly. Well I can ectract sprites and edit the Dat files but I cant find anything to compile the OTB for the server
  2. Seksy

    8.70 Program to pack OTB files

    Hey guys I have been searching high and low. I have programs to extract the sprites and dat files, I can edit and recompile those but so far I cant find a program to compile the 8.70 OTB for the server. I am looking to edit and create new sprites. Any suggestions?
  3. Seksy

    Item Editing Tutorial

    bump - anyone? help? hello? anyone home? :D
  4. Seksy

    Sprite Editor

    wonder if this will work on 8.70 sprites BTW I been searching my ass off for a program to recompile the OTB file for 8.70 if anyone knows of something.
  5. Seksy

    Request: Premium scroll script!

    Ahhhh your right. Redone. Works now. function onLogin(cid) local playerTown = getPlayerTown(cid) if playerTown ~= 2 then if not isPremium(cid) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You has been teleported, because your premium has ended.")...
  6. Seksy

    Request: Premium scroll script!

    Ok rewritten because I think the previous code was ending function onLogin for the rest of the script below it. (if I understand this correctly) This worked so far. If player is NOT premium and town ID IS NOT premium town script will teleport player to premmy town, set players town ID to premmy...
  7. Seksy

    Request: Premium scroll script!

    staement..close..words lol ok so im not a programmer I use hillbilly slang I added an extry wurd whert it wernt needed :P thanks again !! :D
  8. Seksy

    Request: Premium scroll script!

    Ok so wrote this code. Limos pointed out it does not contain enough "end" statements function onLogin(cid) local playerTown = getPlayerTown(cid) if isPlayer(cid) then if playerTown ~= 2 then -- <-- not sure if this is right or not if not isPremium(cid) then doPlayerSetTown(cid, 2)...
  9. Seksy

    Lua I need support with NPC's

    Well they werent doing this before, then all of a sudden all NPC do it. Even on the standard hi greeting both colors. TFS 0.4 by the way I tried the npcHandler:say and it didnt respond, ill try again and report back
  10. Seksy

    Lua I need support with NPC's

    I got this problem but the NPC replies in both color text, just started today, dont know why After I start conversation it only replies in blue in the NPC window
  11. Seksy

    Request: Premium scroll script!

    Im trying to do this. When player logs in If not premium - and town not ID 2 set town ID 2 and teleport player to town If now premium - and town ID IS 2 then do send message xxxx But it only teleports everytime even if town ID is 2 function onLogin(cid) if isPlayer(cid) then if not...
  12. Seksy

    Request: Premium scroll script!

    So would one remove local otswe = { tp_pos = {x = 1000, y = 1000, z = 7} } Then replace doTeleportThing(cid, otswe.tp_pos, true) With doPlayerSetTown(cid, townid) should that work? Because as it is it teleports the player every time they log in if in premium town or not. You go hunting in no...
  13. Seksy

    Item Editing Tutorial

    Ok guys maybe someone here can help. So far I have everything I need to edit sprites and Dat files I currently need something to compile the OTB files for 8.70 but cant seem to find one that works Anyone know of something?? EDITED meant to compile 8.70 OTB files. I can work fine with 8.60 just...
  14. Seksy

    Gesior Layout- Iceskull

    link is dead
  15. Seksy

    Request: Premium scroll script!

    Printer how can you make this to set player town ID to a specific town.
  16. Seksy

    [GESIOR2012] Items Shop Installation/Administration

    Would be so nice if buy PACC was in this. Would eliminate having to code items to give you PACC and make your OT look a little more professional
  17. Seksy

    [Gesior Shop-System] Shop Admin Page v4

    Original script does not have the ability to delete offers The modified scripts here such as http://otland.net/threads/gesior-shop-system-shop-admin-page-v4.29724/page-2#post-299109 directs me to the page to delete offers but it does not delete and the modified script has no add points feature...
  18. Seksy

    [Gesior Shop-System] Shop Admin Page v4

    delete does not work for me only blank page. Everything else seems to work. I cant post my php file I keep getting a notice its too many chars long :S Using Gesior 2012 TFS 0.4
  19. Seksy

    [Gesior Acc] Aleh Lay02

    can you host this on something other than bullshit zippyshare? gotta download software just to get it :S
  20. Seksy

    Windows Site - ERRO

    I am having the same problem using Gesior 2012 for TFS 0.4 If I remove all players from the database except for account manager and samples then it works fine but I want to keep players intact. how can I overcome this?
Back
Top