Jump to content

JinHan

Inactive Member
  • Posts

    112
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by JinHan

  1. use that query for that skill INSERT INTO `skill_proto` VALUES ('170', 0xC2F7BFAD, '6', '1', '1', '0', 0x4850, 0x2D28312E312A61746B2B28302E332A61746B2B312E352A737472292A6B29, 0x34302B3130302A6B, '', '', 0x3135, 0x2D28312E312A61746B2B28302E332A61746B2B312E352A737472292A6B29, '', 'ATTACK,USE_MELEE_DAMAGE,SPLASH', '', 0x4E4F4E45, '', '', '', '', '', '', 0x35302B3133302A6B, '0', '0', 'MELEE', '12', 0x31, '0', '200');
  2. put bonuses on items in item proto and remove limit time, it's easy ,
  3. server, INSERT INTO `item_proto` VALUES ('71051', 0xF2D8A1A4C0E7B0A1BAF1BCAD202020202020202020202020, 0xA873B7A5C4DDA9CAB06CA55BAFB5D3442020202020202020, '3', '10', '0', '1', '33152', '24576', '0', '', '3000000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0'); INSERT INTO `item_proto` VALUES ('71052', 0xF2D8A1A4C0E7B0E6BAF1BCAD202020202020202020202020, 0xA873B7A5C4DDA9CAC2E0B4ABAFB5D3442020202020202020, '3', '10', '0', '1', '33152', '24576', '0', '', '500000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0'); Client, <Item vnum="71051" hashName="Gegenstand segnen" name="Gegenstand segnen" type="3" subtype="10" weight="0" size="1" antiflag="74112" flag="8196" wearflag="0" immuneflag="0" gold="0" buy_price="0" limittype0="0" limitvalue0="0" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="0" value2="0" value3="0" value4="0" value5="0" socket0="0" socket1="64848" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="0" refine_set="0" magic_pct="0" specular="0" socket_pct="0" /> <Item vnum="71052" hashName="Gegenstand verhexen" name="Gegenstand verhexen" type="3" subtype="10" weight="0" size="1" antiflag="74112" flag="8196" wearflag="0" immuneflag="0" gold="0" buy_price="0" limittype0="0" limitvalue0="0" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="0" value2="0" value3="0" value4="0" value5="0" socket0="0" socket1="64848" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="0" refine_set="0" magic_pct="0" specular="0" socket_pct="0" /> you must to adapt it for 40k item proto client
  4. Hy metin2dev i have a problem with bleeding, it gives the effect of blue possesion on mobs or players, but it gives, mabye from some images you will understand better, the bleeding gives the effect of skill 175.
  5. 96 skill affect GICHEON, i try to find it in input main and char... but no result, i try to find it in all source , 3 result in 3 files, i try to find it in all vanilla source 3 results in 3 files exactly the same...
  6. i have the same problem, i try to find that affect on inputlogin or char.cpp but nothing found
  7. because type in client and server must be the same, i know that it will work with type 6 too but i want type 7
  8. so if i put skills on type 7 i cant add points if i put on 6 i can add ro daca pun skillurile pe type 7 nu pot adauga puncte adica de exemplu cand apas pe plus sa le fac 1,2,3,4,5,6,7,8,9,10.... pana la m1.... acum ai inteles?
  9. Hy everybody ,first of all, thanks for your helping anytime. now i come with two bugs, the first one, i can't add points to wolfman skills If i click on+ nothing happens, i know from where the problem comes, from type of skill in navicat if i put type 6 i can add points, but if i put type 7 i can't add, the problems is in char_skill.cpp from islearnableskill function that's what i have bool CHARACTER::IsLearnableSkill(DWORD dwSkillVnum) const { const CSkillProto * pkSkill = CSkillManager::instance().Get(dwSkillVnum); if (!pkSkill) return false; if (GetSkillLevel(dwSkillVnum) >= SKILL_MAX_LEVEL) return false; if (pkSkill->dwType == 0) { if (GetSkillLevel(dwSkillVnum) >= pkSkill->bMaxLevel) return false; return true; } if (pkSkill->dwType == 5) { if (dwSkillVnum == SKILL_HORSE_WILDATTACK_RANGE && GetJob() != JOB_ASSASSIN) return false; return true; } if (GetSkillGroup() == 0) return false; if (pkSkill->dwType - 1 == GetJob()) return true; if (pkSkill->dwType == 5) { if (SKILL_7_A_ANTI_TANHWAN <= dwSkillVnum && dwSkillVnum <= SKILL_7_D_ANTI_YONGBI) { for (int i = 0 ; i < 4 ; i++) { if (unsigned(SKILL_7_A_ANTI_TANHWAN + i) != dwSkillVnum) { if (0 != GetSkillLevel(SKILL_7_A_ANTI_TANHWAN + i)) { return false; } } } return true; } if (SKILL_8_A_ANTI_GIGONGCHAM <= dwSkillVnum && dwSkillVnum <= SKILL_8_D_ANTI_BYEURAK) { for (int i = 0 ; i < 4 ; i++) { if (unsigned(SKILL_8_A_ANTI_GIGONGCHAM + i) != dwSkillVnum) { if (0 != GetSkillLevel(SKILL_8_A_ANTI_GIGONGCHAM + i)) return false; } } return true; } } if (pkSkill->dwType == 6) { if (dwSkillVnum >= SKILL_CHAYEOL && dwSkillVnum <= SKILL_CHEONGRANG) { return true; } } return false; } i have tried to add that if (pkSkill->dwType == 7 && GetJob() == JOB_WOLFMAN) { return true; } but problem has not fixed, i tried to change this if (pkSkill->dwType == 6) with this if (pkSkill->dwType == 7) but the same thing, does anybody know what i can fix that? can you help me,thanks in advance .the secound problem is that i have a buff after teleport which dissapear after few secounds ,there's a picture about this [Hidden Content] ,i am using allwip source.thanks so much
  10. you mustn't edit the source there you have the files [Hidden Content] there's a tutorial to add it
  11. so i don't force anybody to work for me, if someone want to help me , he will do, i don't need your help mr anaf. are you a co-moderator or co-administrator? what i did wrong? so, how i say i don't need your help, i know that you are in ymir team and you work for +12000$ , why i say ymir team? did you rememb your name on pro-..... ? ,,Ymir'' did you rememb when the first 40k was released and you said,, i have serverfiles full 40k like official ,all full systems'', and yea i am nobody. so if someone want to help me he will do , if he don't that's it.i will update the topic to make people understand better.
  12. Hy metin2 dev i have a problem with lycan skills, i can't add points to skills, and i need lycan skill proto for navicat just 170 171 172 173 174 175 because 174 and 175 skills (buff skills) have a bug , they don't give the bonus that they must to . Can you help me? Thanks in advance! A better explain for the first problem When i click to + nothing happens the skill do not upgrade For the secound problem. When i use skill 174 175 it must to give me an bigger dmg than normal , but it;s not
  13. try it, open constants.h search // ACCESSORY_REFINE then you will find ITEM_ACCESSORY_SOCKET_MAX_NUM = 3 replace with ITEM_ACCESSORY_SOCKET_MAX_NUM = 4 p.s don't put values bigger than 9
  14. FIX for inventory correct size: [Hidden Content] you have resolved the effects of wolf?
×
×
  • 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.