View Single Post
  #1  
Old 09-05-2007, 02:41 AM
Knightmare1 Knightmare1 is offline
Billy Allan
Knightmare1's Avatar
Join Date: Apr 2007
Posts: 804
Knightmare1 can only hope to improve
Increasing Damage

im pretty new to this, i did gs1 for 2 years, but i never figured out how to increase damage, not even in gs1. after the gs2 release i deleted all my scripts i couldnt convert, and im stuck with like staff boots and summon, a couple of diferent block scripts, and a faulty gun. im trying to increase damage in my Battle System. you may know from the other thread , i need to make that hit a 2, please help if you could that would be great. script is here for poeple who havent read other thread or thread was lost in the distant past of page 3.
PHP Code:
function onCreated() {
this.damage 2;
}
//#CLIENTSIDE
function onCreated(){
  
replaceani("sword""punch_attack");
  
replaceani("idle""punch_idle");
  
replaceani("walk""punch_walk");
  do 
thedamage(this.damage)

__________________
I am the devil, I am here to do to devils work.
Reply With Quote