-
Posts
143 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by funtwocrasher
-
-
Yeah. Already fixed.
Another question is, why does the headgear does not appear? -
Hi! How to make summoned players stand still? They are walking slowly, I want them to stand still. @Zell
-
FIXED! Need to restart the server. @reloadmobdb and @reloadscript doesnt work on this.
-
51 minutes ago, Kater said:
Friends,
do the following open the file \db\re\item_db_equip.yml copy the code of the desired item.
Then open the \db\pre-re\item_db_equip.yml file, paste it and restart the server.
There is no error, I just tested it.The pet file may be missing from the data
Have you tried hatching it too with Incubator? -
Hi! I want to implement renewal pets to pre-renewal server. I did the following,
1. Added Phreeoni Egg on pre-re/item_db_equip.ymlQuote- Id: 9111
AegisName: Phreeoni_Egg
Name: Phreeoni Egg
Type: Petegg
Buy: 20
2. Added Phreeoni Egg script on pre-re/pet_db.ymlQuote- Mob: PHREEONI
EggItem: Phreeoni_Egg
FoodItem: High_Class_Pet_food
Fullness: 2 # unknown
HungryDelay: 120 # unknown
IntimacyFed: 15 # unknown
CaptureRate: 0 # unknown
SpecialPerformance: false # unknown
AllowAutoFeed: true
Script: >
.@intimate = getpetinfo(PETINFO_INTIMATE);
if (.@intimate == PET_INTIMATE_AWKWARD || .@intimate == PET_INTIMATE_SHY) {
bonus bHit,6;
}
if (.@intimate == PET_INTIMATE_NEUTRAL) {
bonus bHit,10;
bonus bPerfectHitRate,5;
}
if (.@intimate == PET_INTIMATE_CORDIAL) {
bonus bHit,14;
bonus bPerfectHitRate,10;
}
if (.@intimate == PET_INTIMATE_LOYAL) {
bonus bHit,18;
bonus bPerfectHitRate,15;
}
But I still have some error "pet does not exist, egg id 9111
Can anyone help me with this? Or what is the solution? Am I missing a step or something? -
Di yan ma remove kasi naka change class yung item function.
On 4/5/2024 at 12:28 AM, Terran Bear said:I also share the same question. Link please?
-
Post the script here for the NPC. Or is the problem for all NPCs in game?
-
On 9/2/2022 at 8:50 AM, imat1 said:
Are you perhaps have pre renewal setup? because im experiencing the same thing.
Yes, the solution for this is make the mount as peco peco.
-
I have downloaded the latest rAthena git. And as the title goes, the card effect is not working on mobs. You will still get petrified. Can someone help and find a fix?
-
Fxied. Downloaded the latest rAthena.
-
URGENT HELP! Status Recovery is not working on players that is on Devotion. I am using last rAthena.
-
8 hours ago, Chaos92 said:
hello, are u using latest one ? Because if im not mistaken Apr 28, 2022 have commit about stone curse related
https://github.com/rathena/rathena/commit/3b9c28aa464b8adb3decb5357725e1f705c8517eI will jsut do this manually because I have gepard and mobile in my src. But I have a question,
RED is DELETE right? and GREEN is ADD? -
Help! I am using the latest rAthena and I have problems regarding the stone curse, having ED and Medusa Card doesnt protect you from SC. It will still curse you. Any fix on this?
-
Can someone help me how to fix this? Thank you
-
Are you using the latest rAthena? Have you tried using Status Recovery on frozen player in GvG Maps?
-
Hi! I am using latest rAthena and I have encountered several problems on skills.
1. Stone Curse not dispelling on Blessing2. Stone Curse can still walk and no Status Icon appear for a couple of seconds before activating the real stone curse
3. Status Recovery not working sometimes on Frozen Characters
-
Anyone has a fix on the RK mount not showing?
-
2 hours ago, Playtester said:
You can use Status.yml to define special properties of status changes:
- Status: Steelbody Icon: EFST_STEELBODY DurationLookup: MO_STEELBODY States: NoCast: true CalcFlags: Def: true Mdef: true Aspd: true Speed: true Opt3: SteelBody: true
For example you can use the flag "NoSave", so that a status change is removed on logout, similar to how it is defined for Devotion:
- Status: Devotion Icon: EFST_DEVOTION DurationLookup: CR_DEVOTION Flags: NoSave: true RemoveOnChangeMap: true OverlapIgnoreLevel: true
Note: Endow is not remove on logout on official servers so that's correct. However, I can confirm that Steel Body should be removed, but isn't.
Thank you so much! This fixed it.
-
Hi! I have a few problems with STEEL BODY and ENDOW skill. They are not being removed even if you Character Select, you need to finish the whole duration. Please help. I am using latest rAthena.
-
Does anyone have this kind of script already? It goes like this,
There is an NPC that will collect 1,000 jellopy. Once that criteria is met, it will activate Happy Hour for 1 hour (During this hour, you cannot give the npc a jellopy). Once the happy hour is ended, you can start giving jellopy again. But only good for 4 times a day. -
I cant use any soul linker skill to anyone. How to fix this? The skill always fail. I cant soul link.
-
Phreeoni and Medusa have 100% Stone Curse chance and after you die, you cant move unless you character select.
Is there any fix to this? I tried searching and I cant fine anything regarding this error.
-
7 hours ago, Start_ said:
Use 'git pull' command.
Or if you using Github Desktop just hit fetch and pull on rAthena reposity.
It wont affect my files in conf, src and npc? I already made some changes. The last time I git pull, all files were replaced by new ones.
-
Any fix on how to update to latest rAthena? Or specific file to update? I have my server running.
On 4/14/2022 at 11:10 PM, Start_ said:Use latest rAthena, they already fix it.
Client not reading petinfo.lub
in Client-side Support
Posted
Hi! I wanted to change the portrait of the pet, but unfortunately. My client doesnt read petinfo.lub in my grf. I do not know where to edit the image.