Jump to content

Bringer

Members
  • Posts

    748
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Bringer

  1. my server already have gepard even on test server
  2. do you have version for bounditem ?
  3. can you explain how is UniqueID work?
  4. sorry i mean the timer not the point timer will continue even they change char
  5. is this hourly reward base or char or account? like when they change char timer will counting
  6. Try this https://drive.google.com/file/d/1dxP-m4X1Ydf31zB1iW5bmTXQgIjBdr1k/view
  7. Skill.cpp case AM_CP_WEAPON: case AM_CP_SHIELD: case AM_CP_ARMOR: case AM_CP_HELM: { unsigned int equip[] = {EQP_WEAPON, EQP_SHIELD, EQP_ARMOR, EQP_HEAD_TOP}; if( sd && ( bl->type != BL_PC /*|| ( dstsd && pc_checkequip(dstsd,equip[skill_id - AM_CP_WEAPON]) < 0 )*/ ) ){ clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); map_freeblock_unlock(); // Don't consume item requirements return 0; } status_change_end(bl, type, INVALID_TIMER); clif_skill_nodamage(src,bl,skill_id,skill_lv, sc_start(src,bl,type,100,skill_lv,skill_get_time(skill_id,skill_lv))); } break; // Full Chemical Protection case CR_FULLPROTECTION: { unsigned int equip[] = {EQP_WEAPON, EQP_SHIELD, EQP_ARMOR, EQP_HEAD_TOP}; int i_eqp, s = 0, skilltime = skill_get_time(skill_id,skill_lv); for (i_eqp = 0; i_eqp < 4; i_eqp++) { if( bl->type != BL_PC /*|| ( dstsd && pc_checkequip(dstsd,equip[i_eqp]) < 0 )*/ ) continue; status_change_end(bl, (sc_type)(SC_STRIPWEAPON + i), INVALID_TIMER); status_change_end(bl, (sc_type)(SC_STRIPHELM + i), INVALID_TIMER); status_change_end(bl, (sc_type)(SC_STRIPSHIELD + i), INVALID_TIMER); status_change_end(bl, (sc_type)(SC_STRIPARMOR + i), INVALID_TIMER); sc_start(src,bl,(sc_type)(SC_CP_WEAPON + i_eqp),100,skill_lv,skilltime); s++; } if( sd && !s ){ clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); map_freeblock_unlock(); // Don't consume item requirements return 0; } clif_skill_nodamage(src,bl,skill_id,skill_lv,1); } break;
  8. can anyone help this Mod script Timer Account Base [ if player change Char Timer still continue ] Even They logout timer will remain or gettimetick save
  9. https://github.com/rathena/rathena/commit/62271358da41cfc3f6239d73af964ce79b5a909b
  10. Bringer

    Sniper Mod

    if (sc && sc->data[SC_SPIRIT] && sc->data[SC_SPIRIT]->val2 == SL_HUNTER && pc_isfalcon(sd) && sd->status.weapon == W_BOW && (skill=pc_checkskill(sd,SN_FALCONASSAULT))>0 && rnd()%1000 <= sstatus->luk*10/3+1 ) { skill_castend_damage_id(src,bl,SN_FALCONASSAULT,skill,tick,SD_LEVEL); } on the screehshot error sC_SPIRIT
  11. announce "MVP : Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" and received an item.", bc_all; More info about strcharinfo
  12. mes @header$; set .@i$,callfunc( "int_format", Zeny ); mes "Do you want to exchange your ^33CC33"+.@i$+"^000000 Zeny to a ???"; next; if(select("Cancel:Yes, Exchange it!")==1) close; next; mes @header$; mes "Okay, Here you go!, Thank you for using my services."; close; } break; function script int_format { set .@int, getarg(0); set .@sep$, getarg(1,","); set .@str$, ""; if ( .@int < 0 ) { set .@int, -.@int; set .@neg, 1; } set .@len, getstrlen(.@int+"") - .@neg; for ( set .@i,0; .@i<.@len; set .@i,.@i+1 ) set .@str$, ( .@i % 3 == 2 && .@i < .@len-1 ? .@sep$ : "" ) + ( .@int / pow(10,.@i) ) % 10 + .@str$; return ( .@neg ? "-" : "" ) + .@str$; } can anyone help to exchange all my Zeny > TCG Sample i have 27,000,000 Zeny i will get 2pcs TCG Card ( 10m * by 1 TCG )
  13. from @Secrets
  14. Bringer

    @whosell

    it's working can but i can request display the card name too like this Item Name [Card] | [Item Price] | Map(x.y) | Shop Name Photo : Credit to RagnaForce and i try to use on Extended Vending he detect Z not item like C = Credit
  15. Bringer

    @whosell

    how about display the item's name instead of the ID ?
  16. you need condition for that i have Job Costume System on my server but script version not src code if( Class == Job_Knight && checkoption(Option_Dragon1) ) setoption Option_Dragon1, 0; if( Class == Job_Rune_Knight && checkriding() ) setoption Option_Dragon1, 1;
  17. i check that part but on my offline server i cant get that debug msg but on my online server i get that
  18. @Easycore how to fix this problem
  19. check this https://rathena.org/board/files/file/3647-saders-hourly-rewards/
  20. 4_PURPLE_WARPID: 10237 (0x27FD)
  21. yes all stats From STR > Luk
  22. can anyone help to change this script to Max Stats NOT By Level Request to Mod this script Max All Stats 300 get_unique_id Char Base Rewards 3 Winners For Each Jobs
×
×
  • Create New...