Jump to content

wakefield21

Members
  • Posts

    115
  • Joined

  • Last visited

Community Answers

  1. wakefield21's post in New mob_db in YML makes Boss Mobs so strong was marked as the answer   
    Are you using Renewal? cause if yes, here's the reason for that.

     
    - Id: 1115 AegisName: EDDGA Name: Eddga Level: 65 Hp: 947500 BaseExp: 198000 JobExp: 148500 MvpExp: 99000 Attack: 1509 Attack2: 776 Defense: 166 MagicDefense: 70 Str: 92 Agi: 80 Vit: 103 Int: 66 Dex: 90 Luk: 85 AttackRange: 1 SkillRange: 10 ChaseRange: 12 Size: Large Race: Brute Element: Fire ElementLevel: 1 WalkSpeed: 300 AttackDelay: 872 AttackMotion: 1344 DamageMotion: 432 DamageTaken: 10 <!-- Reason for that 5k damage, since on the official kRO MVP's were buffed with this flag. Just change it to 100 instead of 10 --> Ai: 21 Class: Boss Modes: Mvp: true MvpDrops: - Item: Tiger's_Skin Rate: 5000 - Item: Tiger_Footskin Rate: 1000 - Item: Flame_Heart Rate: 3000 Drops: - Item: Fire_Brand Rate: 150 - Item: Smoking_Pipe Rate: 250 - Item: Honey Rate: 10000 - Item: Katar_Of_Raging_Blaze Rate: 500 - Item: Tiger_Footskin Rate: 250 - Item: Elunium Rate: 2300 - Item: Krieg Rate: 100 - Item: Eddga_Card Rate: 1 StealProtected: true This pretty much solves your problem. Have Fun ?
  2. wakefield21's post in Costume headgear not showing in character was marked as the answer   
    @BugSICK is this already answered? if not here is what you need to do:

    Open your iteminfo.lua/lub and find that custom item that you are working on. If you're just copying of an existing item just look at the Example itemid 18613, look for its ClassNum and change it to what it is in the accessoryid.lub. Below is an example of what i'm talking about.
    [18613] = { unidentifiedDisplayName = "Unidentified Hat", unidentifiedResourceName = "ĸ", unidentifiedDescriptionName = { "Can be identified by using a ^990099Magnifier^000000." }, identifiedDisplayName = "Black Musang Hat", identifiedResourceName = "È湫»ó¸ðÀÚ", identifiedDescriptionName = { "A headgear worn by a teacher of a fighting order.", "These Warriors in Black tend to be Esoteric Combat Specialists.", "________________________", "INT +2, DEX +2, AGI +1", "________________________", "^0000CCType:^000000 Headgear", "^0000CCDefense:^000000 3", "^0000CCPosition:^000000 Upper", "^0000CCWeight:^000000 40", "^0000CCRefinable:^000000 Yes", "________________________", "^0000CCRequirement:^000000 None" }, slotCount = 1, ClassNum = 771 <----- }, Or if what you're trying to do is add a new custom item then you will need to open accname.lub, accessoryid.lub, iteminfo.lua/lub.

    Example:
    accname.lub
    [ACCESSORY_IDs.ACCESSORY_YourItemName] = "_YourItemName",
     
    accessoryid.lub
    ACCESSORY_YourItemName = 1882,   <-- ClassNum
     
    Iteminfo.lua/lub
    [19847] = { unidentifiedDisplayName = "Unidentified Hat", unidentifiedResourceName = "ĸ", unidentifiedDescriptionName = { "Can be identified by using a ^990099Magnifier^000000." }, identifiedDisplayName = "Your Item Name", identifiedResourceName = "Your Item BMP Name", identifiedDescriptionName = { "An over-sized red ribbon that contains hidden magical power.", "________________________", "^0000CCType:^000000 Costume", "^0000CCPosition:^000000 Upper", "^0000CCWeight:^000000 0", "________________________", "^0000CCRequirement:^000000 None" }, slotCount = 0, ClassNum = 1882 <--- New ClassNum }, I hope these solve your problems. Have a nice day!
  3. wakefield21's post in [Client Crashing] Maximize Minimap (custom map) was marked as the answer   
    Hello Guys, here's the answer to your question.

    Make sure your custom map bmp is in correct size which 512x512. So if you're custom map minimap is somehow much more bigger than that pixel size please re-adjust it using photoshop or gimp and save it again as .bmp and 24bits.

    Have a nice day!
  4. wakefield21's post in SRC Error (Solved) was marked as the answer   
    @Akkarin sorry if i didn't post the solution but the error comes from a modified @command which i inserted on atcommand.cpp. there's nothing wrong with rathena master file.
×
×
  • Create New...