Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-23-2001, 04:13 AM
Dean Dean is offline
Banned
Join Date: Sep 2001
Location: United Kingdom
Posts: 351
Dean will become famous soon enough
Question What is the Unholy Nation...

Liquid Ice what is the time script on Unholy Nation?
Reply With Quote
  #2  
Old 09-23-2001, 04:22 AM
ownerofbabylon ownerofbabylon is offline
Lord Helmut
ownerofbabylon's Avatar
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
ownerofbabylon is on a distinguished road
Send a message via ICQ to ownerofbabylon Send a message via AIM to ownerofbabylon
AHAHAHAHAHAHAHAHA *****
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #3  
Old 09-23-2001, 05:57 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
timevar and showimg
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #4  
Old 09-23-2001, 06:25 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Quote:
Originally posted by Kaimetsu


Why not use text showimgs?
because states showimg looks a hell lot better and fits the looks of the players states.
and text showimg is still showimg (dont assume I dont use it)
which I do for some things on it.
but still when I need to just do numbers, it is way better to do it with states.
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #5  
Old 09-23-2001, 07:27 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
in wonder ...

should i repost the Unholy Nation time script from a while back ???
Reply With Quote
  #6  
Old 09-23-2001, 07:34 PM
Dean Dean is offline
Banned
Join Date: Sep 2001
Location: United Kingdom
Posts: 351
Dean will become famous soon enough
Whoever

Post the full script!
Reply With Quote
  #7  
Old 09-23-2001, 07:43 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
hmmmm ....

ok ....

//NPC Made By Liquid Ice -Not Hiring
if (playerenters && !hasweapon(*UnholyNation Time)) {toweapons *UnholyNation Time;
}
if (isweapon || timeout) {
timeout=.05;
this.minute = int(timevar / .2)%60;
this.hour = int(this.minute / 60)%24;
this.day = int(this.hour / 24)%30;
this.month = int(this.day / 30)%12;
this.year = int(this.month / 12)
}
if (weaponfired) {setstring year,#v(this.year);
setstring month,#v(this.month);
setstring day,#v(this.day);
setstring hour,#v(this.hour);
setstring minute,#v(this.minute);
setstring minute,#v(this.minute);
say2 #x UnholyNation Time#b
Time: #s(hour):#s(minute)#s(minute)#b
Date: #s(month)/#s(day)/#s(year)
}

The only reason I am making this post is because you people taunt others like your greater than them when your really not !!!
Reply With Quote
  #8  
Old 09-23-2001, 08:00 PM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
Re: hmmmm ....

Quote:
Originally posted by nyghtGT
ok ....

//NPC Made By Liquid Ice -Not Hiring
if (playerenters && !hasweapon(*UnholyNation Time)) {toweapons *UnholyNation Time;
}
if (isweapon || timeout) {
timeout=.05;
this.minute = int(timevar / .2)%60;
this.hour = int(this.minute / 60)%24;
this.day = int(this.hour / 24)%30;
this.month = int(this.day / 30)%12;
this.year = int(this.month / 12)
}
if (weaponfired) {setstring year,#v(this.year);
setstring month,#v(this.month);
setstring day,#v(this.day);
setstring hour,#v(this.hour);
setstring minute,#v(this.minute);
setstring minute,#v(this.minute);
say2 #x UnholyNation Time#b
Time: #s(hour):#s(minute)#s(minute)#b
Date: #s(month)/#s(day)/#s(year)
}

The only reason I am making this post is because you people taunt others like your greater than them when your really not !!!
you are lower then most people, guy!
Reply With Quote
  #9  
Old 09-23-2001, 08:01 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
the dude ...

the dude asked for a script ...
i just accidentally happened to have it ....
and i feel that people should share scripts ...
i got plenty more where that came from ....
should i post them too ?
Reply With Quote
  #10  
Old 09-23-2001, 08:08 PM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
because you're a looser like scum bag who would rather give out other peoples things then give them help on making it, now go get run over by a nice big truck.
Reply With Quote
  #11  
Old 09-23-2001, 08:14 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
hmm ...

well its a fairly easy script one that he could learn from ... and if he would like i will explain it very slow for him ... but I only gave it to him cause it was an easy script and it wouldn't have been to long before he got it from someone else ...
Reply With Quote
  #12  
Old 09-23-2001, 08:26 PM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
it's not yours to give idiot.
Reply With Quote
  #13  
Old 09-23-2001, 08:42 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
arg !

i could care less who made it ... if i like it i will use it ...
if someone asks me if they can have/use it ... i will let them ...
Reply With Quote
  #14  
Old 09-23-2001, 09:09 PM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
and i hope i find 'your' server using some stolen scripts so i can report it to have it taken down, idiot.
Reply With Quote
  #15  
Old 09-23-2001, 09:44 PM
Dean Dean is offline
Banned
Join Date: Sep 2001
Location: United Kingdom
Posts: 351
Dean will become famous soon enough
Question So..

When does the time go up?
Reply With Quote
  #16  
Old 09-23-2001, 09:50 PM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
like I said before
I share my scripts so people can LEARN
if you USE my script . then i will have your PLAYERWORLD taken DOWN
(i know you feel them caps)
so you learn from it and make your own .. also thats just the time thing that displays the time when you fire it (not the one that has the stats haha)
and also that one is buggy and will mess up when timevar gets big (haha again)
and once again . dont use it. learn from it (hahahahahaha)
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #17  
Old 09-23-2001, 10:06 PM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Re: Re: Idea

Quote:
Originally posted by Merlin

you are dumb i hope you choke and die.
dont worry that script wouldnt even run ;(
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #18  
Old 09-23-2001, 10:31 PM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
Re: Re: Re: Idea

Quote:
Originally posted by LiquidIce00


dont worry that script wouldnt even run ;(
i know but he still should !
Reply With Quote
  #19  
Old 09-23-2001, 11:05 PM
Dean Dean is offline
Banned
Join Date: Sep 2001
Location: United Kingdom
Posts: 351
Dean will become famous soon enough
Stats

What is the one with stats?
Reply With Quote
  #20  
Old 09-24-2001, 08:47 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
woof !

Quote:
Originally posted by Kaimetsu


In terms of scripting I'm greater than you and most people, and posting a script that you couldn't make really doesn't help your case.
Ok first of all I never said i was a better scripter than you ... and why do you always have to bring it up that your a good scripter and all ... I admit i am not the best scripter but i do know what to do most of the time ... I read the commands.rtf as well as aces tutorial and have learned tons form those ... and i do not need Liquids script and like liquid said he qould get servers with that script taken down . I am not stupid so I am not going to use it ... Plus I dont understand why you all have to pick on the nooB scripter all the time anyway ... just really help him instead of saying somthing like "I can =)" or "timevar and showimg"
Reply With Quote
Reply


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 10:49 PM.


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