Recent content by Petey Pablo

  1. P

    Automated cutin

    Cutin that can trigger every 10:00AM and it will remove the cutin display after 3mins. Thank you
  2. P

    Help for timer_do_delete error

    Need help what is the problem [Error]: timer_do_delete error : function mismatch [154]00000000(unknown timer function) != 00AF28B0(unit_walk_toxy_timer) [Error]: --- failed assertion -------------------------------------------- [Error]: D:\Ragnarok\Hercules\src\common\timer.c:398: '0' in...
  3. P

    Help about warning script:implode

    What error is this? I dont know what script is this please anyone can help me fix. Thank you [Warning]: script:implode: array length = 0
  4. P

    help mvp arena script

    how to remove the arena 4 room? this is the mvp_arena script //===== Hercules Script ====================================== //= MVP Arena //===== By: ================================================== //= Darkchild //===== Current Version: ===================================== //= 1.4...
  5. P

    daily reward help

    This is the error [Error]: script error in file 'npc/custom/daily_reward.txt' line 67 column 18 parse_simpleexpr: unmatched ')' 64: sleep2 1000; 65: for(.@k = 0; .@k < 2; .@k++){ 66: if(!.@k){ * 67...
  6. P

    hourly reward error

    hourly reward error [Error]: script error in file 'npc/custom/hourly_reward.txt' line 26 column 19 parse_simpleexpr: unmatched ')' 24: { 25: OnHourCmnd: * 26: switch(checkquest(61000,PLAYTIME)){ ~~~~~~~~~~~~~~~~~~~~~~~~~^ 27: case 2: 28...
  7. P

    db bonus script help

    how to add this bonus script on db: "Add The Chance of Gaining Level 1-5 Stat Food item each time an monster is killed" Thank you!
  8. P

    Hourly rewards error

    Need help to fix this 2 error [Error]: script error in file 'npc/custom/hourly_rewards.txt' line 48 column 18 parse_simpleexpr: unmatched ')' 45: } 46: } 47: if(.s_vip){ * 48...
  9. P

    Need help gold room error

    This is the error [Error]: buildin_getmonsterinfo: Wrong Monster ID: 0 [Debug]: Source (NPC): gold_room_main (invisible/not on a map) [Info]: 'Count Floyd' logged in. (AID/CID: '2000001/150002', IP: '127.0.0.1', Group '0'). [Error]: buildin_getmonsterinfo: Wrong Monster ID: 2000000 [Debug]...
  10. P

    Need help daily reward

    Need help to fix this error [Error]: script_rid2sd: fatal error ! player not attached! [Debug]: Function: __setr (2 parameters): [Debug]: Data: variable name='.Bound_Mode' index=0 [Debug]: Data: variable name='Bound_Account' index=0 [Debug]: Source (NPC): LOGIN (invisible/not on a map)...
  11. P

    Help @pk command

    The @pk plugin from Dastgir is not working on pkmode 1. Do you now how to fix that? This is the plugin from Dastgir  
  12. P

    Help @pk command

    Need help to make this compatible for Hercules. Check the diff/patch attachment. Thank you!
  13. P

    Failed assertion error on plugins

    Need help to fix this error on plugins! Btw, im using latest version of hercules emulator! [Error]: Skip packet 0x00F3 with size 21, but must be size 65535 [Error]: --- failed assertion -------------------------------------------- [Error]: D:\Ragnarok\Hercules\src\common\socket.c:840: '0' in...
  14. P

    Need help about advanced stylist

    I already change but still error
  15. P

    Need help about advanced stylist

    Help me to fix this error. Thank you This is the full script // credits to Annieruru function script ValueConvert { 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...
Back
Top