Forum: New Scripting Engine (GS2)
03-09-2007, 09:28 PM
|
|
Replies: 12
Views: 6,093
|
Forum: NPC Scripting
03-09-2007, 09:09 PM
|
|
Replies: 31
Views: 4,316
|
Forum: New Scripting Engine (GS2)
03-09-2007, 07:17 AM
|
|
Replies: 12
Views: 6,093
|
Forum: New Scripting Engine (GS2)
03-09-2007, 06:48 AM
|
|
Replies: 12
Views: 6,093
|
Forum: New Scripting Engine (GS2)
03-09-2007, 06:22 AM
|
|
Replies: 12
Views: 6,093
|
Forum: NPC Scripting
03-08-2007, 10:41 PM
|
|
Replies: 31
Views: 4,316
|
Forum: NPC Scripting
03-08-2007, 09:12 PM
|
|
Replies: 31
Views: 4,316
== is required.
= may have worked in GS1,...
== is required.
= may have worked in GS1, but it acts a lot differently (as it should) in GS2.
For example:
if (this.foo == 1)
This checks if this.foo equals 1
if (this.bar = 1)
This...
|
Forum: NPC Scripting
03-08-2007, 09:05 PM
|
|
Replies: 10
Views: 1,507
|
Forum: NPC Scripting
03-07-2007, 11:05 AM
|
|
Replies: 11
Views: 1,446
|
Forum: Future Improvements
03-07-2007, 03:17 AM
|
|
Replies: 7
Views: 1,215
|
Forum: NPC Scripting
03-06-2007, 06:34 PM
|
|
Replies: 2
Views: 852
|
Forum: Playerworld Staff Openings
03-06-2007, 04:49 AM
|
|
Replies: 21
Views: 2,918
|
Forum: Old Scripting Engine (GS1)
03-06-2007, 04:18 AM
|
|
Replies: 11
Views: 2,833
|
Forum: Server Maintenance
03-06-2007, 04:01 AM
|
|
Replies: 3
Views: 6,758
graal.net logins
The graal.net login for Aeon is not working, and this is preventing the server from being renewed. There has been an open ticket in the support center for at least a week now.
I was just...
|
Forum: Old Scripting Engine (GS1)
03-06-2007, 03:31 AM
|
|
Replies: 11
Views: 2,833
|
Forum: NPC Scripting
03-06-2007, 12:05 AM
|
|
Replies: 11
Views: 1,446
|
Forum: NPC Scripting
03-05-2007, 11:03 PM
|
|
Replies: 10
Views: 1,692
Yes, this is one of the reasons why UN is so...
Yes, this is one of the reasons why UN is so difficult to convert to GS2. Just because something works, it doesn't mean that it is the right way to do it (it might even just come back to bite you...
|
Forum: Code Gallery
03-05-2007, 05:50 AM
|
|
Replies: 21
Views: 13,231
|
Forum: Code Gallery
03-04-2007, 09:10 PM
|
|
Replies: 21
Views: 13,231
|
Forum: New Scripting Engine (GS2)
03-03-2007, 09:06 PM
|
|
Replies: 83
Views: 14,332
|
Forum: Code Gallery
03-03-2007, 07:36 PM
|
|
Replies: 21
Views: 13,231
|
Forum: Birthday Forum
03-03-2007, 09:14 AM
|
|
Replies: 10
Views: 1,493
|
Forum: Graal Main Forum (English)
03-02-2007, 08:24 PM
|
|
Replies: 35
Views: 8,740
|
Forum: NPC Scripting
03-01-2007, 11:47 PM
|
|
Replies: 20
Views: 3,069
|
Forum: NPC Scripting
03-01-2007, 12:55 AM
|
|
Replies: 20
Views: 3,069
"Converts screen coordinates to level...
"Converts screen coordinates to level coordinates"
Each function takes two screen coordinates (an x and a y), then returns the level x or y (depending on the function).
Play around with it.......
|