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

    spells talkaction

    hello guys i want help in !spells talkaction i need it to show AOE spells and Strike spells and support spells how i can make something like this to look like this -----AOE ----- blblablablablabl -----Strike ---- balablablab -----support----- blblablablabla bump bump bump
  2. mmheo

    C++ RSA problem

    devcpp
  3. mmheo

    C++ RSA problem

    i have source windows and when compile everything k but at end give me this error in photo i use 0.4 anyone can help
  4. mmheo

    exori gran spell

    how i can make spell like exori gran but effect will be weapotype like this local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_WEAPONTYPE) setCombatParam(combat...
  5. mmheo

    movements script problem

    when player stepin items action 41541 server get crash idk why and this is my movement.xml <movevent type="StepIn" actionid="41541" event="script" value="losse.lua"/> the problem is here doTargetCombatHealth(0, cid, COMBAT_PHYSICALDAMAGE, -1, -top, CONST_ME_EXPLOSIONAREA) maybe not work with...
  6. mmheo

    movements script problem

    same problem when player stepin server crash :S
  7. mmheo

    movements script problem

    hello i have this script but when player StepIn items server crash anyone can tell me why function onStepIn(cid, item, pos) if(isPlayer(cid)) then local top = getCreatureMaxHealth(cid) / 3 if(item and item.uid > 0 and getItemAttribute(item.uid, "aid") and...
  8. mmheo

    stun spells

    not work its just send magic effect 72 on me
  9. mmheo

    stun spells

    anyone can help me please
  10. mmheo

    stun spells

    hello guys i have this spell and need to edit it to stun all player and monster in screen not only target player local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat...
  11. mmheo

    spell like exura sio

    how i can make spell like exura sio but add storage to player example setmbet "player x so player x get storage x for 5 sec tfs 0.4 f5
  12. mmheo

    monster flag targetdistance

    how to change flag targetdistance with spell exeta res example when player use exeta res in monster <flag targetdistance="7"/> change to <flag targetdistance="1"/> tfs 0.4 anyone can help me ?? this is impossible?? anyone can help me please ??
  13. mmheo

    C++ isKnight()

    and what about this &&
  14. mmheo

    C++ isKnight()

    || this mean and ??
  15. mmheo

    spawn monster edite

    i use this spawn monster system https://otland.net/threads/creatureevent-onspawn-cid.134039/ but i need function to change monster exp when spawn example if monster spawn with skull get 10% more exp than normal skull there a function to do this? tfs 0.4
  16. mmheo

    mock slot system

    he need slot system by mock but with edit when use slot items on armor get hp 1% when use again get hp 2% and again 3% till 10 % max
  17. mmheo

    mock slot system

    i think its impossible with lua
  18. mmheo

    onlook script

    when look on myself its work show status but when look on other player don't work
  19. mmheo

    onlook script

    this script work when look on myself only any one can help me to make script work when look on other player im use tfs 0.4 function onLook(cid, thing, position, lookDistance) if isPlayer(thing.uid) and thing.uid ~= cid then doPlayerSetSpecialDescription(thing.uid,"\nreborn =...
  20. mmheo

    Regestire all monster and players in creatureevent.xml

    not work and when add this too not work idk why Feature - [CreatureEvent] OnSpawn(cid) when add onspawn unregisterCreatureEvent stop work idk why :S
Back
Top