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

    Action Exhaustion problem - plzz help!

    potions only .. (is that marijuana healing weed) i want exhaust, after using this weed.
  2. R

    Action Exhaustion problem - plzz help!

    I wanna do exhaustion for this "potion-based" script: function onUse(cid, item, frompos, item2, topos) local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, 4000) if(hasCondition(cid, CONDITION_EXHAUST_HEAL)) then...
  3. R

    NPC Need a little help with greeting message.

    Hi! i need a little help. I wanna do changeable greeting, if player say hi, then greeting message... and after do a one mission: if player say hi AND getplayerstoragevalue(cid,310) > 0 then say something other...
Back
Top