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

    Lua Metin Stone Event --reward premium points for ZNOTE ACC

    Who wants to take this script . I give script with reward item and not points as a reward local names = {'earth stone', 'icy stone', 'fire stone', 'wind stone'} local rewards = {{2160, 50}, {5080, 1}, {9969, 1}, {5785, 1}, {2349, 1}} function onDeath(cid, corpse, deathList) if...
  2. tuduras

    Lua Metin Stone Event --reward premium points for ZNOTE ACC

    Ok thanks for help. I appreciate. To solve it its change account maker.
  3. tuduras

    Lua Metin Stone Event --reward premium points for ZNOTE ACC

    sorry but not works;p. There is another error with column Name 'Amber'
  4. tuduras

    Lua Metin Stone Event --reward premium points for ZNOTE ACC

    after your edited script post. You know what, look at line db.executeQuery("UPDATE `znote_accounts` SET `points` = `points` +" .. config.points .. " WHERE `name` = '".. getAccountByName(getCreatureName(mostdmg)) .."';") there is somethink like (mostdmg) in this line. Maybe this must be in line.
  5. tuduras

    Lua Metin Stone Event --reward premium points for ZNOTE ACC

    and can you do this for me ?I see not so much EDIT: I have this : account to znote_account . premium points for points local config = { points = 5, -- how many points winner get? } local names = {'earth stone', 'icy stone', 'fire stone', 'wind stone'} function onDeath(cid...
  6. tuduras

    Solved change exp item from 100vs to 1vc

    I'II see. For now, your last answer is enough for me. Thank you
  7. tuduras

    Solved change exp item from 100vs to 1vc

    Lanoyo works perfectly. Thanks so much. I replaced name to id .
  8. tuduras

    Solved change exp item from 100vs to 1vc

    Const?where do you see it. I don't understand a bit. PS:Thanks for reply
  9. tuduras

    Solved change exp item from 100vs to 1vc

    Hello Otlanders, I have item 100violet skins, which is changing to 1 violet collections. to --> . And I have got a script: local coins = { [ITEM_VIOLET_SKIN] = { to = ITEM_VIOLET_COLLECTION, effect = TEXTCOLOR_TEAL }, [ITEM_VIOLET_COLLECTION] = { from =...
  10. tuduras

    Lua Metin Stone Event --reward premium points for ZNOTE ACC

    Hello Otlanders.. Can someone repair me script of metin stone. As a reward is 5 premium points but for Gesior not for Znote . I'm already using Znote ACC and there is another code line for "points" not "premium_points". Here post metin scirpt : local config = { points = 5, -- how many...
  11. tuduras

    Globalevents Time

    Hello Otlanders. How to set up raid event on time not interval. (not singlespawn delay) <globalevent name="global_save" time="03:00" event="script" value="global_save.lua"/> <?xml version="1.0" encoding="utf-8"?> <raid> <!--Announcements--> <announce delay="1000" type="Event"...
  12. tuduras

    TFS 0.X spell healing monster and deals damage

    Hi, refresh
  13. tuduras

    help mount systems 8.60

    Hello Otlanders . I tested and works on OTX 2.16 based on 0.3.7. Best Regards
  14. tuduras

    Solved otx 2.16 based on 0.3.7 ---dodge reflect --- every hit is reflect

    yes I have anydesk . U know maybe when I've used dodge earlier it doesn't work. I made new character and I see dodge mirror PS:provide your details and I will send you an invitation
  15. tuduras

    Solved otx 2.16 based on 0.3.7 ---dodge reflect --- every hit is reflect

    the same that still is reflect. I used source edit. It's necessary to use script in data/creaturescript ?
  16. tuduras

    Solved otx 2.16 based on 0.3.7 ---dodge reflect --- every hit is reflect

    yes, i've changed to 722640 and still the same thanks for help
  17. tuduras

    Solved otx 2.16 based on 0.3.7 ---dodge reflect --- every hit is reflect

    @up Yes i Do . I used my dodge storage 98798644 not yours but mine
  18. tuduras

    Solved otx 2.16 based on 0.3.7 ---dodge reflect --- every hit is reflect

    ajjj stil the same. Every hit is blocked . code was corectly compiled.
  19. tuduras

    Solved otx 2.16 based on 0.3.7 ---dodge reflect --- every hit is reflect

    looks like this , line 2494 after edit: reflected += (int32_t)std::ceil((double)damage *0.03);
Back
Top