Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/03/22 in all areas

  1. < Stolao's Script Collection> Please Comment, Good or Bad i want to know your guys thoughts on what i should do next. Update History At Afk At Commands Auto Event Custom Functions Daily Login Reward Ex Job Master Floating Rates Fly-Wings Group Buffs Mvp Speed Run Non-Abuse Healer Poring Power Pvp Ladder Mining -Unsupported, Bug Fixes Only- Weapon Mastery -Unsupported, Bug Fixes Only- Coming soon to a server near you
    1 point
  2. works like a champ !
    1 point
  3. The source is no error but when i try to use it, Type: Armor / Usable / Etc / Charm its not working edit.. its working Earlier he Type: ETC and there i switched to Type: Charm but I didn't re @item again
    1 point
  4. 1 point
  5. - script gvubhnji -1,{ OnNPCKillEvent: if( getmonsterinfo(killedrid, 21) & 0x0020 ) { if( getmonsterinfo(killedrid, 22) ) .@R = rand( 100, 500 );//-- MVP else .@R = rand( 50, 150 );//-- MINIBOSS } else .@R = rand( 10,100 );//-- normal monster #CASHPOINTS = #CASHPOINTS + .@R; dispbottom "Gained : "+ .@R +" points. Total : "+ #CASHPOINTS +" points."; end; }
    1 point
  6. Nevermind, Solved. Found out myself reading some script. Code Draft : OnNPCKillEvent: if ( getmonsterinfo( killedrid,MOB_MODE ) & 0x0020 ) { This checks for Boss. if( getmonsterinfo( killedrid,MOB_MVPEXP ) { This checks for MVP
    1 point
  7. Thanks Flaid! i try make my dollar xD look that dollar.bmp
    1 point
×
×
  • Create New...