Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Era Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=162)
-   -   some stuff (https://forums.graalonline.com/forums/showthread.php?t=81823)

[email protected] 09-14-2008 11:56 AM

some stuff
 
so designed a new item system for new era
so, we can modify just about anything now, from equipping an item
[your health, armor, [ANYTHING]]

for example, i've equip an Uzi, It could improve your health from doing so! no idea why it would, but that's an example

here is the uzi gun
HTML Code:

  this.item_Uzi = {
    {"projectile", 1},
    {"damage", 15},
    {"mod", {
      {"gunstats", {
        {"ammolimit", 9999},
        {"maxammo", 32},
        {"maxbullets", 1},
        {"fireammo", 1},
        {"repeatfire", true},
        {"spread", 0.1},
        {"freezefire", {0.13, 0.01}},
        {"freezereload", {0.25, 0.6}},
        {"bulletpos", {{0.7, 1.6}, {0.8, 0.3}, {-0.3, -1.2}, {-1.2, 0.5}}}
      }}
    }}
  };


Crono 09-14-2008 12:06 PM

Is the dupping fixed yet?

[email protected] 09-14-2008 12:08 PM

for sure

this is for new era btw, not current

Yocas 09-14-2008 06:08 PM

The gun stats in your inventory are waaaaay off.

DuBsTeRmAn 09-14-2008 07:38 PM

You should make it:


this.item_Uzi = {
{"projectile", 1},
{"damage", 15},
{"mod", {
{"gunstats", {
{"ammolimit", 99999},
{"maxammo", 50},
{"maxbullets", 2},
{"fireammo", 2},
{"repeatfire", true},
{"spread", 0.15},
{"freezefire", {0.05, 0.01}},
{"freezereload", {0.05, 0.2}},
{"bulletpos", {{0.7, 1.6}, {0.8, 0.3}, {-0.3, -1.2}, {-1.2, 0.5}}}
}}
}}
};

Crow 09-14-2008 08:29 PM

Quote:

Originally Posted by DuBsTeRmAn (Post 1423440)
You should make it:


this.item_Uzi = {
{"projectile", 1},
{"damage", 15},
{"mod", {
{"gunstats", {
{"ammolimit", 99999},
{"maxammo", 50},
{"maxbullets", 2},
{"fireammo", 2},
{"repeatfire", true},
{"spread", 0.15},
{"freezefire", {0.05, 0.01}},
{"freezereload", {0.05, 0.2}},
{"bulletpos", {{0.7, 1.6}, {0.8, 0.3}, {-0.3, -1.2}, {-1.2, 0.5}}}
}}
}}
};

This is not about the stats. Uzi is perfectly fine the way it is right now, and the stats you posted would probably suck.

DuBsTeRmAn 09-14-2008 09:05 PM

Orly? I already knew that lol

Frankie 09-14-2008 10:06 PM

nice work :)


All times are GMT +2. The time now is 07:47 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.