Jump to content

Vuluts

Members
  • Content Count

    63
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Vuluts reacted to Dastgir in Remove taekwon rankings   
    To remove response from /taekwon
    clif.c:
    Search

    /// /taekwon list (ZC_TAEKWON_RANK). /// 0226 { <name>.24B }*10 { <point>.L }*10 void clif_taekwon(struct map_session_data* sd) {     int fd;     nullpo_retv(sd);     fd = sd->fd;     WFIFOHEAD(fd,packet_len(0x226));     WFIFOW(fd,0) = 0x226;     clif_ranklist_sub(WFIFOP(fd,2), RANKTYPE_TAEKWON);     WFIFOSET(fd, packet_len(0x226)); }
    Replace with
    /// /taekwon list (ZC_TAEKWON_RANK). /// 0226 { <name>.24B }*10 { <point>.L }*10 void clif_taekwon(struct map_session_data* sd) {     return; }
  2. Upvote
    Vuluts got a reaction from bWolfie in Skill Window   
    I already solve it, I think the problem is with my data.ini and a file that contains another data.ini and probably they are overlap with each other. 
     
    Edit:
     
    Having issue again, does anyone experiencing this issue with older clients?
  3. Upvote
    Vuluts reacted to Dastgir in 2007-2008 data folder   
    https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/just-likethis-ro/source-archive.zip
  4. Upvote
    Vuluts got a reaction from bWolfie in Bubblegum Inquiry   
    Bubblegum works like this.
     
    For example:
     
    If jellopy is 30% drop chance in Poring, then if you use Bubblegum it will be like this formula:
     
    "30%" and "30%" not 60%, in short it's like killing 1 Poring 2 times.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.