Jump to content

eurays

Members
  • Content Count

    24
  • Joined

  • Last visited

About eurays

  • Rank
    Member

Recent Profile Visitors

1928 profile views
  1. so what should for that ? should i also the same data folder with my custom GRF files into my Ro folder ?
  2. sir, i already did that. i already put in iteminfo.lub/lua, but when i right click, the u item to check the item description in-game, i got error. it says that the item is not found. what should i do that .
  3. Is there anyone can help me ? what should i do with that ? i can wear the custom items, but when i look a my inventory the items is Unknown and it looks like an apple, PS: sorry for the bad english. thanks for the future help.
  4. so what should i do now sir ? should i change id number ?
  5. item_db: ( // Items Additional Database // /****************************************************************************** ************* Entry structure ************************************************ ****************************************************************************** { // =================== Mandatory fields =============================== Id: ID (int) AegisName: "Aegis_Name" (string, optional if Inherit: true) Name: "Item Name" (string, optional if Inherit: true) // =================== Optional fields ================================ Type: Item Type (int, defaults to 3 = etc item) Buy: Buy Price (int, defaults to Sell * 2) Sell: Sell Price (int, defaults to Buy / 2) Weight: Item Weight (int, defaults to 0) Atk: Attack (int, defaults to 0) Matk: Magical Attack (int, defaults to 0, ignored in pre-re) Def: Defense (int, defaults to 0) Range: Attack Range (int, defaults to 0) Slots: Slots (int, defaults to 0) Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF) Upper: Upper mask (int, defaults to any = 0x3f) Gender: Gender (int, defaults to both = 2) Loc: Equip location (int, required value for equipment) WeaponLv: Weapon Level (int, defaults to 0) EquipLv: Equip required level (int, defaults to 0) EquipLv: [min, max] (alternative syntax with min / max level) Refine: Refineable (boolean, defaults to true) View: View ID (int, defaults to 0) BindOnEquip: true/false (boolean, defaults to false) ForceSerial: true/false (boolean, defaults to false) BuyingStore: true/false (boolean, defaults to false) Delay: Delay to use item (int, defaults to 0) KeepAfterUse: true/false (boolean, defaults to false) Trade: { (defaults to no restrictions) override: GroupID (int, defaults to 100) nodrop: true/false (boolean, defaults to false) notrade: true/false (boolean, defaults to false) partneroverride: true/false (boolean, defaults to false) noselltonpc: true/false (boolean, defaults to false) nocart: true/false (boolean, defaults to false) nostorage: true/false (boolean, defaults to false) nogstorage: true/false (boolean, defaults to false) nomail: true/false (boolean, defaults to false) noauction: true/false (boolean, defaults to false) } Nouse: { (defaults to no restrictions) override: GroupID (int, defaults to 100) sitting: true/false (boolean, defaults to false) } Stack: [amount, type] (int, defaults to 0) Sprite: SpriteID (int, defaults to 0) Script: <" Script (it can be multi-line) "> OnEquipScript: <" OnEquip Script (can also be multi-line) "> OnUnequipScript: <" OnUnequip Script (can also be multi-line) "> // =================== Optional fields (item_db2 only) ================ Inherit: true/false (boolean, if true, inherit the values that weren't specified, from item_db.conf, else override it and use default values) }, ******************************************************************************/ // THQ Quest Items // ============================================================= /* { Id: 7950 AegisName: "THG_Membership" Name: "THG Membership" Type: 3 Sell: 10 Weight: 10 }, */ /* { Id: 7951 AegisName: "Token_Bag" Name: "Token Bag" Type: 3 Sell: 10 Weight: 10 }, */ /* { Id: 1998 AegisName: "Jeramiah's_Jur" Name: "Jeramiah's Jur" Type: 3 Sell: 10 Weight: 10 }, */ /* { Id: 1999 AegisName: "Zed's_Staff" Name: "Zed's Staff" Type: 3 Sell: 10 Weight: 10 }, */ // Official Event Items that had their Effects removed after the event was completed /* { Id: 585 AegisName: "Wurst" Name: "Brusti" Type: 11 Buy: 2 Weight: 40 Script: <" itemheal rand(15,20),0; itemskill PR_MAGNIFICAT,3; "> }, */ /* { Id: 679 AegisName: "Gold_Pill" Name: "Pilule" Type: 0 Buy: 5000 Weight: 300 Script: <" percentheal 50,50; "> }, */ /* { Id: 2681 AegisName: "Republic_Ring" Name: "Republic Anniversary Ring" Type: 5 Buy: 20 Weight: 100 Loc: 136 Refine: false Script: <" bonus bAllStats,3; "> }, */ /* { Id: 5134 AegisName: "Pumpkin_Hat" Name: "Pumpkin-Head" Type: 5 Buy: 20 Weight: 200 Def: 2 Loc: 256 View: 206 Script: <" bonus2 bSubRace,RC_Demon,5; "> }, */ /* { Id: 5136 AegisName: "Santa's_Hat_" Name: "Louise's Santa Hat" Type: 5 Buy: 20 Weight: 100 Def: 3 Loc: 256 View: 20 Script: <" bonus bMdef,1; bonus bLuk,1; bonus3 bAutoSpellWhenHit,AL_HEAL,3,50; bonus3 bAutoSpellWhenHit,AL_BLESSING,10,50; "> }, */ /* { Id: 5145 AegisName: "Carnival_Joker_Jester" Name: "Carnival Jester" Type: 5 Buy: 10 Weight: 100 Loc: 256 View: 89 Script: <" bonus bAllStats,3; "> }, */ /* { Id: 5147 AegisName: "Baseball_Cap" Name: "Baseball Cap" Type: 5 Buy: 0 Weight: 200 Def: 3 Loc: 256 View: 216 Script: <" bonus2 bExpAddRace,RC_Boss,50; bonus2 bExpAddRace,RC_NonBoss,50; "> }, */ /* { Id: 5201 AegisName: "Party_Hat_B" Name: "2nd Anniversary Party Hat" Type: 5 Buy: 20 Weight: 300 Def: 3 Loc: 256 View: 144 Script: <" bonus bAllStats,3; "> }, */ /* { Id: 5202 AegisName: "Pumpkin_Hat_" Name: "Pumpkin Hat" Type: 5 Buy: 20 Weight: 200 Def: 2 Loc: 256 View: 206 Script: <" bonus bAllStats,2; bonus2 bSubRace,RC_Demon,5; bonus3 bAddMonsterDropItem,529,RC_DemiHuman,1500; "> }, */ /* { Id: 5204 AegisName: "Event_Pierrot_Nose" Name: "Rudolf's Red Nose" Type: 5 Buy: 20 Weight: 100 Loc: 1 Refine: false View: 49 Script: <" bonus2 bResEff,Eff_Blind,3000; bonus2 bAddMonsterDropItem,12130,30; "> }, */ /* { Id: 5264 AegisName: "Aussie_Flag_Hat" Name: "Australian Flag Hat" Type: 5 Buy: 20 Weight: 500 Def: 4 Loc: 256 View: 304 Script: <" bonus bAllStats,2; "> }, */ /* { Id: 5356 AegisName: "Pumpkin_Hat_H" Name: "Pumpkin Hat" Type: 5 Buy: 20 Weight: 200 Def: 2 Loc: 256 View: 206 Script: <" bonus bAllStats,2; bonus2 bSubRace,RC_Demon,5; bonus2 bMagicAddRace,RC_Demon,5; "> }, */ /* { Id: 5811 AegisName: "Santa_Beard" Name: "Santa Beard" Type: 5 Buy: 20 Weight: 100 Def: 5 Loc: 1 Refine: false View: 25 Script: <" bonus2 bSubRace,RC_Brute,5; "> }, */ /* { Id: 11702 AegisName: "Moon_Cookie" Name: "Moon Cookie" Type: 11 Buy: 0 Weight: 10 Script: <" sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_CURSE; sc_end SC_ILLUSION; itemskill AL_BLESSING,7; "> }, */ /* { Id: 12131 AegisName: "Lucky_Potion" Name: "Lucky Potion" Type: 0 Buy: 2 Weight: 100 Script: <" sc_start SC_FOOD_LUK,180000,15; "> }, */ /* { Id: 12143 AegisName: "Red_Can" Name: "Red Can" Type: 2 Buy: 50000 Weight: 300 Script: <" percentheal 25,25; "> }, */ // Event effect: Summon monster? Probably Rice_Cake. x_x /* { Id: 12199 AegisName: "Rice_Scroll" Name: "Rice Scroll" Type: 2 Buy: 0 }, */ /* { Id: 12200 AegisName: "Event_Cake" Name: "Event Cake" Type: 2 Buy: 20 Weight: 50 Script: <" itemskill PR_MAGNIFICAT,3; "> }, */ /* { Id: 12238 AegisName: "New_Year_Rice_Cake_1" Name: "New Year Rice Cake" Type: 0 Buy: 20 Weight: 100 Script: <" percentheal 20,15; sc_start SC_FOOD_STR,1200000,3; sc_start SC_FOOD_INT,1200000,3; sc_start SC_FOOD_LUK,1200000,3; sc_start SC_MOVHASTE_INFINITY,5000,0; "> }, */ /* { Id: 12239 AegisName: "New_Year_Rice_Cake_2" Name: "New Year Rice Cake" Type: 0 Buy: 20 Weight: 100 Script: <" percentheal 20,15; sc_start SC_FOOD_DEX,1200000,3; sc_start SC_FOOD_AGI,1200000,3; sc_start SC_FOOD_VIT,1200000,3; sc_start SC_MOVHASTE_INFINITY,5000,0; "> }, */ // iRO St. Patrick's Day Event 2008 // ============================================================= /* { Id: 12715 AegisName: "Black_Treasure_Chest" Name: "Black Treasure Chest" Type: 2 Buy: 0 Weight: 200 Script: <" callfunc "F_08stpattyseventbox"; "> }, */ // iRO Valentine's Day Event 2009 // ============================================================= /* { Id: 12742 AegisName: "Valentine_Gift_Box_M" Name: "Valentine Gift Box" Type: 2 Buy: 10 Script: <" getitem 7946,1; "> }, */ /* { Id: 12743 AegisName: "Valentine_Gift_Box_F" Name: "Valentine Gift Box" Type: 2 Buy: 10 Script: <" getitem 7947,1; "> }, */ /* { Id: 12744 AegisName: "Chocolate_Box" Name: "Chocolate Box" Type: 2 Buy: 10 Script: <" getitem 558,1; "> }, */ /* { Id: 14466 AegisName: "Valentine's_Emblem_Box" Name: "Valentine's Emblem Box" Type: 2 Buy: 10 Script: <" getitem 5817,1; "> }, */ /* { Id: 7946 AegisName: "Gold_Ring_Of_Valentine" Name: "Gold Ring Of Valentine" Type: 3 Buy: 10 }, */ /* { Id: 7947 AegisName: "Silver_Ring_Of_Valentine" Name: "Silver Ring Of Valentine" Type: 3 Buy: 10 }, */ /* { Id: 7948 AegisName: "Box" Name: "Box" Type: 3 Buy: 10 Weight: 10 }, */ /* { Id: 5817 AegisName: "Valentine's_Emblem" Name: "Valentine's Emblem" Type: 5 Buy: 10 Def: 3 Loc: 136 Refine: false Script: <" bonus bAtkRate,3; bonus bMatkRate,3; bonus bAllStats,2; bonus bFlee,10; bonus bAspd,1; bonus bMdef,3; bonus2 bSkillAtk,"AL_HEAL",10; bonus2 bSkillHeal,AL_HEAL,10; bonus2 bSkillHeal,AM_POTIONPITCHER,10; bonus2 bAddItemHealRate,IG_Potion,10; "> }, */ // iRO Halloween Event 2009 // ============================================================= /* { Id: 5668 AegisName: "Weird_Pumpkin_Hat" Name: "Weird Pumpkin Hat" Type: 5 Buy: 20 Def: 5 Loc: 256 View: 206 Script: <" bonus bMdef,5; bonus2 bAddMonsterDropItem,12192,2500; "> }, */ /* { Id: 6298 AegisName: "Crushed_Pumpkin" Name: "Crushed Pumpkin" Type: 3 Buy: 0 }, */ /* { Id: 6299 AegisName: "Worn_Fabric" Name: "Worn Fabric" Type: 3 Buy: 0 }, */ // Old Tuxedo and Wedding Dress, will display the outfit when worn. // ================================================================== /* { Id: 2338 AegisName: "Wedding_Dress" Name: "Wedding Dress" Type: 5 Buy: 43000 Weight: 500 Job: 0xFFFFFFFE Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; "> }, */ /* { Id: 7170 AegisName: "Tuxedo" Name: "Tuxedo" Type: 5 Buy: 43000 Weight: 10 Job: 0xFFFFFFFE Gender: 1 Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; "> }, */ /* { Id: 40000 AegisName: "arc_angel_balloon" Name: "arc angel balloon" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1500 }, { Id: 40001 AegisName: "Black_Dragon_Wings" Name: "Black Dragon Wings" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1501 }, { Id: 40002 AegisName: "Blue_Dragon_Wings" Name: "Blue Dragon Wings" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1502 }, { Id: 40003 AegisName: "dark_claw_wings" Name: "dark claw wings" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1503 }, { Id: 40004 AegisName: "demoniac_wing" Name: "demoniac wing" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1504 }, { Id: 40005 AegisName: "Emerald_Wings" Name: "Emerald Wings" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1505 }, { Id: 40006 AegisName: "Half_Angel_Wings" Name: "Half Angel Wings" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1506 }, { Id: 40007 AegisName: "Half_Demon_Wings" Name: "Half Demon Wings" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1507 }, { Id: 40008 AegisName: "lord_angel_wings" Name: "lord angel wings" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1508 }, { Id: 40009 AegisName: "PureBlue_Dragoon" Name: "PureBlue Dragoon" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1509 }, { Id: 40010 AegisName: "PureFlame_Dragoon" Name: "PureFlame Dragoon" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1510 }, { Id: 40011 AegisName: "PureFrozen_Dragoon" Name: "PureFrozen Dragoon" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1511 }, { Id: 40012 AegisName: "PureMetallish_Dragoon" Name: "PureMetallish Dragoon" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1512 }, { Id: 40013 AegisName: "Red_Dragon_Wings" Name: "Red Dragon Wings" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1513 }, { Id: 40014 AegisName: "Yin_Yang_Voodoo_Wings" Name: "Yin Yang Voodoo Wings" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 1 EquipLv: 1 View: 1514 }, { Id: 40015 AegisName: "arc_angel_balloon" Name: "arc angel balloon" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1515 }, { Id: 40016 AegisName: "Ayashas_Tail.BMP" Name: "Ayashas Tail.BMP" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1516 }, { Id: 40017 AegisName: "bad_fury_balloon" Name: "bad fury balloon" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1517 }, { Id: 40018 AegisName: "Batring" Name: "Batring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1518 }, { Id: 40019 AegisName: "blackchakra" Name: "blackchakra" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1519 }, { Id: 40020 AegisName: "Black_Fox_Tail" Name: "Black Fox Tail" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1520 }, { Id: 40021 AegisName: "Black_Gangster_Scarf" Name: "Black Gangster Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1521 }, { Id: 40022 AegisName: "Black_Gold_Aura" Name: "Black Gold Aura" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1522 }, { Id: 40023 AegisName: "black_magic" Name: "black magic" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1523 }, { Id: 40024 AegisName: "Black_Red_Aura" Name: "Black Red Aura" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1524 }, { Id: 40025 AegisName: "Black_Red_Fox_Tail" Name: "Black Red Fox Tail" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1525 }, { Id: 40026 AegisName: "Black_Sage_Ring" Name: "Black Sage Ring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1526 }, { Id: 40027 AegisName: "Black_Scarf" Name: "Black Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1527 }, { Id: 40028 AegisName: "black_sol" Name: "black sol" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1528 }, { Id: 40029 AegisName: "Blue_Gangster_Scarf" Name: "Blue Gangster Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1529 }, { Id: 40030 AegisName: "blue_lhz_aura" Name: "blue lhz aura" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1530 }, { Id: 40031 AegisName: "Blue_Sage_Ring" Name: "Blue Sage Ring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1531 }, { Id: 40032 AegisName: "Blue_Scarf" Name: "Blue Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1532 }, { Id: 40033 AegisName: "Blue_Sword" Name: "Blue Sword" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1533 }, { Id: 40034 AegisName: "Brown_Fox_Tail.BMP" Name: "Brown Fox Tail.BMP" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1534 }, { Id: 40035 AegisName: "Butterfly_Ring" Name: "Butterfly Ring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1535 }, { Id: 40036 AegisName: "Candy_Ring" Name: "Candy Ring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1536 }, { Id: 40037 AegisName: "circuloderosas" Name: "circuloderosas" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1537 }, { Id: 40038 AegisName: "CookieRing" Name: "CookieRing" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1538 }, { Id: 40039 AegisName: "Cyan_Aura" Name: "Cyan Aura" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1539 }, { Id: 40040 AegisName: "Cyan_Gangster_Scarf" Name: "Cyan Gangster Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1540 }, { Id: 40041 AegisName: "Cyan_Sage_Ring" Name: "Cyan Sage Ring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1541 }, { Id: 40042 AegisName: "Cyan_Scarf" Name: "Cyan Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1542 }, { Id: 40043 AegisName: "cyan_sol" Name: "cyan sol" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1543 }, { Id: 40044 AegisName: "DeathNotes_Purple_Scarf" Name: "DeathNotes Purple Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1544 }, { Id: 40045 AegisName: "demoniac_tail" Name: "demoniac tail" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1545 }, { Id: 40046 AegisName: "diamond_dust" Name: "diamond dust" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1546 }, { Id: 40047 AegisName: "Dull_Seracillas_Ribbon" Name: "Dull Seracillas Ribbon" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1547 }, { Id: 40048 AegisName: "fallen_ghost" Name: "fallen ghost" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1548 }, { Id: 40049 AegisName: "feather_ring" Name: "feather ring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1549 }, { Id: 40050 AegisName: "fire_spirit2" Name: "fire spirit2" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1550 }, { Id: 40051 AegisName: "Freyas_Pauldron" Name: "Freyas Pauldron" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1551 }, { Id: 40052 AegisName: "goldflame" Name: "goldflame" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1552 }, { Id: 40053 AegisName: "Gold_Gangster_Scarf" Name: "Gold Gangster Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1553 }, { Id: 40054 AegisName: "Gold_Sage_Ring" Name: "Gold Sage Ring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1554 }, { Id: 40055 AegisName: "Gold_Scarf" Name: "Gold Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1555 }, { Id: 40056 AegisName: "gothichat" Name: "gothichat" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1556 }, { Id: 40057 AegisName: "greenflame" Name: "greenflame" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1557 }, { Id: 40058 AegisName: "Green_Gangster_Scarf" Name: "Green Gangster Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1558 }, { Id: 40059 AegisName: "green_lhz_aura" Name: "green lhz aura" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1559 }, { Id: 40060 AegisName: "Green_Sage_Ring" Name: "Green Sage Ring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1560 }, { Id: 40061 AegisName: "Green_Scarf" Name: "Green Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1561 }, { Id: 40062 AegisName: "Grinch_Sack" Name: "Grinch Sack" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1562 }, { Id: 40063 AegisName: "Half_Angel_Lighthalzen_Aura" Name: "Half Angel Lighthalzen Aura" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1563 }, { Id: 40064 AegisName: "Half_Demon_Lighthalzen_Aura" Name: "Half Demon Lighthalzen Aura" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1564 }, { Id: 40065 AegisName: "Halloween_Scarf" Name: "Halloween Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1565 }, { Id: 40066 AegisName: "LDTail" Name: "LDTail" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1566 }, { Id: 40067 AegisName: "Lilypad_Ring" Name: "Lilypad Ring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1567 }, { Id: 40068 AegisName: "musicring" Name: "musicring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1568 }, { Id: 40069 AegisName: "Nico" Name: "Nico" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1569 }, { Id: 40070 AegisName: "Nightmare_Chakra" Name: "Nightmare Chakra" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1570 }, { Id: 40071 AegisName: "nightscarf" Name: "nightscarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1571 }, { Id: 40072 AegisName: "Pink_Scarf" Name: "Pink Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1572 }, { Id: 40073 AegisName: "Powerspell" Name: "Powerspell" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1573 }, { Id: 40074 AegisName: "purplechakra" Name: "purplechakra" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1574 }, { Id: 40075 AegisName: "Purple_Gangster_Scarf" Name: "Purple Gangster Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1575 }, { Id: 40076 AegisName: "Purple_Sage_Ring" Name: "Purple Sage Ring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1576 }, { Id: 40077 AegisName: "red_lhz_aura" Name: "red lhz aura" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1577 }, { Id: 40078 AegisName: "Red_Sage_Ring" Name: "Red Sage Ring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1578 }, { Id: 40079 AegisName: "Red_Scarf" Name: "Red Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1579 }, { Id: 40080 AegisName: "rosering" Name: "rosering" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1580 }, { Id: 40081 AegisName: "rune_of_prophecy" Name: "rune of prophecy" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1581 }, { Id: 40082 AegisName: "Sage_Ring" Name: "Sage Ring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1582 }, { Id: 40083 AegisName: "Santa_Scarf" Name: "Santa Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1583 }, { Id: 40084 AegisName: "Scarf" Name: "Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1584 }, { Id: 40085 AegisName: "snowflake" Name: "snowflake" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1585 }, { Id: 40086 AegisName: "torobbie_balloon" Name: "torobbie balloon" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1586 }, { Id: 40087 AegisName: "wateraura" Name: "wateraura" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1587 }, { Id: 40088 AegisName: "whitechakra" Name: "whitechakra" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1588 }, { Id: 40089 AegisName: "white_akatsuki" Name: "white akatsuki" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1589 }, { Id: 40090 AegisName: "White_Gangster_Scarf" Name: "White Gangster Scarf" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1590 }, { Id: 40091 AegisName: "White_Sage_Ring" Name: "White Sage Ring" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1591 }, { Id: 40092 AegisName: "yellowchakra" Name: "yellowchakra" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1592 }, { Id: 40093 AegisName: "Ying_Yang_Aura" Name: "Ying Yang Aura" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 1 Slots: 4 Loc: 512 EquipLv: 1 View: 1593 }, { Id: 40094 AegisName: "akatsuki_conan" Name: "akatsuki conan" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 1 EquipLv: 1 View: 1594 }, { Id: 40095 AegisName: "akatsuki_itachi" Name: "akatsuki itachi" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 1 EquipLv: 1 View: 1595 }, { Id: 40096 AegisName: "akatsuki_kakuzo" Name: "akatsuki kakuzo" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 1 EquipLv: 1 View: 1596 }, { Id: 40097 AegisName: "akatsuki_kisame" Name: "akatsuki kisame" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 1 EquipLv: 1 View: 1597 }, { Id: 40098 AegisName: "akatsuki_pein" Name: "akatsuki pein" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 1 EquipLv: 1 View: 1598 }, { Id: 40099 AegisName: "akatsuki_sasori" Name: "akatsuki sasori" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 1 EquipLv: 1 View: 1599 }, { Id: 40100 AegisName: "akatsuki_zetsu" Name: "akatsuki zetsu" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 1 EquipLv: 1 View: 1600 }, { Id: 40101 AegisName: "akatuki_hidanan" Name: "akatuki hidanan" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 1 EquipLv: 1 View: 1601 }, { Id: 40102 AegisName: "bunnyhat1" Name: "bunnyhat1" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1602 }, { Id: 40103 AegisName: "demoniac_cloak" Name: "demoniac cloak" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1603 }, { Id: 40104 AegisName: "Folhas_Caindo_Articas" Name: "Folhas Caindo Articas" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1604 }, { Id: 40105 AegisName: "Folhas_Caindo_de_Neve" Name: "Folhas Caindo de Neve" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1605 }, { Id: 40106 AegisName: "Folhas_Caindo_Douradas" Name: "Folhas Caindo Douradas" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1606 }, { Id: 40107 AegisName: "Folhas_Caindo_Negras" Name: "Folhas Caindo Negras" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1607 }, { Id: 40108 AegisName: "Folhas_Caindo_Rosa" Name: "Folhas Caindo Rosa" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1608 }, { Id: 40109 AegisName: "Folhas_Caindo_Verdejantes" Name: "Folhas Caindo Verdejantes" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1609 }, { Id: 40110 AegisName: "Half_Angel_Valk" Name: "Half Angel Valk" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1610 }, { Id: 40111 AegisName: "Half_Demon_Valk" Name: "Half Demon Valk" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1611 }, { Id: 40112 AegisName: "harlequin_hat" Name: "harlequin hat" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1612 }, { Id: 40113 AegisName: "Imp_Hat" Name: "Imp Hat" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1613 }, { Id: 40114 AegisName: "leopardhat" Name: "leopardhat" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1614 }, { Id: 40115 AegisName: "mousehat" Name: "mousehat" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1615 }, { Id: 40116 AegisName: "pighat" Name: "pighat" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1616 }, { Id: 40117 AegisName: "Ying_Yang_Deviruchi_Hat" Name: "Ying Yang Deviruchi Hat" Type: 5 Buy: 5 Sell: 0 Weight: 10 Def: 10 Slots: 4 Loc: 256 EquipLv: 1 View: 1617 }, */ ) from id 40000 till last, those are my custom that i wanted to put.
  6. sir, can you send me some links for step by step ? when i " */ " to last line before ) there is no error but the item_db2.conf is 0 entries for item_db2.conf. but when i remove that i got error.
  7. but it can't run the whole item_db2.conf files.
  8. sir, i got another problem. what when i use @reloaditemdb in-game, i always got an error my item_db2.conf can't read.
  9. Any one can help me about this ? what should about this ?
  10. eurays

    Lub & Lau files

    Mga sir, patulong naman po panu po magi2ng lau files yung lub files ? mag-add po kasi ako ng mga custom items eh, salamat po sa mga sasagot.
  11. Ilang beses ko na pong chineck kaso ganun parin yung nangya2ri, panu po kaya yun ?
  12. ganun nga po sir, di ko po diniff yung REMOVE GM SPRITE sir, kaso ganun parin po yung nangya2ri, pwede po bang makahingi ng suggestion kung anu yung pwede kong gawin dun ?
  13. eto po yung clientinfo.xml ko <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Local</display> <address>127.0.0.1</address> <port>6900</port> <version>46</version> <langtype>1</langtype> <registrationweb>www.ragnarok.com</registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> <admin>2000004</admin> <admin>2000005</admin> </aid> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> </loading> </connection> </clientinfo> 2014-02-05bRagexe_patched yan po gamit ko, saka naka uncheck naman po yung "Remove GM Sprite", panu po yun sir ?
  14. sure po ako, nakailang check na po ko pero ganun pa rin po
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.