Jump to content

Nexooh

Member
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

About Nexooh

Informations

  • Gender
    I'm blue... Da beee de...

Recent Profile Visitors

203 profile views

Nexooh's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hey, I finally found the problem with the common_drop_item ! In the file, we got item identifier as for instance "µµ+6", but in your program, you're looking for VNUM. So, to make it work, we have to check VNUM for each drop, by matching names like "µµ+6" with their VNUM in the item_proto.txt, and replace the "weird name" with VNUM.
  2. That's what I thought you were saying, and I tried this solution, but it seems like there's nothing to do ? If I find a solution, I will share it with you, but it seems complicated. Thank you for your help, I don't want to pollute the thread
  3. Thank you for your answer. I'm still investigating, but I can't find out where the error is. I barely understand the structure of this file haha
  4. Hey @Ikarus_, Thank you for this share, this is really usefull ! However I got an error like @Tallywa's one, exactly the same to be precise... I also noticed the lack of a semi-colon in file DropConverter.cpp, for the creation of the SQL lines. The problem appears for the next tables : drop_mob_item_kill, drop_mob_group_kill, drop_mob_item_level, drop_mob_group_level. Can we have some information on the following error, please ? (I didn't touch the original file, but it seems messy...) Here is the common_drop_item.txt file : Thank you for your help !
×
×
  • 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.