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

Search results

  1. dawnking

    What is AAC?

    I've found and using a AAC, there are a few here: Znote AAC, Gesior AAC, Nicaw AAC But what the hell means AAC?
  2. dawnking

    TFS 0.X How to detect when players change the arrow slot item?

    I want to run a script when players change the item from ammo slot How to do it?
  3. dawnking

    TFS 0.X Detect monster attacking

    Is it possible to detect the monster i'm attacking? I mean if atkking == "Troll" then ... This function https://github.com/Fir3element/3777/blob/master/src/luascript.cpp#L2110 prints a stranger number
  4. dawnking

    TFS 0.X dynamic values on setConditionParam

    How to set dynamic values on setConditionParam? setConditionParam(addon_bonus_condition, CONDITION_PARAM_SPEED, math.ceil(speed_points)) function onLogin(cid) if isPlayer(cid) then -- citizen if canPlayerWearOutfitId(cid, 136, 3) or canPlayerWearOutfitId(cid, 128, 3) then...
  5. dawnking

    TFS 0.X addon bonus, not equiped outfit

    What do i need to change in my outfit.cpp (Fir3element/3777 (https://github.com/Fir3element/3777/blob/master/src/outfit.cpp)) To add all those bonus from: https://otland.net/threads/outfit-adding-bonus-to-your-addons-at-without-bug-using-sources-functions.100186/ example: <outfit id="1">...
  6. dawnking

    Lua Limit 3 IPs for this script

    I found a topic with this script here with this same problem, but abandoned This script to encourage players to make guilds, invite their friends, makers and get a bonus But what is happen: Some players create their own guild invite 10 mc's and let this 10 mc's open to get bonus alone...
  7. 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?
  8. 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
  9. 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]...
  10. 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) -...
  11. 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...
  12. dawnking

    Check items on player DP

    I'm making a server 0.4 with dawnport, i saw a lot things to delete items here in forum, but all have some problems... So i got this idea... There is a way to NPC check if player have more when 0 items on DP to townid 10 ? For example: if(itemsDP(townid 10) > 0) NPCSAY: You can not go to main...
  13. dawnking

    data/lib/004-database.lua:76: [Result:getDataString] Result not set!

    I trying to use this system: https://otland.net/threads/got-help-me-to-make-2-things.243854/page-3 But it's not work here... When i look the flag to see wichs guild own the throne... Show me this: [22:2:11.244] [Error - CreatureScript Interface] [22:2:11.244]...
  14. dawnking

    Lua Offer expires tradeoff (Auction System).

    Someone could help me to make a system like this (Innactive Players): <globalevent name="dbcleaner" type="startup" event="script" value="dbcleaner.lua"/> ------------------------------------------------------------------------------* ----- [[> Automated Database Cleanup 1.1 Structure //By...
  15. dawnking

    Compiling Help to add this func on my sources

    I tried to add this funcs in my sources: https://otland.net/threads/getotsystime-getplayerping-cid-doplayersendping-cid.121182/ I think i made something worng Like guys ask to suport here... Everything i change i put inside // getOtsysTime() + getPlayerPing(cid) + doPlayerSendPing(cid) // end...
  16. dawnking

    Lua Dawnport Monsters/NPCs

    Someone have monsters and npcs from dawnport? I just found the map...
  17. dawnking

    Lua offer expires Offline player to player item trader (Auction System).

    There is a way to set a offer expires in this trade off system? https://otland.net/threads/offline-player-to-player-item-trader-auction-system.51447/ Because have some idiot players... they make a offers like: wand of vortex 500k It stay there forever and pollutes the page There is a way to...
  18. dawnking

    If ot was under attack DDOS players dont lose nothing when die

    I played a server... When it was under DDOS attack if you die u don't lose nothing... I really want it, this should have on all servers... I'm using 0.4 How to do it?
Back
Top