- 0
Need help with hatred reset and disable hatred to emperium
Asked by
Pink Guy
-
Recently Browsing 0 members
No registered users viewing this page.
Asked by
Pink Guy
No registered users viewing this page.
By using this site, you agree to our Terms of Use.
Hello guys I tried copying this post. I also made it as close as the current coding (copied feelings then modified it to make sure it's the current coding syntax). I also added the 1552 entry to conf/messages.conf but when I type @hatereset in my server nothing happens and the message that appears is "??".
Here are my current codes.
src/map/atcommand.c
/*========================================== * Feel (SG save map) Reset [HiddenDragon] *------------------------------------------*/ ACMD(feelreset) { pc->resetfeel(sd); clif->message(fd, msg_fd(fd,1324)); // Reset 'Feeling' maps. return true; } ACMD(hatereset) { pc->resethate(sd); clif->message(fd, msg_fd(fd,1552)); return true; }
conf/message.conf
1552: Reset Hatred.
src/map/pc.c
Anyone can help me fix this?
This is what I get after typing @hatereset.
Also how do I disable Hatred to emperium?
Edited by Pink GuyShare this post
Link to post
Share on other sites