Dm script with HP bar.
mIRC Code
+ 1 likes
Please Register to submit score.
| Average Score | 6.0 |
| Scores Submitted | 1 |
| Date Added | Feb 23, 2008 |
| Last Updated | Oct 01, 2008 |
| Tags | bar basic death dm hp match remote |
|
|
Introduction
;NOW WITH A HP BAR!; lol
---Functions---
!whip
!dds
!dh
!gmaul
!barrage
!dbow
!eat
!strpot
!tele
!pass
------
!gmaul a bit overpowered so is turned off, if u want to use it change off to on.
Still updating.
5 barrages
1 strength pot lasting 5 turns
20 sharks healing 20hp
5 barrages which do freeze opponent for 1 turn.
EnJoY!
mIRC Snippet:
Dm script with HP bar.
Posted on Jul 27, 2008 6:33 am
Posted on Jul 27, 2008 6:33 am
My old hp bar script use to look like this:
if (%hp.1 >= 99 ) {
set %hpbar.1 9,9 $+ $str(-,20)
}
etc all the way down to 0 hp. (IT WAS 63 LINES!)
Now my new hp is like this:
set %hpbar.21 $int($calc((99-%hp.2)/4))
set %hpbar.22 $int($calc(%hp.2 / 4))
set %hpbar.2 9,9 $+ $str(.,%hpbar.22) $+ 4,4 $+ $str(.,%hpbar.21)
msg $chan %dm.2 is now on %hp.2 hp. %hpbar.2
From 63 lines to 4 lines. I give permission for people to steal this if they want. You may need to change some of the %vars.
if (%hp.1 >= 99 ) {
set %hpbar.1 9,9 $+ $str(-,20)
}
etc all the way down to 0 hp. (IT WAS 63 LINES!)
Now my new hp is like this:
set %hpbar.21 $int($calc((99-%hp.2)/4))
set %hpbar.22 $int($calc(%hp.2 / 4))
set %hpbar.2 9,9 $+ $str(.,%hpbar.22) $+ 4,4 $+ $str(.,%hpbar.21)
msg $chan %dm.2 is now on %hp.2 hp. %hpbar.2
From 63 lines to 4 lines. I give permission for people to steal this if they want. You may need to change some of the %vars.
mIRC Snippet:
Dm script with HP bar.
Posted on Aug 23, 2008 5:48 am
Posted on Aug 23, 2008 5:48 am
Nice 1, only bit low on commands.
And as always i was bored so i improoved the script a bit.
I added: Gp + item drop on win, ags(spec), sgs(spec with heal), zgs(spec with freeze),bgs(spec), dscim, cbow, guthan (with random heal) and ima try to somekind of armour shop in.
Not leeching it, just improoving :)(not using it 2)
edit: if you think gmaul is overpowerd then just lower the max hit :)
And as always i was bored so i improoved the script a bit.
I added: Gp + item drop on win, ags(spec), sgs(spec with heal), zgs(spec with freeze),bgs(spec), dscim, cbow, guthan (with random heal) and ima try to somekind of armour shop in.
Not leeching it, just improoving :)(not using it 2)
edit: if you think gmaul is overpowerd then just lower the max hit :)
mIRC Snippet:
Dm script with HP bar.
Posted on Sep 22, 2008 5:24 pm
Posted on Sep 22, 2008 5:24 pm
Hey, nice script. I was wondering, how could i make this so that there can be multiple DMs going on at the same time in different chans. Any help would be much appreciated
mIRC Snippet:
Dm script with HP bar.
Posted on Oct 1, 2008 10:08 pm
Posted on Oct 1, 2008 10:08 pm
YOUR !@#$ SCRIPT UNSET ALL OF MY !@#$ VARIABLES, HORRIBLE SCRIPT!
mIRC Snippet:
Dm script with HP bar.
Posted on Oct 1, 2008 10:11 pm
Posted on Oct 1, 2008 10:11 pm
| Code: |
| unsetall |
LOL. Use unset %genericsomething.* or something like that, giving all your script's variables a constant as the start to prevent this.
mIRC Snippet:
Dm script with HP bar.
Posted on Oct 2, 2008 5:46 pm
Posted on Oct 2, 2008 5:46 pm
Haha, that happened to me aswell :( but soon changed it





