asg43tgfsa
-
Posts
7 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by asg43tgfsa
-
-
status.cpp file
// Zero up structures...
memset(&sd->hp_loss, 0, sizeof(sd->sp_loss)
+ sizeof(sd->hp_loss) //insert code
+ sizeof(sd->hp_regen)
+ sizeof(sd->sp_regen)
+ sizeof(sd->percent_hp_regen)
+ sizeof(sd->percent_sp_regen)
+ sizeof(sd->def_set_race)
+ sizeof(sd->mdef_set_race)
+ sizeof(sd->norecover_state_race)
+ sizeof(sd->hp_vanish_race)
+ sizeof(sd->sp_vanish_race)
+ sizeof(sd->bonus)
);
memset mistake
-
32 minutes ago, Secrets said:
Soon™

Is client hex modification?
-
To get the Evolution menu from the Pet Status window What should I do?
I want to look Pet Evolution menu

-
1
-
-
It's not a good idea, but it's simple.
In the clif.c file,
void clif_parse_Mail_refreshinbox (int fd, struct map_session_data * sd) {
//----------------------------------
//add code
//payon map disable rodex
if(sd->bl.m==776) return ;
//prontera map disable rodex
if(sd->bl.m==780) return ;
...-
1
-
-
it possible
but you need server source edit
[BUG] Report a source error
in Source Support
Posted · Edited by asg43tgfsa
But yet There is still a bug in the source. I can solve but I have no authority.