Secrets Posted May 1, 2016 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 436 Joined: 01/26/16 Last Seen: 8 hours ago Share Posted May 1, 2016 (edited) File Name: Punching Bag with DPS counter File Submitter: Secrets File Submitted: 01 May 2016 File Category: Utilities Content Author: secretdataz Update: This script won't work on Hercules and you have to make it work yourself if you want to use it on Hercules. This is yet another punching bag with DPS counter which I use to experiment with get/setunitdata command. Feel free to use. Click here to download this file Edited April 1, 2024 by Secrets Herc LUL 4 1 Quote Link to comment Share on other sites More sharing options...
Skorm Posted June 26, 2016 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: 1 hour ago Share Posted June 26, 2016 Really cool idea with the DPS counter. Quote Link to comment Share on other sites More sharing options...
Deviszh Posted September 9, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.02 Content Count: 173 Reputation: 3 Joined: 09/04/16 Last Seen: November 6, 2016 Share Posted September 9, 2016 Yey! It was awesome! Great work! Thanks for the script! Quote Link to comment Share on other sites More sharing options...
fallen0519 Posted January 3, 2017 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 52 Reputation: 2 Joined: 02/15/14 Last Seen: May 10, 2017 Share Posted January 3, 2017 (edited) Using Hercules Hi sir, I met this problem when running the script, can anyone please help me regarding this matter? Thanks a lot!! Addon: Also, how to fix the "warning" problem because most of my custom script met such problems. Thanks!~ Edited January 3, 2017 by fallen0519 Quote Link to comment Share on other sites More sharing options...
Chuckzxc Posted May 6, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 0 Joined: 05/06/17 Last Seen: July 13, 2024 Share Posted May 6, 2017 i can't attack the dummies thanks Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted May 21, 2017 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 120 Reputation: 2 Joined: 03/21/17 Last Seen: February 18, 2021 Share Posted May 21, 2017 (edited) DSP is not showing prontera,146,155,0 script PunchingBag#0 844,{ end; OnMyMobDead: OnInit: getunitdata(getnpcid(0), .@d); monster strnpcinfo(4),.@d[UNPC_X],.@d[UNPC_Y],"Punching Bag",1906,1,strnpcinfo(0)+"::OnMyMobDead"; .@dupid = atoi(strnpcinfo(2)); .gid[.@dupid] = $@mobid[0]; .mhp[.@dupid] = strmobinfo(4,1271); setunitdata .gid[.@dupid],UMOB_MODE,.@d[UMOB_MODE]|0x4000000|0x0200000; // Set MD_STATUS_IMMUNE (0x4000000) because EDP/burn/%MHP based status can skew the DPS counter so much. initnpctimer; end; OnTimer1000: .@dupid = atoi(strnpcinfo(2)); if(unitexists(.gid[.@dupid])){ getunitdata(.gid[.@dupid],.@d); .@diff = (.mhp[.@dupid] - .@d[UMOB_HP]); if(.@diff > 0){ npctalk "Punching Bag : I've taken " + (.@diff/5) + " DPS in last 5 seconds."; setunitdata .gid[.@dupid],UMOB_HP,.mhp[.@dupid]; specialeffect EF_HEAL; } } initnpctimer; } prontera,216,79,0 duplicate(PunchingBag#0) PunchingBag#1 844 prontera,224,70,0 duplicate(PunchingBag#0) PunchingBag#2 844 prontera,216,58,0 duplicate(PunchingBag#0) PunchingBag#3 844 prontera,224,58,0 duplicate(PunchingBag#0) PunchingBag#4 844 Edited May 21, 2017 by NakedWolf Quote Link to comment Share on other sites More sharing options...
Secrets Posted May 21, 2017 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 436 Joined: 01/26/16 Last Seen: 8 hours ago Author Share Posted May 21, 2017 @NakedWolf Any error in console? 1 Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted May 21, 2017 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 120 Reputation: 2 Joined: 03/21/17 Last Seen: February 18, 2021 Share Posted May 21, 2017 (edited) no no error's in console @Secrets sorry it was mistake your script works excellent i forgot to change the mob id p[.@dupid] = strmobinfo(4,1271); <<<<---over here as i changed it here " monster strnpcinfo(4),.@d[UNPC_X],.@d[UNPC_Y],"Punching Bag",1906,1,strnpcinfo(0)+"::OnMyMobDead"; Edited May 21, 2017 by NakedWolf it was my mistake 1 Quote Link to comment Share on other sites More sharing options...
elmucho Posted July 1, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 32 Reputation: 0 Joined: 05/27/17 Last Seen: March 5 Share Posted July 1, 2017 im not able to click or attack the npc Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted July 2, 2017 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 120 Reputation: 2 Joined: 03/21/17 Last Seen: February 18, 2021 Share Posted July 2, 2017 Add the NPC monster p[.@dupid] = strmobinfo(4,1906); <<<<---over here as i changed it here " monster strnpcinfo(4),.@d[UNPC_X],.@d[UNPC_Y],"Punching Bag",1906,1,strnpcinfo(0)+"::OnMyMobDead"; <<<----- and here Quote Link to comment Share on other sites More sharing options...
AinsLord Posted September 21, 2017 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Share Posted September 21, 2017 dummy disappear once mushroom event or disguise event started Quote Link to comment Share on other sites More sharing options...
sprdosat Posted October 8, 2017 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 75 Reputation: 5 Joined: 08/28/13 Last Seen: February 14, 2024 Share Posted October 8, 2017 After the last update of RAthena, it appeared. It helps Me solve. Quote Link to comment Share on other sites More sharing options...
MagicalBalls Posted March 25, 2018 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 29 Reputation: 1 Joined: 03/23/18 Last Seen: May 14, 2018 Share Posted March 25, 2018 Any help on I can't attack the punching bag? I put it on prontera Quote Link to comment Share on other sites More sharing options...
Bolby91 Posted May 2, 2020 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 60 Reputation: 0 Joined: 07/03/13 Last Seen: February 12 Share Posted May 2, 2020 hi why the punching bag looks like this to me if i change the NPCID i cannot be attacked. Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted May 3, 2020 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 120 Reputation: 2 Joined: 03/21/17 Last Seen: February 18, 2021 Share Posted May 3, 2020 8 hours ago, Jholz27 said: hi why the punching bag looks like this to me if i change the NPCID i cannot be attacked. provide the script which you are using so some can check what the issue Quote Link to comment Share on other sites More sharing options...
Bolby91 Posted May 3, 2020 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 60 Reputation: 0 Joined: 07/03/13 Last Seen: February 12 Share Posted May 3, 2020 11 hours ago, NakedWolf said: provide the script which you are using so some can check what the issue sorry, I already solved it it's because its summoning the wrong ID Quote Link to comment Share on other sites More sharing options...
chatterboy Posted May 19, 2020 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 309 Reputation: 26 Joined: 11/26/12 Last Seen: November 22, 2024 Share Posted May 19, 2020 they move around inmy server why ? Quote Link to comment Share on other sites More sharing options...
Xellyehria Posted May 19, 2020 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 22 Reputation: 1 Joined: 10/19/16 Last Seen: 3 hours ago Share Posted May 19, 2020 4 hours ago, chatterboy said: they move around inmy server why ? maybe wrong mob mode. You need to use mob modes that doesn't move similar to plants. Try to download Sader's monster mode generator and create one that fits your punching bug Quote Link to comment Share on other sites More sharing options...
Katakuri Posted June 13, 2020 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 110 Reputation: 57 Joined: 05/29/18 Last Seen: 23 hours ago Share Posted June 13, 2020 This is nice but it can be reproduce with different element like Fire, Earth, Water, Wind targets? Quote Link to comment Share on other sites More sharing options...
legtoleg Posted June 13, 2020 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 02/11/19 Last Seen: April 4, 2024 Share Posted June 13, 2020 (edited) Good npc Edited June 13, 2020 by legtoleg Quote Link to comment Share on other sites More sharing options...
Sikdope Posted September 17, 2020 Group: Members Topic Count: 9 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 08/28/20 Last Seen: January 24, 2021 Share Posted September 17, 2020 Hello bro can you help me how to make demi human and emperium type of punching bag thankyou so much! Quote Link to comment Share on other sites More sharing options...
acacioleite92 Posted April 13, 2021 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 16 Reputation: 0 Joined: 01/11/21 Last Seen: March 17 Share Posted April 13, 2021 On 9/17/2020 at 10:23 AM, Sikdope said: Hello bro can you help me how to make demi human and emperium type of punching bag thankyou so much! Error... Quote Link to comment Share on other sites More sharing options...
sparkle Posted June 17, 2021 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 08/19/20 Last Seen: August 27, 2023 Share Posted June 17, 2021 NPC not showing DPS, no error on console. Quote Link to comment Share on other sites More sharing options...
amanikoko Posted February 19, 2022 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 40 Reputation: 0 Joined: 02/26/21 Last Seen: 12 hours ago Share Posted February 19, 2022 Hi there @Secrets not sure if you're still supporting this script, but i cant seems to make it work coz the cursor is always showing as NPC instead of the Attack-able cursor and it is un-clickable. No error appears on the console. any help on this would be greatly appreciated. Quote Link to comment Share on other sites More sharing options...
Secrets Posted February 20, 2022 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 436 Joined: 01/26/16 Last Seen: 8 hours ago Author Share Posted February 20, 2022 16 hours ago, amanikoko said: -snip- Try changing the mob id to something else. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.