Jump to content

Indikator

Inactive Member
  • Posts

    32
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Indikator

  1. Hi guys, is it possible write some function which can reduction lv 90 to lv 75?
  2. If you're using 34k game you can apply this diff: 0017F637: 89 90 0017F638: 5C 90 0017F639: 24 90 0017F63A: 04 90 0017F63B: 89 90 0017F63C: 04 90 0017F63D: 24 90 0017F63E: E8 90 0017F63F: 9D 90 0017F640: DC 90 0017F641: 00 90 0017F642: 00 90 Thank you so much, now its worked normal (y)
  3. I discovered that problem is in every quest and isnt in Mijago system. Any ideas?
  4. [codesyntax]quest test_pvpecko begin state start begin when kill with npc.is_pc() begin local vid = npc.get_vid() local old_pc = pc.select(vid) if old_pc != 0 then local lev = pc.get_level() local name = pc.get_name() pc.select(old_pc) if pc.get_level() >= 75 and pc.get_level() <= 80 then pc.change_gold(5000) pc.give_exp2(5000000) chat("Zabil jsi: "..name..", level: "..lev) elseif pc.get_level() >= 81 and pc.get_level() <= 84 then pc.change_gold(10000) pc.give_exp2(10000000) chat("Zabil jsi: "..name..", level: "..lev) elseif pc.get_level() >= 85 and pc.get_level() <= 90 then pc.change_gold(15000) pc.give_exp2(15000000) chat("Zabil jsi: "..name..", level: "..lev) end end end end end[/codesyntax] Ingame -
  5. Hi all, today i try add a npc.get_vid() function by Mijago and i have problem that when in quest i have write chat("Hi guys") in game i see it 2x. Any idea haw solved this problem? Thanks for your answer.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.