![]() |
Quote:
|
Quote:
|
Okay, these functions are now available on the main login server, for all players and servers. :)
|
I just fell in love / fainted / any other word here. YAY! <3
|
Added shared.getAlignmentColor(int ap); and shared.getAlignmentShadowColor(int red, int green, int blue); by request, both returning an array of {red, green, blue}.
|
Could you perhaps add my replacetext function(or a better one, as long as one is available)?
http://forums.graalonline.com/forums...ad.php?t=82820 |
Quote:
Also added a function called shared.getSharedFunctions() which returns an array of public functions provided by the shared function pack. |
Awesome Skyld, thank you!
|
Quote:
Quote:
|
Could you also add this?
PHP Code:
Would return an array of all tiles within the 'blocl' given. I get tired of having to run loops all the time to check a block of tiles. |
The AP shadow function returns 0,0,0 for gold ap, which isn't right.
It should have a check: if (params[0] == 224 && params[1] == 196 && params[2] == 0) return {255,255,0}; Or something like that. |
Couldn't hurt..
PHP Code:
|
1 Attachment(s)
Added a new clientside function, you can access it like so:
PHP Code:
Attached a screenshot of it so you know what it's doing. Basically, it'll open a window (like so) that will remain open even when changing servers, so, for example, if you wanted to open a window before you serverwarp() someone, it's possible now, and they will see the message even when they're on the login server. |
Yes please?
PHP Code:
Also, with these functions are variable names an issue? For example, if I use shared.repeat(" ",5) in a loop that also uses temp.i, is it going to break? |
Quote:
|
| All times are GMT +2. The time now is 05:22 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.