Jump to content

mrmagic

Members
  • Posts

    182
  • Joined

  • Days Won

    1

Posts posted by mrmagic

  1. rA does support 2016, you just need a correct setup server files.

    A default one just by adding packet.db and set mmo.h won't work.

     

    For your problem, that one related to \src\config\core.h in this line

    #define PACKET_OBFUSCATION

     

    Either you disable it or enable depends on your NEMO diffs. Because you enable "Disable Packet Encryption" diff, then you need to disable #define PACKET_OBFUSCATION in core.h by adding comment "//".

  2. item_db.conf is from Hercules. They kinda outdated compared rAthena.

    If you use rathena you will notice alot of costumes present in itemdb. Maybe you can try rA.

     

    Yes it possible. You can use item between 8000-9000, as they empty right now.

    Like i mention before, no need to turn headgear into costume, many costumes have their own id now, just search their sprite id in ra's itemdb.

    • Upvote 1
  3. Depends on client date, on newer client you can edit itemInfo.lub/lua.

    The current one

    	[2115] = {
    		unidentifiedDisplayName = "Shield",
    		unidentifiedResourceName = "°¡µå",
    		unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
    		identifiedDisplayName = "Valkyrie Shield",
    		identifiedResourceName = "¹ßÅ°¸®¾Æ½¯µå",
    		identifiedDescriptionName = {
    			"A shield used by Gna, messenger of Freya, when she served as a Valkyrie.",
    			"------------------------",
    			"MDEF +5",
    			"------------------------",
    			"Reduces damage taken from ^0000BBWater^000000, ^FF0000Fire^000000, ^777777Undead^000000 and ^777777Shadow^000000 element attack by 20%.",
    			"------------------------",
    			"[^6666CCFrigg's Set^000000]",
    			"^008800Fricca's Circlet^000000",
    			"^008800Valkyria's Shield^000000",
    			"^008800Odin's Blessing^000000",
    			"DEF +2, MDEF +5",
    			"All upgrade levels of the Shield and Circlet adds to MDEF ^770000Instead^000000 of DEF.",
    			"------------------------",
    			"Class:^6666CC Shield^000000",
    			"Defense:^0000FF 80^000000",
    			"Weight:^006600 50^000000",
    			"Level Requirement:^006600 65^000000",
    			"Jobs:^6666CC All except Novice^000000"
    		},
    		slotCount = 1,
    		ClassNum = 4
    	},

     

    Maybe what you're looking for:

    	[2115] = {
    		unidentifiedDisplayName = "Valkyrie Shield",
    		unidentifiedResourceName = "¹ßÅ°¸®¾Æ½¯µå",
    		unidentifiedDescriptionName = {
    			"A shield used by Gna, messenger of Freya, when she served as a Valkyrie.",
    			"------------------------",
    			"MDEF +5",
    			"------------------------",
    			"Reduces damage taken from ^0000BBWater^000000, ^FF0000Fire^000000, ^777777Undead^000000 and ^777777Shadow^000000 element attack by 20%.",
    			"------------------------",
    			"[^6666CCFrigg's Set^000000]",
    			"^008800Fricca's Circlet^000000",
    			"^008800Valkyria's Shield^000000",
    			"^008800Odin's Blessing^000000",
    			"DEF +2, MDEF +5",
    			"All upgrade levels of the Shield and Circlet adds to MDEF ^770000Instead^000000 of DEF.",
    			"------------------------",
    			"Class:^6666CC Shield^000000",
    			"Defense:^0000FF 80^000000",
    			"Weight:^006600 50^000000",
    			"Level Requirement:^006600 65^000000",
    			"Jobs:^6666CC All except Novice^000000"
    		},
    		identifiedDisplayName = "Valkyrie Shield",
    		identifiedResourceName = "¹ßÅ°¸®¾Æ½¯µå",
    		identifiedDescriptionName = {
    			"A shield used by Gna, messenger of Freya, when she served as a Valkyrie.",
    			"------------------------",
    			"MDEF +5",
    			"------------------------",
    			"Reduces damage taken from ^0000BBWater^000000, ^FF0000Fire^000000, ^777777Undead^000000 and ^777777Shadow^000000 element attack by 20%.",
    			"------------------------",
    			"[^6666CCFrigg's Set^000000]",
    			"^008800Fricca's Circlet^000000",
    			"^008800Valkyria's Shield^000000",
    			"^008800Odin's Blessing^000000",
    			"DEF +2, MDEF +5",
    			"All upgrade levels of the Shield and Circlet adds to MDEF ^770000Instead^000000 of DEF.",
    			"------------------------",
    			"Class:^6666CC Shield^000000",
    			"Defense:^0000FF 80^000000",
    			"Weight:^006600 50^000000",
    			"Level Requirement:^006600 65^000000",
    			"Jobs:^6666CC All except Novice^000000"
    		},
    		slotCount = 1,
    		ClassNum = 4
    	},

    It will have grey name, actual item name and description, but no slot.

    If you want to apply this to all items, you will need some tools and text editor like notepad++.

×
×
  • Create New...