Issue information

Issue ID
#4580
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 28, 2010 6:46
Last Post
Hercules Elf Bot
Dec 13, 2011 21:29
Confirmation
N/A

Hercules Elf Bot - Nov 28, 2010 6:46

Originally posted by [b]Kontownik[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4580

Updated list (based on ItemSummonList.txt and itemGroupList.txt from ASB5.0BETA)

CODE
// First Aid Kit
8,501,5        // Red Potion
8,502,5        // Orange Potion
8,503,5        // Yellow Potion
8,504,5        // White Potion
8,505,5        // Blue Potion
8,506,5        // Green Potion
8,545,5        // Condensed Red Potion
8,546,5        // Condensed Yellow Potion
8,547,5        // Condensed White Potion
8,569,5        // Novice Potion
8,605,5        // Anodyne
8,645,5        // Concentration Potion
8,656,5        // Awakening Potion
8,657,5        // Berserk Potion
8,678,1        // Poison Bottle
8,12016,5    // Speed Potion
8,12017,5    // Slow Potion
8,12020,5    // Cursed_Water

Speed Potion was 4

CODE
ITMGROUP_FOOD
{
    Royal_Jelly        5
    Str_Dish02        10
    Agi_Dish02        10
    Vit_Dish03        10
    Dex_Dish02        10
    Luk_Dish03        10
    Int_Dish02        10
    Apple_Juice        30
    Banana_Juice        30
    Grape_Juice        30
    Carrot_Juice        30
    Well_Baked_Cookie    30
    Ice_Cream        50
    Fish_Slice        50
    Cheese            50
    Shusi            50
    Bun            50
    Mojji            50
    Pumpkin            50
    Sweet_Potato        100
    Banana            100
    Apple            600
}


CODE
// Food Types
19,512,1    // Apple
19,513,1    // Banana
19,516,1    // Sweet_Potato
19,526,1    // Royal_Jelly
19,531,1    // Apple_Juice
19,532,1    // Banana_Juice
19,533,1    // Grape_Juice
19,534,1    // Carrot_Juice
19,536,1    // Ice_Cream
19,538,1    // Well_Baked_Cookie
19,544,1    // Fish_Slice
19,548,1    // Cheese
19,551,1    // Shusi
19,553,1    // Bun
19,554,1    // Mojji
19,535,1    // Pumpkin
19,12042,1    // Str_Dish02
19,12057,1    // Agi_Dish02
19,12053,1    // Vit_Dish03
19,12062,1    // Dex_Dish02
19,12068,1    // Luk_Dish03
19,12047,1    // Int_Dish02

-------------------------------------------------------------------------------------------------------------------------------------------
and one group is missing on eAthena (ITMGROUP_HEAL) used for Tengu Card drop
CODE
ITMGROUP_HEAL
{
    Fruit_Of_Mastela    5
    Leaflet_Of_Aloe        5
    Leaflet_Of_Hinal    10
    Red_Slim_Potion        10
    Resist_Earth        10
    Yellow_Herb        20
    Red_Potion        20
    Green_Herb        30
    Red_Herb        30
    Novice_Potion        50
    Nice_Sweet_Potato    50
    Candy            100
    Monster's_Feed        200
    Popped_Rice        600
}


and in eAthena:
4282,Tengu_Card,Tengu Card,6,20,,10,,,,,,,,136,,,,,{ bonus2 bAddMonsterDropItemGroup,IG_Recovery,500; },{},{}
CODE
// Recovery Types
20,501,1    // Red Potion
20,502,1    // Orange Potion
20,503,1    // Yellow Potion
20,504,1    // White Potion
20,505,1    // Blue Potion
20,506,1    // Green Potion
20,507,1    // Red Herb
20,508,1    // Yellow Herb
20,509,1    // White Herb
20,510,1    // Blue Herb
20,511,1    // Green Herb
20,531,1    // Apple Juice
20,532,1    // Banana Juice
20,533,1    // Grape Juice
20,534,1    // Carrot Juice


what is completly wrong.

This post has been edited by Kontownik: Nov 27 2010, 10:49 PM