Starter Battle Bot - Alias

By Romeo on Apr 05, 2006

Put This in ALIAS

Comments

Sign in to comment.
EightBall   -  Jul 21, 2007

Alias Give {
if ($2 == $me) { Echo Why? | halt }
Set %MoneyAmount $$?\"How Much?\"
Set %MoneyName $$?\"To Who?\"
Set %MoneyDir [ $readini %MoneyName $+ .ini %MoneyName Money ]
Set %MoneyDir $calc(%MoneyAmount + %MoneyDir)
writeini %MoneyName $+ .ini %MoneyName Money %MoneyDir
Notice %MoneyName $me Gave You3 %MoneyAmount Dollars10! Lucky You!
Echo 15You Gave %MoneyName 3 %MoneyAmount Dollars!
Unset %MoneyAmount
Unset %MoneyName
Unset %MoneyDir
}
Menu Channel {
GiveMoney:/Give
}
Simple Give Money Command lol Put In Remotes And Right Click In A Channel And Click Give Money P.S Awesome Starter Bot Romeo Having A Blast Making A Bot With It

 Respond  
Ace99   -  Oct 04, 2006

If I were you, I wouldn\'t go by me, because knowing me, I probably messed something up. Anyway:

writeini $1 $+ .ini $1 MAttack $calc($readini($1 $+ .ini,$1,MHp) + %Defense)
writeini $1 $+ .ini $1 MDefense $calc($readini($1 $+ .ini,$1,MHp) + %Attack)

I changed MAttack and MDefense to Attack and Defense...And viola..And so that you don\'t get negative health check the snippets cuz someone posted a solution to that.

 Respond  
Skye   -  Oct 04, 2006

Could you post your Fixes Ace99

 Respond  
Ace99   -  Sep 19, 2006

I was able to fix the error where I level up and get Defense and Attack, I also fixed the error where I get 0 EXP, and the dummy one...But I still want the code so that I don\'t level up every 10 EXP...

 Respond  
Ace99   -  Sep 19, 2006

More Errors:

Leveling up errors(Doesn\'t add your attack+defense)

Why does my guy level up after every 10 EXP?

How can I make it so that lets say to get from level 1 to 2 is 10 EXP...from 2 to 3 is like 25...from 3 to 4 is 50...stuff like that?

 Respond  
Ace99   -  Sep 17, 2006

I don\'t feel like going to everyone of your scripts to explain each error, so i\'ll explain them all here.

  1. Your HP shit still doesn\'t work, sometimes when you die you still stay in.

  2. When I fight someone, I still get 0 EXP MOST of the time.

  3. When I fight a dummy, it says that the dummy isn\'t in the field or w/e...
 Respond  
ZabuzaMomochi   -  Jul 11, 2006

found the error

  if ($readini($2 $+ .ini,$2,PowerLevel) <= 0) {

Should have been

  if ($readini($2 $+ .ini,$2,hp) < 1) {
 Respond  
ZabuzaMomochi   -  Jul 11, 2006

this is a little late but, milky i believe the deadcheck doesnt work because he is using the wrong identifier. I believe instead of powerlevel the identifier for health is %hp am i correct?

 Respond  
milky4981   -  May 09, 2006

Cool i done it now with some realy crappy script editing :)

 Respond  
milky4981   -  May 08, 2006

Excellent script in total but the Deadcheck doesn\'t seem to work for some reason and i cant see why?

 Respond  
Romeo   -  Apr 08, 2006

you can do that by going through the ini, i might make more add ons to this

 Respond  
ZabuzaMomochi   -  Apr 08, 2006

Can you make like a /givemoney command XD so the bot can give someone as much as it wants :O

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.