Graal Forums  

Go Back   Graal Forums > PlayerWorlds > PlayerWorlds Main Forum
FAQ Members List Calendar Today's Posts

View Poll Results: Should we put custom bodies?
Yes. 19 42.22%
No. 26 57.78%
Voters: 45. You may not vote on this poll

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #91  
Old 09-22-2006, 04:27 AM
GoldenGangster GoldenGangster is offline
Moisdne
GoldenGangster's Avatar
Join Date: Aug 2005
Posts: 25
GoldenGangster is on a distinguished road
The only thing that Zodiac really has in common with Maloria is nations, the time peroid (I guess..?) and the fact its set in a rpg style world with magic and such. Other than that they are really not the same. Those are just basic things however. But Zodiac has updates everyday, more items than maloria and so far more players, than all the other classic servers.
__________________
  #92  
Old 09-22-2006, 04:31 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by GoldenGangster View Post
The only thing that Zodiac really has in common with Maloria is nations, the time peroid (I guess..?) and the fact its set in a rpg style world with magic and such. Other than that they are really not the same. Those are just basic things however. But Zodiac has updates everyday, more items than maloria and so far more players, than all the other classic servers.
Okay? It's the SAME THING as maloria.

You can't name whats the same about GX and Era besides guns.

Thats saying Zodiac and Maloria are the same because of the time period aswell.

Also eras suppost to.. or used to be more 1940's when it actually had a year on the clock (on the gui) and all w/ daynight sys.

GX is more.. 2006?

*Edit* New Car guys =D. By Lance
Attached Images
 
  #93  
Old 09-22-2006, 04:38 AM
MysticX2X MysticX2X is offline
Prince
MysticX2X's Avatar
Join Date: Sep 2005
Posts: 2,529
MysticX2X will become famous soon enough
I hope there isnt a ****ty weapon like a katana on gx. And eras economy is ****ed up plus quality<GX
__________________
-Mystic

former acc: mystic2k


RIP Matt (NBK)
  #94  
Old 09-22-2006, 05:11 AM
Darkyoshi12345 Darkyoshi12345 is offline
Darky
Join Date: Jun 2006
Posts: 153
Darkyoshi12345 is on a distinguished road
Awesome car.
  #95  
Old 09-22-2006, 09:14 PM
killerogue killerogue is offline
Registered Omega
killerogue's Avatar
Join Date: Apr 2006
Location: United States
Posts: 1,920
killerogue is on a distinguished road
Send a message via AIM to killerogue Send a message via MSN to killerogue
Lance you boob....Nice car. >:[
__________________


REMEMBER, IF YOU REP ME, LEAVE A NAME!

Quote:
Originally Posted by haunter View Post
Graal admins don't die. They go to hell and regroup.
Quote:
Originally Posted by Inverness View Post
Without scripters, your graphics and levels wouldn't do anything but sit there and look pretty.
  #96  
Old 09-22-2006, 10:18 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
I really like the cliffs, the rest I could go on Era and see :o

Oh, I voted No for the poll.
__________________
V$:CONFL16T
  #97  
Old 09-23-2006, 01:13 AM
zim5354 zim5354 is offline
That one guy!
zim5354's Avatar
Join Date: May 2004
Location: U.S.A
Posts: 1,122
zim5354 has a little shameless behaviour in the past
Send a message via AIM to zim5354
while i like custom bodys alot of people dont, kuji i wouldent do them.
  #98  
Old 09-24-2006, 04:24 PM
Bl0nkt Bl0nkt is offline
Era Developer
Bl0nkt's Avatar
Join Date: Mar 2005
Location: Pennsylvania
Posts: 1,589
Bl0nkt will become famous soon enough
Send a message via AIM to Bl0nkt
Quote:
Originally Posted by k0rupt_ed View Post
Graal x is up to par and if not better than era, its bull that theres only one modern server on the list, it shouldn't be.
Just because you get free stuff doesn't mean it's better than Era. Your perspectives are way off as to how to run a good server.

It's good that there's no corruption (even though with Kuji as manager, I find this unbelievable and still fishy), but everything else is unoriginal. His plane isn't that impressive. He's using a timeout that increases x, y, and z according to a set variable accessed through a console. He's moving it serverside, thus making it jagged and ignoring the default "step, step, step, step" noises you hear when you move any non-character npc serverside. If it was that advanced, he'd use movement serverside with showcharacter() and calculate the average distance it moves each 0.05 seconds to display the actually plane clientside for visual effects.
  #99  
Old 09-24-2006, 06:06 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by Bl0nkt View Post
Just because you get free stuff doesn't mean it's better than Era. Your perspectives are way off as to how to run a good server.

It's good that there's no corruption (even though with Kuji as manager, I find this unbelievable and still fishy), but everything else is unoriginal. His plane isn't that impressive. He's using a timeout that increases x, y, and z according to a set variable accessed through a console. He's moving it serverside, thus making it jagged and ignoring the default "step, step, step, step" noises you hear when you move any non-character npc serverside. If it was that advanced, he'd use movement serverside with showcharacter() and calculate the average distance it moves each 0.05 seconds to display the actually plane clientside for visual effects.
Hey.. who is ready to see the script of outbreak by hachi?

You are in NO position to EVER EVER talk about scripting.. and you must not know me because I just work 24/7 to not profit myself on guns to kill others k? And I already said I didn't make majority of it... Rapid did.

PHP Code:
function onActionServerside(mode) {
  if (
mode == "TurnZombie") {
    if (
params[1] != "default") {
    }
  }

What was the point of putting mode there? You should have just used params[0] or:

PHP Code:
function onActionServerSide(mode)
{
  switch (
mode)
  {
    case 
"TurnZombie";
    {
      
// BLAH
      
break;
    }
  }

And theres tons more in there too =p.

Hey.. also whats timevar?

AND EVEN BETTER:

PHP Code:
//#CLIENTSIDE
function onCreated() { 
  if (
player.ismale)
    
this.zombieheads = {{"head222.png""cynober"}, {"head11.gif""white"}, {"head257.png""gray"}, {"head302.png""gray"}};
  else
    
this.zombieheads = {{"head306.gif""cynober"}};
  
  
this.levelslist = {
  
"era_event-rooftopsred-1.nw"
  
"era_event-rooftops2.nw"
    
"era_event-rooftopsred-2.nw"
    
"era_event-rooftopsred-3.nw"
    
"era_event-rooftopsred-4.nw"
    
"era_event-rooftopsred-5.nw"
    
"era_event-rooftopsred-6.nw"
    
"era_event-rooftopsred-7.nw"
    
"era_event-rooftopsred-8.nw"
    
"era_event-rooftopsred-9.nw"
    
"era_event-rooftopsred-library.nw"
    
"era_event-rooftopsred-elevator.nw"
    
"era_event-rooftops3.nw"
    
"era_event-rooftops2a.nw"
    
"era_event-rooftops2b.nw"
    
"era_event-rooftopsblack-1.nw"
    
"era_event-rooftopsblack-2.nw"
    
"era_event-rooftopsblack-3.nw"
    
"era_event-rooftopsblack-4.nw"
    
"era_event-rooftopsblack-5.nw"
    
"era_event-rooftopsblack-6.nw"
    
"era_event-rooftopsblack-7.nw"
    
"era_event-rooftopsblack-8.nw",
    
"era_event-rooftopsblack-moffice.nw"
    
};
    
    
  
triggeraction(00"serverside""*Outbreak""startgame");
  
triggeraction(00"serverside""*Outbreak""transfer"this.levelslist);
  
  
onTimeout();

So you double-trigger to the server on the creation of the weapon (and you should use:
PHP Code:
triggerserver("gui"this.name"startgame"); 
And on top of that why didn't you just do:
PHP Code:
if (player.level.starts("era_event-rooftops"))
{

Heres another good one:
PHP Code:
  if (mode == "eliminate") {
    
player.addMessage("Eliminated by" SPC params[1] @ ".""b"0);
    
updateEliminates(params[1], player.account);
    
player.guild "";
    
setlevel2("era_present_00-00.nw"7.546);
    
client.freeze 0;
    
onActionServerside("remove");
  } 
Calling it's own function.. genious!

Last edited by KuJi; 09-24-2006 at 06:23 PM..
  #100  
Old 09-24-2006, 06:10 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Xd
  #101  
Old 09-24-2006, 06:29 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
In a more better word, the CarSystem is almost finished. I'll say if its not finished today, it will most likely be finished tomorrow... unless Vista totally hates me more then it currently does =(.

Yeah.. anyway, hopefully I can start the House System and the new GangSystem (through GUI) and have them finished by friday or so. Anyway, off to work =o.

P.S. We are hiring Ganiers (but understand.. I need people who can actually gani.. =o). Just forum PM me and try to attach some examples.
  #102  
Old 09-24-2006, 06:29 PM
Sum41Freeeeek Sum41Freeeeek is offline
Future Coder
Join Date: Feb 2004
Location: New York
Posts: 376
Sum41Freeeeek is on a distinguished road
Send a message via AIM to Sum41Freeeeek
the script works, doesn't it?
you should seriously stop trying to diss people who are still learning's scripting
abilities.
__________________
Frankie Cassini: ex-Era LAT
Quote:
Originally Posted by brakk View Post
omg just go to your room and draw a pony then

**** the chicken wings!
  #103  
Old 09-24-2006, 06:36 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by Sum41Freeeeek View Post
the script works, doesn't it?
you should seriously stop trying to diss people who are still learning's scripting
abilities.
That is beyond learning... your firsts were better. Hows about that?
  #104  
Old 09-24-2006, 06:39 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Quote:
Originally Posted by Sum41Freeeeek View Post
the script works, doesn't it?
you should seriously stop trying to diss people who are still learning's scripting
abilities.
Hes the one who started it in the first place z.z
  #105  
Old 09-24-2006, 06:45 PM
lancelot9 lancelot9 is offline
Registered User
lancelot9's Avatar
Join Date: May 2004
Posts: 618
lancelot9 is on a distinguished road
how bout we just show them we are better instead of trying to tell them, they are never going to listen to us, they never have
__________________


Im cool because I can make outside levels with a tileset.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 01:14 AM.


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