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

    Lua Limit 3 IPs bonus

    @Xeraphus and @heba abandoned this topic?
  2. dawnking

    Lua Function to save on 0.4

    I've made a script to change health/mana players, but i'm scare to if server crash or something make player have a rollback to set the old player health... There is a function/way to save player in 0.4?
  3. dawnking

    Lua Limit 3 IPs bonus

    I enjoy the idea and try to use this.. Okey? But not work @Xeraphus its showing me this errors: [18:57:48.723] [Error - CreatureScript Interface] [18:57:48.723] data/creaturescripts/scripts/exp_guild.lua:onLogin [18:57:48.723] Description: [18:57:48.723] (internalGetPlayerInfo) Player not...
  4. dawnking

    Lua SetPlayerMax HP/MP 0.4

    Thank you so much! One last thing: Did you know a function to save player, i scare to server crash and player get a bugged health / mana
  5. dawnking

    Lua SetPlayerMax HP/MP 0.4

    ???? I asked about set health after maxhealth, like i said, maxhealth looks work, but health no I need to change because my health was 300/150, for example
  6. dawnking

    Lua SetPlayerMax HP/MP 0.4

    I think setCreatureMaxHealth is working, but setCreatureHealth not setCreatureMaxHealth(cid, hp) setCreatureHealth(cid, hp) [16:17:53.356] [Error - NpcScript Interface] [16:17:53.356] data/npc/scripts/oracle.lua:onCreatureSay [16:17:53.356] Description: [16:17:53.357]...
  7. dawnking

    Lua SetPlayerMax HP/MP 0.4

    Not work bro local hp = getPlayerLevel(cid) * 5 local mp = getPlayerLevel(cid) * 30 doPlayerSetMaxHealth(cid, hp) doPlayerSetMaxMana(cid, mp) [15:54:42.274] [Error - NpcScript Interface] [15:54:42.274] data/npc/scripts/oracle.lua:onCreatureSay [15:54:42.274]...
  8. dawnking

    Lua Add green skull to NPCs 0.4

    Thank you guys!
  9. dawnking

    Lua Add green skull to NPCs 0.4

    I'm sorry, i don't understood what are u mean... Could you show me here? <?xml version="1.0" encoding="UTF-8"?> <npc name="Bahia" script="data/npc/scripts/default.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="70" head="0" body="0" legs="0" feet="0"...
  10. dawnking

    Lua Add green skull to NPCs 0.4

    How to add green skulls (party) in NPCs... I search on forum and found it: <look type="70" head="0" body="0" legs="0" feet="0" addons="0" skull="green"/> But i've tested and not work
  11. dawnking

    Lua SetPlayerMax HP/MP 0.4

    How do i doing wrong? To set max HP / MP? local hp = getPlayerLevel(cid) * 5 local mp = getPlayerLevel(cid) * 30 setPlayerMaxHealth(cid, hp) setPlayerMaxMana(cid, mp) [0:43:25.613] [Error - NpcScript Interface] [0:43:25.614]...
  12. dawnking

    Lua Help to DDOS players protection

    Hello, i've tried to add this old script to protect server... How work: When server avarange IP get to high, it kick all players to protect in a DDOS attack It's just need some sources edits, thats i made in: look for: // getOtsysTime() + getPlayerPing(cid) + doPlayerSendPing(cid) -...
  13. dawnking

    Compiling Help to add ping functions on 0.4

    Thank you guys!
  14. dawnking

    Compiling Help to add ping functions on 0.4

    I'm sorry, i don't know about sources edits, i just trying to add this old code that was here on forum, but don't have anymore... I don't understand The // getOtsysTime() + getPlayerPing(cid) + doPlayerSendPing(cid) [CREDITS: Shyzoul and Nothxbye] static int32_t...
  15. dawnking

    Compiling Help to add ping functions on 0.4

    I want to add this check ping functions to make scripts... Like if all players ping are high, kick everybody to save players But i got some problems that idk how to fix I'm using this sources: https://github.com/Fir3element/tfs04full (base) I've just edited this 2 files all parts i edited...
  16. dawnking

    Compiling Help to compile 0.4

    bump
  17. dawnking

    Compiling Help to compile 0.4

    bump
  18. dawnking

    Compiling Help to compile 0.4

    bump
  19. dawnking

    Compiling Help to compile 0.4

    bump
Back
Top