Jump to content

ShyD

Banned
  • Posts

    50
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by ShyD

  1. solved: open serversource game/src/item_attribute.cpp find else if (GetType() == ITEM_COSTUME) { switch (GetSubType()) { case COSTUME_BODY: // ??? ??? ?? ??? ??? Attribute Set? ???? ???? ?? (ARMOR_BODY == COSTUME_BODY) return ATTRIBUTE_SET_BODY; case COSTUME_HAIR: // ??? ??? ?? ?? ???? ??? Attribute Set? ???? ???? ?? (ARMOR_HEAD == COSTUME_HAIR) return ATTRIBUTE_SET_HEAD; add case COSTUME_WEAPON: return ATTRIBUTE_SET_WEAPON; compile & have fun - special thanks to @S4nta
  2. item proto and set the value of minimum dmg i guess
  3. why u like to try that? just do new bonus there are tutorials about adding new bonus on the board here, otherwise u could just do it like mheele/magical dmg % in proto
  4. depends about what time were talking about. 2015 files others u should look up in serverfiles section of other board
  5. google for "metin2 offlineshop great c++"
  6. [40250] Reference Serverfile + Client + Src [15 Available Languages] - Binaries - Metin2 Dev welcome welcome
  7. Hey Dev! Welcome to my first small tutorial here. When i implemented mount renewal and mount follow system i thought that mounts are really coming too close to character when u walk and then stop. so i was looking for a solution: 1. Open ServerSource src/game/MountSystem.cpp 2. Search for: int APPROACH = 200; 3. Just play around with 200, enjoy
  8. Hey Dev! As i mentioned in the title i would like to know how i can do costume transform and enchant on weapon costume aswell. with system from blackdragon its not working. just for body costume and hair.. can somebody help? Ty and have a nice day
  9. i have same problem, cant solve it in itemmanager.h and .cpp...
  10. Hey Dev! As i mentioned in the title i have the problem that i cant compile. guess its not about my implementation - sth is missing. but there is nothing left in tutorial..can sb help? error is "public bool__thiscall CitemManager::LoadShiningTable...." #FIXED: include locale_inc was missing in itemdata.h
  11. Hey Dev! As you can see in the title of my post i have the following problem u see in gif. Sorry for bad english I really cant figure out whats wrong, can sb help? GIF SOLVED: granny file had .GR2 ending in caps, .gr2 needed - works now
  12. exactly, everytime when the white box appears while selling i get it inside syserr
  13. oh okay so i need to implement that i cant select the item with strg on mouse? seems like its not a bug? but why it prints in syserr that he cannot find item by 0? cuz its already sold and gets deattached from mouse?
  14. Hey guys i have this problem i mentioned in the title, if i sell items fast with STRG + Leftclick it shows the slot marked background alrhough its sellable and i get the yang aswell... in syserr it shows cannot find item by 0 if i sell real fast. See gif below, probably its just cuz i click double time? idk Metin2 - Gif Example A friend said i just have to write the refresh slot mark thing into selling function aswell in uiinventory... i tested it EVERYWHERE i dont know. Would be really happy if sb knows anything, ty!
  15. Hey guys! As i have mentioned in the title i have problems with compiling client src for inventory slot marking system. Server src is fine but in client src i get errorr that arg4 is not member of class exchange_packet... where can i add the member ? SOLVED
×
×
  • 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.