Search results

  1. brunosc

    Iconcustom

    Solved
  2. brunosc

    Noview in Self

    hello, im using @Dastgir plugin and im try to change the command to hide self equips. i dont have ideia how to do it.
  3. brunosc

    Plugin @partybuff

    im using AnnieRuru plugin . version 0.4 Link -> https://upaste.me/75d049918e2088402 //===== Hercules Plugin ====================================== //= @showbuff //===== By: ================================================== //= AnnieRuru //===== Current Version...
  4. brunosc

    Plugin Call Event

    Im try to make onr plugin to call any event like Onpclogin , or other custom Event.
  5. brunosc

    @partybuff / @spb

    i got it in latest. showbuff.c: In function ‘status_change_start_post’: showbuff.c:50:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (p = party->search(sd->status.party_id)) { ^ In file included from showbuff.c:31:0: showbuff.c: In function...
  6. brunosc

    Character Slots

    I need to set  9 slot when player create new account, because when player will be vip i need to change to 15 slots. maybe it is possible to set for group ID, group_id = 0 have 9 slots. group_id = 99 have 15 slots.
  7. brunosc

    imune negative status

    a long time ago, we had this functionality. // Adjustment for the natural rate of resistance from status changes. // If 50, status defense is halved, and you need twice as much stats to block // them (eg: 200 vit to completely block stun) pc_status_def_rate: 100 mob_status_def_rate: 100 //...
  8. brunosc

    No gems for ADM

    is it possible to do for all ADM no use gems when use skills? if yes how i can do it??
  9. brunosc

    @restock

    hi, i have one diff to use @restock but when i compile i got some errors diff: void pc_restock_getstorage(struct map_session_data *sd, int itemid, int amount) { int i; for( i = 0; i < MAX_STORAGE; i++ ) { if (sd->status.storage.items[i].nameid == itemid) {...
  10. brunosc

    Error in changer coin

    the code is : function int__ { set .@num, atoi(""+getarg(0)); if ( .@num == 0 || .@num >= 2147483647 ) return getarg(0); set .@l, getstrlen(""+.@num); for ( set .@i,0; .@i < .@l; set .@i, .@i + 1 ) { set .@num$, .@num % pow(10,.@i+1) / (10**.@i) + .@num$; if ( (.@i+1) % 3 == 0...
  11. brunosc

    Error in changer coin

    i got this error when i use @reloadscript  This command is deprecated and it will be removed in a future update. Please see the script documentation for an alternative. 59: if ( .@num == 0 || .@num >= 2147483647 ) return getarg(0); 60: set .@l, getstrlen(""+.@num)...
Back
Top