Top

Comments

  (22)  RSS
Blknbluyoshi's
Timmah
Comments: 1
 
mIRC Snippet:  Basic DM based on the game RuneScape
Posted on Jul 27, 2008 12:01 pm
You can use regex so the user Can do either ! or . or @. other than that it looks like a pretty nice script!
criminal
Comments: 122
 
mIRC Snippet:  Basic DM based on the game RuneScape
Posted on Apr 8, 2008 12:40 pm
You also forgot that if a player has 0 hp he is dead too..
Code:

if (%p2hp < 0) {
should be like this
if (%p2hp <= 0) {

You should add ags or bgs too :) I think many people would like to use that
criminal
Comments: 122
 
mIRC Snippet:  Basic DM based on the game RuneScape
Posted on Apr 8, 2008 11:41 am
Quote:

Ugh... its messed up, it always makes it to where you have the same Hp as the other player.. Fix it plz

Maybe you should search yourself and not just leach " RuneScape " scripts from others.
criminal
Comments: 122
 
mIRC Snippet:  Basic DM based on the game RuneScape
Posted on Apr 8, 2008 11:37 am
If a player dies, it will still count he's hp.
which will end up something like -26 or so.
Code:

        msg $chan %player1 has hit %hit1 and %hit2
        dec %p2hp %hit1
        dec %p2hp %hit2
        set %turn 2
        if (%p2hp > 0) { msg $chan %player2 has %p2hp hp left }
criminal
Comments: 122
 
mIRC Snippet:  Basic DM based on the game RuneScape
Posted on Apr 8, 2008 11:28 am
Code:

        unset %duel
        unset %player1
        unset %player2
        unset %duel2
        unset %p1hp
        unset %p2hp
        unset %spec1
        unset %spec2
        unset %turn
        unset %hit1
        unset %hit2

can be done like this:
[code]
unsetall
[code]
on *:text:.dds*:#: {
if (%turn == 1) {
if ($nick == %player1) {
if (%spec2 < 4) {
[/code]
%spec2 must be %spec1
[code]
on *:text:.dds*:#: {
if (%turn == 1) {
if ($nick == %player1) {
if (%spec1 < 4) {
[/code]
criminal
Comments: 122
 
mIRC Snippet:  Basic DM based on the game RuneScape
Posted on Apr 8, 2008 11:04 am
Code:

on *:text:.eat*:#: {
  if (%turn == 1) {
    if (%p1hp == 99) {
      notice $nick You already have 99 hitpoints, please choose another command.
      halt
    }
    else ($nick == %player1) {
      set %turn 2
      inc %p1hp 20
      msg $chan %player1 eats a shark and gains 20 hp
      msg $chan %player1 has %p1hp hp left
    }
  }

I think you forgot to say ' elseif ' instead of else ($nick == %player1) {

Code:

on *:text:.eat*:#: {
  if (%turn == 1) {
    if (%p1hp == 99) {
      notice $nick You already have 99 hitpoints, please choose another command.
      halt
    }
    elseif ($nick == %player1) {
      set %turn 2
      inc %p1hp 20
      msg $chan %player1 eats a shark and gains 20 hp
      msg $chan %player1 has %p1hp hp left
    }
  }

mountaindew
Comments: 1,455
 
mIRC Snippet:  Basic DM based on the game RuneScape
Posted on Mar 21, 2008 8:16 am
Code:

on $*:text:.commands:*:{

Umm...are you trying to do [anysymbol]commands ? If you're just doing .commands, you don't need the $

I would just do
Code:

on $*:text:/[!@.]commands/Si:*:{
Eugenio
Comments: 719
 
mIRC Snippet:  Basic DM based on the game RuneScape
Posted on Mar 21, 2008 1:54 am
It dont work for me.
rsb
Comments: 6
 
mIRC Snippet:  Basic DM based on the game RuneScape
Posted on Mar 15, 2008 9:15 am
neat
richrunescaper
Comments: 5
 
mIRC Snippet:  Basic DM based on the game RuneScape
Posted on Oct 27, 2007 11:40 pm
Ugh... its messed up, it always makes it to where you have the same Hp as the other player.. Fix it plz
Metallboy100
Comments: 28
 
mIRC Snippet:  Basic DM based on the game RuneScape
Posted on Aug 19, 2007 6:19 am
guys, when i first paste it on my remotes it worked, now it doesnt. what should i do to make it work for me?
Blknbluyoshi
Comments: 10
 
mIRC Snippet:  !PCW
Posted on Aug 15, 2007 9:00 pm
well then, just don't use my snippet :P

I do this for those that do play runescape and are looking for a !pcw script to use...not really for the other peoples...
Anti
Comments: 315
 
mIRC Snippet:  !PCW
Posted on Aug 15, 2007 4:30 pm
It just annoys me that people wil make pest control worlds for runescape then put it on hawkee not all of us play runescape..
Blknbluyoshi
Comments: 10
 
mIRC Snippet:  Basic DM based on the game RuneScape
Posted on Aug 14, 2007 1:38 pm
yeah, i love my nick XD I'll take it off if you don't like it. It's not really that hard to take off :P
Blknbluyoshi
Comments: 10
 
mIRC Snippet:  !PCW
Posted on Aug 14, 2007 11:00 am
I put that in, then realized... It would just be easier if i made it with an error message apearing.

Thanks for the suggestion!
stargazer989
Comments: 28
 
mIRC Snippet:  Basic DM based on the game RuneScape
Posted on Aug 14, 2007 3:26 am
wow just about anything that happens your nick appears... but its still good, 2/10 for originality 8/10 for quality.
Olliegod
Comments: 74
 
mIRC Snippet:  !PCW
Posted on Aug 14, 2007 3:12 am
To make sure they use only numbers you can use something like
Code:
if ($2 isnum 1-144)
that will also ensure they dont enter some random number like 12345.
Blknbluyoshi
Comments: 10
 
mIRC Snippet:  !PCW
Posted on Aug 14, 2007 1:20 am
I just updated it so it's a lot shorter, and only you and/or somebody you select are the only ones that can see what people have sugguested.
Blknbluyoshi
Comments: 10
 
mIRC Snippet:  !PCW
Posted on Aug 14, 2007 12:34 am
yeah, i might get around to making it only numbers later. I'm working on an !event script for my clan :)
Monky
Comments: 52
 
mIRC Snippet:  !PCW
Posted on Aug 14, 2007 12:19 am
lol just hope ppl type numbers
1 2 Next
Bottom