• 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!

Recent content by verenko

  1. verenko

    Lua fragrewards.lua

    Help?
  2. verenko

    Lua fragrewards.lua

    Help ;(?
  3. verenko

    Lua fragrewards.lua

    Ok. Any ideas how to make not reward for myself when i die on fire field? function onDeath(cid, corpse, deathList) local reward = { item = 11197, count = 1 } for i = 1, #deathList do if isPlayer(cid) and isPlayer(deathList[i]) then --[[if getPlayerIp(cid) ~=...
  4. verenko

    No mlvl loss

    I'm using account manager. I can't find accmaker for 0.4
  5. verenko

    No mlvl loss

    Skills works but when i try do magic: #1054 - Unknown column 'loss_magic' in 'field list' - - - Updated - - - UPDATE players SET loss_mana = 0 doesn't work, any ideas?
  6. verenko

    Lua fragrewards.lua

    Thx for help it is also useful, but can u add this "Frag!", TEXTCOLOR_RED) to your script. And this is very important, U know it's noobwar serv with Evul Eye when u kill some1. 100 eyes= 25 eggs. 1 egg= exprience. Pls just these 2 things ;) function onDeath(cid, corpse, deathList) local...
  7. verenko

    No mlvl loss

    Hi. I've got problem with my Mlvl on noobwar. I don't want to lost mlvl when die. I tried something with SQL magic_loss but it doesn't work. Solve my problem - R++ :)
  8. verenko

    Disconnected from server (200002)

    I had this problem but I downloaded normal config.lua from TFS and now its good ;)
  9. verenko

    Lua fragrewards.lua

    I don't understand you, but this item is very important because it's noobwar. Now my fragreward.lua looks original: function onDeath(cid, corpse, deathList) local reward = { item = 11197, count = 1 } for i = 1, #deathList do if isPlayer(cid) and...
  10. verenko

    Lua fragrewards.lua

    Bump
  11. verenko

    Przelew a pełnoletność

    Jebac system , jebac podatki, wolna polska!!!!!
  12. verenko

    Lua fragrewards.lua

    R++ for try but it didn't help me :( Now my fragrewards.lua looks : function onDeath(cid, corpse, deathList) local reward = { item = 11197, count = 1 } for i = 1, #deathList do if isPlayer(cid) and isPlayer(deathList[i]) and getCreatureName(cid) ~=...
  13. verenko

    Lua Need help with war.lua

    R++ if helped ;)
  14. verenko

    Lua fragrewards.lua

    Hello. I'm new on this forum but i enjoyed it. I think u can help me cuz there are many good scripters :) I'v got problem with my NoobWar server. When i do fire fields and die on them server gives me item. Pls solve this bug! ;D fragrewards.lua function onDeath(cid, corpse, deathList)...
Back
Top