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

    Solved war server lose skills/magic lvl

    Dude you don´t have to bee so fkn negative I am kinda pissed off I hate people like that "relase" their anger on people that just started with server stuff, this is probaly his first server so back the f*ck off..
  2. UchihaClan

    Solved war server lose skills/magic lvl

    Try this UPDATE players SET loss_skills = 0;
  3. UchihaClan

    Solved war server lose skills/magic lvl

    UPDATE "players" SET "loss_skills" = 0; Insert into SQL in ur database (phpmyadmin)
  4. UchihaClan

    Team Need team to make a server

    LMAO SNAPPPPP ^^^^^^ :D:P
  5. UchihaClan

    [SWEDEN] 8.6 | CUSTOM| NATALA | CAST SYSTEM| WAR SYSTEM | 100+ QUESTS AND MONSTERS

    I´ve seen you on every thread with Castielw, dude why are you allways so fkn negative I am getting pissed off, leave this guy alone he said that this was his first server and everyone got problems the first time. I remeber the first time I made a server I didn´t even had a website I had account...
  6. UchihaClan

    Solved TFS 0.3.6 to 0.4 some bugs needed to be fixed

    I got a lib folder for tfs 0.4 I will give it to you when I come home I am at school right now
  7. UchihaClan

    Solved shop.lua system not work

    np :cool:
  8. UchihaClan

    Need help in port forwarding

    Try to login with 127.0.0.1 and see if you get any errors in ur console
  9. UchihaClan

    Solved shop.lua system not work

    You restarted ur server? And try to delete every shop item that been bought (You can do that by going in to phpmyadmin and ur database then click on z_shop_history_item then delete every offer that been bought) if that dosn´t work then I don´t really know how to solove this are u sure you using...
  10. UchihaClan

    Solved shop.lua system not work

    You get the items from shop?
  11. UchihaClan

    Need help in port forwarding

    Check with this link Click here
  12. UchihaClan

    Solved shop.lua system not work

    This is a working shop.lua for tfs 0.4 tested it myself -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 19 -- time (in seconds) between connections to SQL database by shop script SQL_interval = 30 -- ### END OF CONFIG ###...
  13. UchihaClan

    Solved TFS 0.3.6 to 0.4 some bugs needed to be fixed

    This is a working zombie onstartup for tfs 0.4 function onStartup() db.executeQuery("UPDATE `player_storage` SET `value` = 0 WHERE `key` = " .. ZE_isOnZombieArea .. ";") doSetStorage(ZE_STATUS, 0) doSetStorage(ZE_PLAYERS_NUMBER, ZE_DEFAULT_NUMBER_OF_PLAYERS)...
  14. UchihaClan

    Solved TFS 0.3.6 to 0.4 some bugs needed to be fixed

    Add this to talcations <talkaction log="yes" words="/skill;/addskill" access="5" event="script" value="skill.lua"/> And create a lua and name it skill then paste this in it. (This is for tfs 0.4) function onSay(cid, words, param, channel) if(param == '') then...
  15. UchihaClan

    Solved shop.lua system not work

    What tfs you use
  16. UchihaClan

    Kill Reward!

    You puttet In creaturescripts.xml <!--event type="death" name="FragReward" event="script" value="fragreward.lua"/-->
  17. UchihaClan

    Kill Reward!

    Well this is my frag reward script :P function onDeath(cid, corpse, deathList) local reward = { item = 5953, count = 1 } for i = 1, #deathList do if isPlayer(cid) and isPlayer(deathList[i]) then --[[if getPlayerIp(cid) ~= getPlayerIp(deathList[i]) then...
  18. UchihaClan

    Kill Reward!

    Well I got a script from my war server it gives rewards whenever you kill someone example if you kill a guy you get like 5 cc pm me if you want it, it workes on tfs 0.4 I think it workes on tfs 0.3.6
Back
Top