Jump to content

Max

Members
  • Posts

    37
  • Joined

  • Last visited

Posts posted by Max

  1. Excuse me all , I just need some help for the Official VIP System rAthena , it's working for me , but the exp + drop rates increased by it self :

     

    post-3334-0-34665500-1403487445_thumb.png

     

    How to fix this problem ? Thanks

     

     

     

     

     

    *another question , and how to check the player if he/she is vip ? thanks

  2. Hi there , maybe i can help you with something , i add this mod manually , and got some bug , but now fixed :)

    Here you go

    Open src>char_sql>inter.c

    Find :

    else if(!strcmpi(w1,"main_chat_nick"))
      safestrncpy(main_chat_nick, w2, sizeof(main_chat_nick));
    

    Add Below :

    else if(!strcmpi(w1,"trading_chat_nick"))
      safestrncpy(trading_chat_nick, w2, sizeof(trading_chat_nick));
    

    From darkmeistersp , "Repeat the steps 7, 8 and 9 with the files char.c, inter.c and inter.h that are located in src/char_sql/"

    but from char_sql/inter.c its not the same with char/inter.c

    *darkmeistersp : sorry if im wrong , just helping because already tried and working , CMIIW

    *btw nice script :P

    • Upvote 1
×
×
  • Create New...