G garro New member Messages 23 Points 0 Github sran Mar 12, 2019 #2 Hello community, I found this npc somewhere in the forum, I would like it to only heal when woe starts, and to say this disbottom we are woe I only give heal View attachment heal.txt
Hello community, I found this npc somewhere in the forum, I would like it to only heal when woe starts, and to say this disbottom we are woe I only give heal View attachment heal.txt
AnnieRuru ~~Cute~Cute~Scripter~~ Messages 1,677 Points 0 Location your next door ~ Discord AnnieRuru#1609 Github AnnieRuru Emulator Client Version 2019-05-30aRagexeRE Mar 12, 2019 #3 getinventorylist; while( .@i < @inventorylist_count ){ if ( !@inventorylist_identify[.@i] ){ delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1; } .@i++; } bad code actually there are some items that are drop with cards, or item options (example crimson weapons) https://rathena.org/board/topic/118245-error-buildin_delitem2-failed-to-delete-1-items/?do=findComment&comment=357700 we either need a getitem3/delitem3 script command or identifyall script command ... we missing both of them right now and for your answer just add if ( agitcheck() || agitcheck2() ) ... something like that
getinventorylist; while( .@i < @inventorylist_count ){ if ( !@inventorylist_identify[.@i] ){ delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1; } .@i++; } bad code actually there are some items that are drop with cards, or item options (example crimson weapons) https://rathena.org/board/topic/118245-error-buildin_delitem2-failed-to-delete-1-items/?do=findComment&comment=357700 we either need a getitem3/delitem3 script command or identifyall script command ... we missing both of them right now and for your answer just add if ( agitcheck() || agitcheck2() ) ... something like that