iMillenium
-
Posts
6 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by iMillenium
-
-

Could someone explain to me how I can remove this information window.
I don't want her to show up.
thanks for the help -
First, I apologize for my English, I'm using google translator.
I'm creating some custom pets and intend to put an evolution on them.I managed to make the 2 pets work, the normal one and its evolution, however the option to evolve on the screen of the first pet does not appear.
In PetEvolutionCln_sak e PetEvolutionCln
QuoteInsertEvolutionRecipeLGU(21061, 21062, 610, 10)
InsertEvolutionRecipeLGU(21061, 21062, 619, 3)
InsertPetAutoFeeding(21062)21061 is normal pet egg ID
21062 is it's your evolution
I've already tried changing the egg IDs for the pet ID too
in pet_db.yml
Quote- Mob: PAD_ROBOT
TameItem: Unripe_Apple
EggItem: princess_egg
FoodItem: White_Potion
Fullness: 0
CaptureRate: 0
AllowAutoFeed: true
Script: >
[email protected] = getpetinfo(PETINFO_INTIMATE);
if ([email protected] >= PET_INTIMATE_LOYAL) {
bonus bLuk,3;
bonus bCritical,1;
}
else if ([email protected] >= PET_INTIMATE_CORDIAL) {
bonus bLuk,2;
bonus bCritical,1;
skill "AL_HEAL",5;
}
Evolution:
- Target: PAD_KINGROBOT
ItemRequirements:
- Item: Leaf_Of_Yggdrasil
Amount: 10
- Item: Unripe_Apple
Amount: 3
in petinfo.lub
I added lines for both pets, the images appear and everything is ok, only the evolution and autofeeding MENU don't appear
thank for support -
I would like to modify the system to accept only 3 types of currency:
cash
Zeny
custompointCould someone guide me on how to do it?
-
Hi,
I need to duplicate the teleport skill and put default settings on it. to teleport to a predetermined map or open a portal to this same place. I tried using the guide on the wiki but got confused by the information.
-
greetings
I am in need of an NPC to serve as an instance manager.
1. I need him to check if the player has the item ID 21101 in its inventory.
2. I need it to cover a "key" by entering itemID 21121(custom item). this ir will be consumed to release entry.
3. I would like the NPC to be able to "control" several instances, I allow the ADM to choose which maps will be instances, duration time before being kicked, etc.
4. Within the instances will have various mobs if you can create something like that, I'm very grateful.
If you put only 1 instance configured as an example, I can keep creating and editing the others.
thanks.
english by googletranslator =D
@AutoAttack
in Source Releases
Posted · Edited by iMillenium
I applied your solution, but when compiling I get the following error..