Recent content by purityz

  1. P

    timer->delete // error : expected a member name

    how to get rid of this error? thank you.
  2. P

    about huge in last update. (hercules interface and rename thing)

    since my server got a lot of source mod and I got a very bad brain.I forget what I have modify or implement something. I forgot most of the source code I modify and where I change/implement it. and the lastest update (hercules interface and rename thing) messed my server up. it keep on random...
  3. P

    clif_parse_GetCharNameRequest

    do client send this packet only one time? because I create some event that will tell everyone if someone point a cursor at them. (hide and seek) I got something like void clif_parse_GetCharNameRequest(int fd, struct map_session_data *sd){  int id = RFIFOL(fd,packet_db[RFIFOW(fd,0)].pos[0])...
  4. P

    MAPPROPERTY_NOTHING

    I've create the PVP ZONE in my server and I want it when player enter this PVP area can attack eachother without holding shiftkey. So i've come up with this code to make people whos  enter PVP ZONE got a sword cursor(attacking cursor) by sending MAPPROPERTY_FREEPVPZONE. but when they leaves...
Back
Top