Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Graal Main Forum (English) (https://forums.graalonline.com/forums/forumdisplay.php?f=4)
-   -   New Graal.Exe (https://forums.graalonline.com/forums/showthread.php?t=38639)

Tyhm 09-29-2002 12:20 AM

Bah.

Hmm, auctioning off company secrets? Muahahahaha....
Naw. It'll be announced soon enough.

jeff335 09-29-2002 12:38 AM

*prays for a circle/arc function to go with line*

jeff335 09-29-2002 01:03 AM

Quote:

Originally posted by Kaimetsu


You might need to show Stefan some sort of cool application for them first. What are you planning to make with them?


It'd make special effects a hell of a lot quicker and more efficient. Basically would automate the trig used in arc inscription for people who stink at it.

emortylone 09-29-2002 10:29 PM

I am hoping for the NPC Server support, he he.
---Shifter

Googi 09-29-2002 11:15 PM

Stefan should release it on the aniversary of the tileset change.

And to celebrate release a new tileset :D

Eban 09-30-2002 01:10 PM

Quote:

Originally posted by Tyhm
Bah.

Hmm, auctioning off company secrets? Muahahahaha....
Naw. It'll be announced soon enough.

Is it really cool?

Falcor 09-30-2002 09:36 PM

Quote:

Originally posted by Eban


Is it really cool?

Yeah! Its probably an intergallatic telleportation system that uses a combination of phase shifting and speed-of-light travel in an interdemensional portal. Or a solution to a world crisis (such as feeding homeless people to the hungry)

VampiricTutorNewHD 09-30-2002 09:44 PM

HEY! They stole Graal2231's plot!

King_Arthur_Elven 09-30-2002 10:31 PM

drawline
rotate
:p
and quite alot more
But that will hold you over?

Tyhm 10-01-2002 01:18 AM

It is cool

Dach 10-01-2002 04:17 AM

*really really wants to test stuff online to learn npcserver*

I hate the anticipation, not the NES game, cause that was actually fun.

aylad 10-01-2002 06:36 AM

Quote:

Originally posted by FalcorYeah! Its probably an intergallatic telleportation system that uses a combination of phase shifting and speed-of-light travel in an interdemensional portal. Or a solution to a world crisis (such as feeding homeless people to the hungry)
Quote:

Originally posted by VampiricTutorNewHD
HEY! They stole Graal2231's plot!
Wow..... Graal2231 was gonna feed the homeless to the hungry?

emortylone 10-01-2002 09:08 AM

Still praying for NPC Server support, gets annoying having a beautiful script work 100% perfect offline, then realizing I fuxed up somewhere =/
---Shifter

screen_name 10-01-2002 04:24 PM

Quote:

Originally posted by emortylone
Still praying for NPC Server support, gets annoying having a beautiful script work 100% perfect offline, then realizing I fuxed up somewhere =/
---Shifter

Do what I do, while scripting online, believe you are scripting online. If you come up on something that needs to be online, script it, comment it out /* */ for now and use some debug command that simulates it working online.

Here is an example.

NPC Code:

if (playerenters) {
toweapons -test;
}

if (debugtest) {
setplayerprop #c, You sent a message to #I(clientr.debug,0);
sleep 2.4;
setplayerprop #c, Your message was: #I(clientr.debug,1);
}
/* BEGIN
if (actionserverside) {
with (getplayer(#p(0))) {
addstring clientr.messages,#p(1);
}
}
END */

//#CLIENTSIDE

if (playerchats && startswith(/send,#c)) {
for (this.i=0;this.i<weaponscount;this.i++) {
if (strequals(#w(this.i),-test)) {
this.index = this.i;
}
}
tokenize #c;
if (tokenscount>2 && strequals(#t(0),/send)) {
// triggeraction 0,0,serverside,-test,#t(1),#e(strlen(#t(1))+7,-1,#c);
setstring clientr.debug,#t(1),#e(strlen(#t(1))+7,-1,#c);
callweapon this.index,debugtest;

}
}



All times are GMT +2. The time now is 04:57 PM.

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