Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   New Scripting Engine (GS2) (https://forums.graalonline.com/forums/forumdisplay.php?f=153)
-   -   V6 Script Function Changes (https://forums.graalonline.com/forums/showthread.php?t=134264191)

fowlplay4 08-13-2011 06:21 PM

isofflinemode() is just for other games that Stefan uses his GS2 engine for.

Key is probably just an internal class, I would guess it's related to the virtual keyboard in someway.

Rave_J 08-13-2011 06:43 PM

Quote:

Originally Posted by fowlplay4 (Post 1663396)
isofflinemode() is just for other games that Stefan uses his GS2 engine for.

Key is probably just an internal class, I would guess it's related to the virtual keyboard in someway.

i want to say he use gs2 for fairyland
so possible that something to do with fairyland

Crow 08-13-2011 07:35 PM

Quote:

Originally Posted by Rave_J (Post 1663397)
i want to say he use gs2 for fairyland
so possible that something to do with fairyland

Quite sure Fairyland doesn't have anything to do with Cyberjoueurs/Eurocenter anymore.

Rave_J 08-13-2011 07:43 PM

not anymore but they were selling graal client as a licenses to business at one time
idk could be for one of there iphone games they have alot of them scripted with gs2

Skyld 09-02-2011 07:52 PM

Quote:

Originally Posted by Crow (Post 1663267)
Why does this even exist?
PHP Code:

enableganimoviereposition boolean 


I think it is something to do with preventing people from changing the player's position using "movie" GANIs so that they cannot jump over walls, etc.

Emera 09-02-2011 07:57 PM

I found this...
PHP Code:

onServerLogin(); 

Surely this is the same as...
PHP Code:

onActionPlayerOnline(); 

Or is there something different about it?

Crow 09-02-2011 08:07 PM

Quote:

Originally Posted by Skyld (Post 1666777)
I think it is something to do with preventing people from changing the player's position using "movie" GANIs so that they cannot jump over walls, etc.

I know. I was just questioning the existence because I believe that it shouldn't be possible to enable it again anyway.

Emera 09-02-2011 08:14 PM

Quote:

Originally Posted by Skyld (Post 1666777)
I think it is something to do with preventing people from changing the player's position using "movie" GANIs so that they cannot jump over walls, etc.

Didn't Classic iPhone have a large problem with that when a "warp" gani was released among the players? And is this how they have been targeting the players who decide to use it?

Cubical 09-03-2011 04:46 PM

I see functions added for 3D, is there a way to use models and stuff now?

Twinny 09-03-2011 07:08 PM

Quote:

Originally Posted by Cubical (Post 1666858)
I see functions added for 3D, is there a way to use models and stuff now?

Yes, it's been available for a while. I had a spinning 3d spaceship the day it was added :)

http://wiki.graal.net/index.php/Crea...lient/TShowImg and check out the .shape part. Windows clients will need to switch to openGL mode (unless that has changed at some point)

Admins 09-03-2011 10:11 PM

Actually 3D support is not part of the current v6 release. It is only enabled in versions where it is actually used (some of our iPhone games like Adrenaline Golf Online).

fowlplay4 09-06-2011 09:00 PM

V6.0.0.7 to V6.0.1.0 Script Functions Diff
http://fp4.ca/v6diff2.html

Removed: TPlayer.shieldimg and TPlayer.swordimg
Added: TTileMap and related functions. (New Level Format Functions)

Skyld 09-06-2011 09:01 PM

Quote:

Originally Posted by Emera (Post 1666779)
I found this...
PHP Code:

onServerLogin(); 

Surely this is the same as...
PHP Code:

onActionPlayerOnline(); 

Or is there something different about it?

onServerLogin is for privileged scripts I think (like the playerlist, serverlist), called clientside when the client logs into a server.

Switch 09-06-2011 09:33 PM

PHP Code:

+  dhd<Íôüð äðøÏÏøÛÛ() - returns string 

Thank you for the information it was very helpful.

cbk1994 09-07-2011 12:04 AM

Quote:

Originally Posted by Skyld (Post 1667236)
onServerLogin is for privileged scripts I think (like the playerlist, serverlist), called clientside when the client logs into a server.

It can also be used serverside in DBNPCs and weapons.


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

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