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

    Mapper Need of a decent mapper!

    Mappa själv... det skall inte ta så lång tid om du gör basic maps sedan kan du göra nya medan servern är on så att du får tid
  2. G

    Solved Bless command

    Next time sir
  3. G

    Solved Bless command

    Up too ? the lua without slash because i still get this message but on line 1
  4. G

    Solved Bless command

    I am currently using this bless command but i get an error do you guys know why function onSay(cid, words, param) local fail = 0 if getPlayerLevel(cid) < 31 then cost = 2000 else cost = ((getPlayerLevel(cid) - 30) * 200) + 2000 end if cost > 20000 then cost = 20000 end for i = 1, 5 do if...
  5. G

    Solved Super sd

    ^
  6. G

    Exhaustion

    My sds ingame uses exhaustion 2000 but i've changed in spells <rune name="Sudden Death" id="2268" allowfaruse="1" charges="3" lvl="45" maglv="15" exhaustion="1000" needtarget="1" blocktype="solid" event="script" value="attack/sudden death.lua"/> <rune name="Super sd" id="2306"...
  7. G

    Solved Super sd

    How do you rep? this limo guy deserves it all
  8. G

    Solved Super sd

    how long did it take for you guys to get the hang of this ?
  9. G

    Solved Super sd

    hahah limo has answered like all of my posts i feel so dumb when he knows everything
  10. G

    Solved Super sd

    so if i have ml 100 it will deal 7x100 + lvl ?
  11. G

    Solved Super sd

    what ? I dont understand what you mean
  12. G

    Solved Super sd

    No i started like yesterday with this shit and it has fucked my mind with every single thing i've done is it the zero ? Can you tell what it is
  13. G

    Solved Super sd

    I've made an sd called super sd How do i make so that it deals more with ml. my lvl 350 char with ml 25 deals 1.100-1.200 and my god char with ml 100 deals 1.400 How do i increase the ml dmg local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE)...
  14. G

    Solved Hp rune

    So do i keep <item fromid="2275" toid="2276" article="a" name="Super healing rune"> <attribute key="weight" value="120" /> </item> in items ? or remove it Still wont work <rune name="Super healing rune" id="2275" allowfaruse="1" charges="1" lvl="1" maglv="1" exhaustion="1000"...
  15. G

    Solved Hp rune

    What do you mean? my manarune lua works and it's in other ? Do i create a lua in healing ? and then in spells i make a new row in healing runes and add id 2775(the one i want)
  16. G

    Solved Hp rune

    I have gotten this script local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, FALSE) setCombatParam(combat...
  17. G

    Solved Manarune

    Where? Thank you very much
  18. G

    Solved Manarune

    I am currently using this manarune script for id 2294. http://pastebin.com/bp108XkJ It says minmana=800 maxmana=1000 But it heals from about 1300-1500 Can anyone help me or change the script ? i just took it from a thread
  19. G

    Mysql- sqlite ?

    i dont get the reward i only open it and inside is the reward Oh and my map sucks im thinking of using a fully edited evolution because im new and i'd like to work by an edired one to make it custom.. got any maps ?
  20. G

    Mysql- sqlite ?

    Okay my friend is now online but one thing i've realized is that when i open chests they act like a loot..?
Back
Top