Jump to content

Yhaj

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by Yhaj

  1. Ohhh I see I'll try this one ... Ohhh It definetely works thanks ...
  2. I change it sir, how about the 0.0% to the experience rate of the VIP?
  3. The problem says, It is not requested petal? How to resolve this anyone? Thanks in advance...
  4. No i want to change the information, not to off the information
  5. I would like to change this text/s the yellow lines I want it to be like E X P rate: 100.00% ( VIP rate: 10.00% ) Drop Rate: 100.00% ( VIP rate: 10.00% ) Penalty Rate: 100.00% ( VIP rate: 0.00% ) Something like this, thanks in advance ^_^
  6. I have this problem, I don't know how to setup rAthena to my VPS Hosting I have this one month subscription, can you help me how? I've checked https://github.com/rathena/rathena/wiki/Install-on-Centos -- this doesn't help me at all ? I am now reinstalling the VPS Thanks in advance ...
  7. Thank you... It is working
  8. Is this only working during WoE?
  9. Thanks boss Patskie !! How about it is disable during WoE hours or inside GVG
  10. I would like to have my custom item like effect of Token of Siegfried when it is being attack, or being died it will automatically ressurect and delete the item. Please help me... Thanks in advance...
  11. Thanks sir, I appreciate it ^_^
  12. I wanted my fluxcp to be available from 1940 ~ 2020
  13. if ( sd && tsc && sd->sc.data[SC_SPIRIT] && sd->sc.data[SC_SPIRIT]->val2 == SL_ROGUE && rand()%100 < 15 && ( skill_id == RG_STRIPWEAPON && tsc->data[SC_CP_WEAPON] || skill_id == RG_STRIPSHIELD && tsc->data[SC_CP_SHIELD] || skill_id == RG_STRIPARMOR && tsc->data[SC_CP_ARMOR] || skill_id == RG_STRIPHELM && tsc->data[SC_CP_HELM] ) ) { int item_id = 7139; // Glistening Coat int ii; ARR_FIND( 0, MAX_INVENTORY, ii, sd->status.inventory[ii].nameid == item_id ); if ( ii < MAX_INVENTORY ) { pc_delitem( sd, ii, 1, 0, 0, LOG_TYPE_CONSUME); switch ( skill_id ) { case RG_STRIPWEAPON: status_change_end( bl, SC_CP_WEAPON, INVALID_TIMER ); sc_start( bl, SC_STRIPWEAPON, 100, skill_lv, d ); break; case RG_STRIPSHIELD: status_change_end( bl, SC_CP_SHIELD, INVALID_TIMER ); sc_start( bl, SC_STRIPSHIELD, 100, skill_lv, d ); break; case RG_STRIPARMOR: status_change_end( bl, SC_CP_ARMOR, INVALID_TIMER ); sc_start( bl, SC_STRIPARMOR, 100, skill_lv, d ); break; case RG_STRIPHELM: status_change_end( bl, SC_CP_HELM, INVALID_TIMER ); sc_start( bl, SC_STRIPHELM, 100, skill_lv, d ); break; } clif_skill_nodamage( src, bl, skill_id, skill_lv, i ); break; } } This is the script I have, and it is not working on the latest git version of rAthena please help me... Picture Attached for the error I have
×
×
  • Create New...