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

    Lua What is worng? Raid?

    Error: data/raids raids.xml <raid name="Orshabaal" file="Orshabaal.xml" interval2="45" margin="1800" enabled="yes"/> data/raids/scripts Orshabaal.xml <?xml version="1.0" encoding="utf-8"?> <raid> <!--Announcements--> <announce delay="1000" type="Event" message="Orshabaal's minions are...
  2. danbsten

    Lua How change to need wait 30 days to use stamina pot

    How change to need wait 30 days to use stamina pot function onUse(cid, item, fromPosition, itemEx, toPosition) local cfg = {} cfg.refuel = 42 * 60 * 1000 if(getPlayerStamina(cid) >= cfg.refuel) then doPlayerSendCancel(cid, "Your stamina is already full.") --elseif(not...
  3. danbsten

    Lua Help error compile 0.4-3884

    Someone know how to fix this erros, i download this 3884 with cast system: http://www.mediafire.com/download/f2688r5cazyqz0d/3884+w+cast.7z If help me more peoples can use a stable source 8.60 (3884), with no bugs like 3777 So will help so peopls Pls help Error:
  4. danbsten

    What's the best source to start a project 8.6?

    Anyone can give me a good sources to i start my project 8.6??? Someone know a good soucers without bugs corpses and others, and others things like cast system???
  5. danbsten

    Lua Change this msg error LVL to ML

    Someone can change this error msg (need lvl to need MLVL)? if getPlayerLevel(cid) < spells_t[msg:lower()].level then npcHandler:say("You need to be level ".. spells_t[msg:lower()].level .." or older to purchase this spell.", cid) return true end
  6. danbsten

    Bonus Share EXP party 0.4

    Any people can help me to change exp to players in share exp party actived? I want make to if have 2+ players on share exp, all gain total exp when kill a monsters, for exemple Rat = 10 exp If share exp actived on party all kill rats gain 10 exp... Any know? Sorry to my english guys, im lerning :(
  7. danbsten

    Lua Interactive party OT (bonus exp)

    I wanted a way to benefit those who are hunting in a group, to make my server is up more interactive. It would for each party member in the experiment were increased by 100% for all, reaching up to 500% (five or more people in the party) Can anyone do it? I use 0.4 rev3777
  8. danbsten

    Solved Help to set exp bonus guild members online

    I have this code, but i dont understand it so much, and i need suport to change it I wanna make a script to 1 member online = 1% bonus exp 4 members online = 4% bonus exp And if bonus: if bonus > 10 then bonus = 10 end any can help me? exp_bonus.lua function...
Back
Top