Jump to content

yarka0000

Inactive Member
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

About yarka0000

Informations

  • Gender
    Male

Recent Profile Visitors

991 profile views

yarka0000's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

24

Reputation

  1. they were just example. the quests restart random.
  2. There is a strange bug in my files. Although some biologist quests finished, they start again. For example: I finished collect quests up to lv 85 and i m collecting lv 90 quest now. But when i login in a day i see there is both lv90 and lv 80 quest. It occurs especially after going in to dragon room. Anybody help me?
  3. There is a problem. Some players click metin2client.exe and nothing occurs. So they cant join in to game. What could be the problem?
  4. M2 Download Center Download Here ( Internal ) quest clean_inventory begin state start begin when 9005.chat."Empty your inventory" begin say_title(mob_name(npc.get_race())) say("Inventory which you choose will be empty.") say("Pay attention when you make your choice.") say_reward("Choose the inventory which you want to empty.") local s = select("Inventory - I","Inventory - II","Remove all items","Cancel") if s == 1 then say("Do you really want to empty Inventory I?") if select("Yes","No") == 2 then return end clean_inventory.empty(0,44) elseif s == 2 then say("Do you really want to empty Inventory II?") if select("Yes","No") == 2 then return end clean_inventory.empty(45,89) elseif s == 3 then say("Do you really want to remove all items except") say("equipments?") if select("Yes","No") == 2 then return end clean_inventory.empty(0,89) else return end end function empty(a,b) for i=a, b do item.select_cell(i) item.remove() end end end end
  5. when i remove szduration on skill_proto, effects work but it cant be solved like that.
  6. i have a problem. all passive skill's animations are like this video. how can i fix this?
  7. this difs dont work on my game file. ca you help me? no exp when read skill books This difference file was created by IDA Pro game_r34083 000ABBC1: 0B 4B 000ABBC2: B0 AF stun bug ix This difference file is created by The Interactive Disassembler game_actual 000692DE: 5A 64 second thing is that i want to prevent attack to private shops? is there any dif on 34k?
  8. i want to make new immune flag like metin stones in nemere's watchtower. but icant find which file i should edit. i mean immune_flag WARRIOR, SURA etc.
  9. hello, i have a problem. i compiled a source without any error. Channels start normally. But when i try to login, it stops logging in screen. Even if i enter wrong id and password, it just stops the screen. How can i solve this problem?
×
×
  • 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.