Justapoxx
Members-
Posts
9 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Justapoxx
-
Hope this is the right section! This is my WONDERFUL experience with nanakiwurtz Making my very own server, just for fun, i've always met insurmountable tasks that I never could overcome. I'd always take these to the help sections and occassionally didnt get replies. Some people whom i approached would brush me aside immediately. On 5 separate occassions, without any incentives whatsoever, nanakiwurtz never failed to help me out. From the tiniest error in a 1000 line script to patiently teaching how to fix errors caused by scripts and even to problems not related to rAthena but just my comp in general. Forking out time just to help someone out, I am extremely grateful. So thank you nanakiwurtz for everything.
-
Make Emperium like Renewal on Pre-Renewal server
Justapoxx replied to Justapoxx's question in Source Requests
The above 2 didn't work -
Make Emperium like Renewal on Pre-Renewal server
Justapoxx replied to Justapoxx's question in Source Requests
Ok i'll try, and post back here, thanks Haziel! -
Make Emperium like Renewal on Pre-Renewal server
Justapoxx replied to Justapoxx's question in Source Requests
Thank you so much! I noticed something with potion pitcher though. case AM_POTIONPITCHER: { int j,hp = 0,sp = 0; if( dstmd && dstmd->mob_id == MOBID_EMPERIUM ) { map_freeblock_unlock(); return 1; } When I change it to case AM_POTIONPITCHER: { int j,hp = 0,sp = 0; if( dstmd && dstmd->mob_id == MOBID_EMPERIUM ) { //map_freeblock_unlock(); //return 1; hp=1; } It works but only for level 5 potion pitcher.. -
Make Emperium like Renewal on Pre-Renewal server
Justapoxx replied to Justapoxx's question in Source Requests
Yea, sorry I should have phrased my question better. By healable I meant inclusive of skills like sanctuary. I actually want to edit it such that sanctuary, potion pitcher and apple of idun heals a fixed amount on emperium. I'm looking at case UNT_SANCTUARY: etc but dont really know what to change. Thank you to whoever responds to this! **bump -
Hi, I'm extremely bad at source edits and have searched for similar requests but the closest i could find was opposite to this. https://rathena.org/board/topic/77359-enabled-sanctuaryhealpitchrestoration-on-emp/ I really want to make my emperium renewal mode (can't be healed by heal sanctuary potion pitcher etc etc) and take 1 damage per hit. I've got the 1 damage part down but I can't do the not healable part. Is there anyone that could please help me with making this modification? Thank you!
-
Meteor Assault not affected by Hydra/Turtle General
Justapoxx replied to Justapoxx's question in Source Support
I'll test it out and respond here if solved. Thanks Stolao! -
Strange, I always thought that hydra and turtle general affect meteor assault. And I have always thought it works. Having just tested it out, strangely, it doesn't. Using 2013-08-07 client. Can anyone help on this please?