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

Recent content by cire2003

  1. C

    Lua attempt to compare number with nil

    i been trying to make a script that would make stop ppl from lvling once they reach a level X till they do a certain quest. did this below but i keep getting "attempt to compare number with nil" if(getPlayerStorageValue(cid, 9996) == -1 and newlevel >= 250) then doCreatureSay(cid...
  2. C

    [United Kingdom] Harry Potter Online -Custom Client-

    i tryed it, the concept is rlly great but the time it takes to go from a place to an other is 2 long. u shouldnt make haste as premium, would help out alot. im sure just that would help.
  3. C

    Advance save error

    Using the following code : local config1= { savePlayersOnAdvance = true } function onAdvance(cid, skill, oldLevel, newLevel) if(config1.savePlayersOnAdvance) then doPlayerSave(cid, true) end doPlayerSendTextMessage(cid, skill) if newlevel == 500 then...
  4. C

    Movements problem

    works perfectly, rep++ tks
  5. C

    Movements problem

    im using crying damson 0.3.6. when i was using older version, the following code was working <movevent event="StepIn" itemid="1504" script="holyfield.lua"/> Now, for some reason that i can understand, it doesnt do anything anymore. My file exist but onStepIn do nothing. any idea?
  6. C

    Solved LUA problem

    ill test it right now thanks for the fast answer :p rep++
  7. C

    Solved LUA problem

    I was using Crying Damson 0.3.5pl1 and upgraded to Crying Damson 0.3.6pl1 recently. While checking out if all my script were still working well, i found an error. function onUse(cid, item, frompos, item2, topos) doSetItemActionId(item.uid,102) end Before that i update, this script was...
  8. C

    Lua Need something like this

    yes its possible. but u better ask yur question here => Requests & Support
  9. C

    First level 400 on Tibia

    cause u think there is just 10k ppl that bot on tibia? :thumbup: it mainly detected only ppl using bot to stairhop (mages/rp) and ppl using nb bot. ppl using ng ~just as lp~ didnt got cought cause the way that the info is sent to the client is different from other bots
  10. C

    TalkAction .....

    just modify it... >.> @thread awesome script. tks
  11. C

    Interactive Damage

    i saw something like that a while ago but that was rlly complexe and the guy didnt released is script. u could throw a firefield on a tree then the tree was burning down and if there was other tree/burnable items around, they was taking in fire. If you find some1 that can do u that, well, you...
  12. C

    Calculating loot chance

    tks for help rep++
  13. C

    Calculating loot chance

    Let's say we got that into a monster file. Monster A <item id="AAAA" chance="100000"/> <item id="BBBB" chance="50000"/> <item id="CCCC" chance="25000"> <item id="DDDD" chance="17500"> <item id="EEEE" chance="8750"> My question is, how can you calculate the chance...
  14. C

    A tip to all Firefox users

    get a try to NoScript - JavaScript/Java/Flash blocker for a safer Firefox experience! - what is it? - InformAction. it blocks all script in a webpage as long as u dont allow it to execute it. its, from my point of vue, a must as security tool on firefox :p
Back
Top