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

    TFS 1.X+ getNextPosition guidance required

    Hello im trying to use the getNextPosition function without success, heres my code: function doCharge(cid, targetcid, index) local creature = Creature(cid) local target = Creature(targetcid) local pathToObj = creature:getPathTo(target:getPosition(), 0, 1, true, true) if...
  2. DemShion

    [USA] Enfini Adventure, 8.6, PvP-E

    Hello, i am currently hosting a very small PvP Alpha, i hope you can join me, and if you would be so kind to record some video and send it to [email protected] we will add cool scenes to this alpha video!! Map: Custom Protocol: 8.6 Ip: enfini-adventure.no-ip.biz Accmaker: 1/1, 0/0...
  3. DemShion

    Enfini Adventure || Conquest Showoff

    Hello everyone i made this thread to show you guys some of the map ive working on, i am rlly noob at mapping and rlly want to improve, i need some tips or advice on how to work whit raw, since for me it is way too slow and the results are sometimes worst than whit doodad lol... i must be doing...
  4. DemShion

    Linux Need help whit VPS info.

    Holle everyone, frst of all ty for reading, the reason for this thread is to ask a few question about the VPS and the Dedicated Servers, since i want to host my new project whit a good company, anyways ive already found a good geographycal location for the data base and prices are good, i just...
  5. DemShion

    Enfini Adventure Official Stream Channel. || [Online]

    Hello this will be the official thread for the stream channel of Enfini Adventure (the upcoming server), for more info follow this thread: http://otland.net/f251/enfini-adventure-coming-soon-188355/#post1820326 stream link : DemShion Current Status: Online You are welcome to join on the...
  6. DemShion

    Defining condition damage.

    Hello, i want to know if its possible to define formula that returns a value that can be used in the addDamageCondition(condition1, 4, 1000, -THISVALUE), since ive tried math.random(), trying to get a formula by players lvl and sill etc but nothing seems to work im starting to think that i might...
  7. DemShion

    Enfini Adventure | Coming soon.| More New Videos!

    Hello, i just want to give everyone a heads up about the upcoming betas ill be hosting to test balance, find and correct bugs and introduce Enfini Adventure to the community, i can not tell an exact date yet for the upcoming betas but i can tell it will be soon (1 week - 1 month ETA), so i hope...
  8. DemShion

    Donating.

    Okay so ive been geting a lot from this forums and i would like to make a donation, however i cant donate via paypal because i had some problems whit them and my credit card... so i was wondering if theres any other method to make a contribution, like making a deposit on a bank account or...
  9. DemShion

    [Trash Thread]Problem Compiling on Windows.

    SOLVED, RE INTALLED LIBRARIES CAREFULLY AND NOW WORK PROPERLY, sorry u.u Hello, as the title says im having problems compiling on Windows, everything goes great till i need to compile the project whit CodeBlocks, i followed the compiling instruccions step by step and still get this error :o...
  10. DemShion

    Solved RME beta live function, help please.

    Hello there, i was looking aroun in the forums and found that theres is a function for cooperative maaping and thats just awsome i just want to know what do i need to do so i can get the live option, i downloaded RME 3.0 beta 8 and theres no Live option on the toolbar D: is there any specific...
  11. DemShion

    Solved DoCreatureSetNoMove(), having issues whit the function.

    Hello, as the title says im having problems using the doCreatureSetNoMove() function, it works just fine, except if you target someone and set chase mode on or simply follow him, its like the function didnt even existed when following whit a client function, but works perfectly when you try to...
  12. DemShion

    Lua Help defining my target on a spell...

    Hello everyone, i need help defining my target on a spell, it goes like this: local pos = getPosByDir(getCreaturePosition(cid), getCreatureLookDirection(cid), 1) local target = getTopCreature(pos) local lvl, ml = getPlayerLevel(cid), getPlayerMagLevel(cid) local h1, h2 = ((((lvl * 3) / 2)...
  13. DemShion

    Solved How to - Summons cut of experience = 0.

    Hello there, i just want to know if theres a funcion or something to give the master of the summons (the player that summoned the creatures) full experience from the monsters killed, even if he (the player that summoned the creatures) dont deal damage to the attcked creature... ty in advance.
  14. DemShion

    Need help improving this spell! (bloody roar)

    CREDITS GO TO Exedion!!!! I have this wondefull spell for knights that buffs players in the area of effect, the buff recived is depending the vocation and you also get your shield skill reduced dramatically, everything works smooth, exept that i want the caster to get a condition too, a...
  15. DemShion

    Lua Need help improving this spell! (bloody roar)

    CREDITS GO TO Exedion!!!! I have this wondefull spell for knights that buffs players in the area of effect, the buff recived is depending the vocation and you also get your shield skill reduced dramatically, everything works smooth, exept that i want the caster to get a condition too, a...
  16. DemShion

    Compiling Adding a getConditionParamValue(), rlly close

    Hi, so i wanna add a function that returns the value of a condition param[getConditionParamValue()], so i can use it to define a variable on the file game.cpp, for example. int wathever2 = player->getConditionParamValue(CONDITIONPARAM_SKILL_FISHINGPERCENT); so yeah... so far ive managed to...
  17. DemShion

    Adding a getConditionParamValue(), rlly close

    Hi, so i wanna add a function that returns the value of a condition param[getConditionParamValue()], so i can use it to define a variable on the file game.cpp, for example. int wathever2 = player->getConditionParamValue(CONDITIONPARAM_SKILL_FISHINGPERCENT); so yeah... so far ive managed to...
  18. DemShion

    Solved create a new condition CONDITION_ENDURE

    So hello everyone, i though to start whit a quick introduction about myself, im from mexico (my english sucks), i am a newie and this is my first proyect. What i want to do: -i want to define a new condition, CONDITION_ENDURE, the effect is not something to worrie about, ive already solved...
Back
Top