Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/11/21 in Posts

  1. View File Byakko Town A remote town in the center of the sea! Good for small scale servers ? Submitter iubantot Submitted 03/11/2021 Category Maps & 3D Resources Video Content Author IUbantot  
    1 point
  2. A new release has been tagged: https://github.com/L1nkZ/rpatchur/releases/tag/v0.2.2 Not really much changes on the patcher side (apart from a dependency update and a binary size reduction). However, the release now includes a tool (mkpatch) to generate THOR patches easily from the command-line. Check it out, feedback's welcome! The musl release of mkpatch should run out of the box on most linux distributions.
    1 point
  3. skill.cpp #ifdef RENEWAL case GS_MAGICALBULLET: #endif case NJ_KASUMIKIRI: case NJ_UTSUSEMI: + if( sd && skill_id == NJ_UTSUSEMI ){ + struct status_change* sc = status_get_sc(src); + + if( sc && sc->data[SC_UTSUSEMI] ) + { + clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); + break; + } + } case NJ_NEN: case NPC_DEFENDER: case NPC_MAGICMIRROR:
    1 point
  4. ive tested your script now Your problem is an unnecessary "space" here: - script vend_slot -1, { should be - script vend_slot -1,{
    1 point
  5. It should finally worked now. #CASHPOINTS = #CASHPOINTS + .@amount * 5 ); mes .@name$; mes "You have successfully exchanged "+ .ItemName$ +" to Cash Points."; mes " "; mes "You have added your new balance "+ F_InsertComma(#CASHPOINTS) +" ^FF0000Cash Points^000000."; delitem .itemID, .@amount; dispbottom "Your new balance is now : "+ F_InsertComma(#CASHPOINTS) +" Cash Points"; close;
    1 point
×
×
  • Create New...