coopernrw Posted July 21, 2014 Share Posted July 21, 2014 So ich habe ein problem mit den custom´s, alle klassen bis auf 3te job class können sie tragen. jetzt ist meine frage warum es nicht für die 3te job class geht? Hier ein beispiel aus der item db: 28209,Butterfly_Wings,Butterfly Wings,5,5,,10,,5,,4,0xFFFFFFFF,7,2,1,,1,1,2004,{bonus bAllStats,25;},{},{} rathena version: 17704 würde mich über eure hilfe freuen mfg coopernrw Quote Link to comment Share on other sites More sharing options...
Jey Posted July 22, 2014 Share Posted July 22, 2014 Quelle: db/item_db.txt // ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Class,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }Dein Job: 0xFFFFFFFF (Ist okay, da für alle Jobs erlaubt) Deine Class: 7 (Hier kommt es zu einem Problem.) Quelle: doc/item_db.txt Class: Equippable upper-types. Uses the following bitmasks: 1: Normal classes (no Baby/Transcendent/Third classes) 2: Transcedent classes (no Transcedent-Third classes) 4: Baby classes (no Third-Baby classes) 8: Third classes (no Transcedent-Third or Third-Baby classes) 16: Transcedent-Third classes 32: Third-Baby classes Du hast für Class also Normal, Trans und Baby. Was du möchtest ist noch Third, also +8+16 => Class=31. Hoffe, dass hilft dir weiter Bis bald Quote Link to comment Share on other sites More sharing options...
coopernrw Posted July 22, 2014 Author Share Posted July 22, 2014 (edited) super ich danke dir hat wunderbar geklappt Edited July 22, 2014 by coopernrw Quote Link to comment Share on other sites More sharing options...