Top

Naruto RPG


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  5.0
Scores Submitted  2
Date Added  Jul 14, 2008
Last Updated  Jul 14, 2008
Tags  finished  game  naruto  not  rpg 
  Bookmark and Share

Introduction

This is just a little Naruto RPG I'm working on since all of my friends are begging me to do one. Plus I haven't posted something in a while. This is definately not done at all, I only posted it so my little brother wouldn't delete it again (Third time I've had to remake it) I'll have updates for it soon, but other than that, tell me what's wrong so far, besides that the batte portion isn't closed. I would've madfe the battle portion more complex, rather than just a simple command like !(attack) but I kind of laughed at the idea of numerous people ganging up on a single person using multiple attacks at once, so I figured I'd keep it. I've yet to make the ranking system, the random foe/random battle sequence, the travel system, and finish the battle system, so just give me some time, I've been unusually busy this month, which is kind of odd I have no time when I actually need it. I'm also aware of the misspells here and there, so you don't need to point those out. The aliases for this snippet are at http://www.hawkee.com/snippet/4700/


Grab the Code

Comments

  (6)  RSS
ChunkieMonkey
Comments: 139
 
mIRC Snippet:  Naruto RPG
Posted on Jul 15, 2008 5:48 pm
Did you mean to make it all %cham ?and
Code:
 m $Nick So You\'re $iif($readini(n.ini,$address,clan) !=
Is that meant to be iif?
napa182
Comments: 1,007
 
mIRC Snippet:  Naruto RPG
Posted on Jul 15, 2008 6:03 pm
all the m $nick should be msg $nick
else you will get back \"M Unknown command\"

EDIT
Ah nvm i didnt see ur alias script you posted for this as well
maybe you should add them together in one script
Trikloa
Comments: 25
 
mIRC Snippet:  Naruto RPG
Posted on Jul 16, 2008 4:22 am
I would\'ve, but both are meant to be really long, and I doubt anyone would see a \"Place the above in the \"aliases\" section\" about 50-100 lines down, so I made them seperate.
Quote:

Did you mean to make it all %cham ?and
Code:
 
 m $Nick So You\'re $iif($readini(n.ini,$address,clan) != 

Is that meant to be iif?

Yes ChunkieMonkey, it\'s supposed to be $iif, and the reason I used %cham for them all is to designate that the script is used in only one channel.
☼_☼
ChunkieMonkey
Comments: 139
 
mIRC Snippet:  Naruto RPG
Posted on Jul 26, 2008 12:10 am
Can\'t it be %chan though? It is different from $chan...and on load you should set %chan #[chan]
napa182
Comments: 1,007
 
mIRC Snippet:  Naruto RPG
Posted on Jul 26, 2008 1:16 am
Trikloa said:
Quote:
I would\'ve, but both are meant to be really long, and I doubt anyone would see a \"Place the above in the \"aliases\" section\" about 50-100 lines down, so I made them seperate.


well why not add ur alias to the whole script by adding alias in the front like this

Code:
alias -l m { notice $1 0,1 $+ $2- }
alias chan {
  if (!$1) { set %cham $?=\"Channel with Naruto RPG:\" }
  else { set %cham $1 }
}
alias -l MoveList {
  writeini n.ini %address [ $+ [ %nick ] ] ListMoves $readini(n.ini,%address [ $+ [ %nick ] ],attack1) $+ , $readini(n.ini,%address [ $+ [ %nick ] ],attack2) $+ , $readini(n.ini,%address [ $+ [ %nick ] ],attack3) $+ , $readini(n.ini,%address [ $+ [ %nick ] ],attack4)
  unset %address
  unset %nick
}


that way you can add the whole thing in ur remotes
Trikloa
Comments: 25
 
mIRC Snippet:  Naruto RPG
Posted on Jul 27, 2008 3:19 am
That would be helpful, and I thought about that, but I don\'t have a good reason why I put the aliases seperate

Please Register or Login to start posting comments.
Bottom