Graal Forums  

Go Back   Graal Forums > Search Forums
FAQ Members List Calendar Today's Posts

Showing results 276 to 300 of 500
Search took 0.03 seconds; generated 20 minute(s) ago.
Search: Posts Made By: fowlplay4
Forum: Hello and Goodbyes 01-29-2014, 11:06 PM
Replies: 8
Views: 1,592
Posted By fowlplay4
its like if u put a long sentence u get - rep but...

its like if u put a long sentence u get - rep but if u put a short one u get + rep

i mean i dont get it, do u
Forum: Bug Report 01-29-2014, 01:56 AM
Replies: 3
Views: 11,261
Posted By fowlplay4
Just make a new account using the client. ...

Just make a new account using the client.

'Become a member' right on the Login GUI when opening the client.
Forum: Bug Report 01-27-2014, 09:41 PM
Replies: 9
Views: 12,521
Posted By fowlplay4
delete your graal folder, start anew.

delete your graal folder, start anew.
Forum: Tech Support 01-24-2014, 11:07 PM
Replies: 25
Views: 5,473
Posted By fowlplay4
Delete your Graal folder and install it to...

Delete your Graal folder and install it to C:\Graal
Forum: New Scripting Engine (GS2) 01-24-2014, 08:50 PM
Replies: 76
Views: 15,790
Posted By fowlplay4
You can find more events for GUI objects here: ...

You can find more events for GUI objects here:

http://wiki.graal.net/index.php/Creation/Dev/Script/Client/GuiControl
Forum: NPC Scripting 01-24-2014, 05:25 PM
Replies: 7
Views: 2,051
Posted By fowlplay4
HSL and RGB are the means to the same end. ...

HSL and RGB are the means to the same end.

Go into MSPaints color picker and play with it, you'll notice when you change any of the HSL values it changes the RGB and vice versa.

So when you...
Forum: NPC Scripting 01-24-2014, 03:37 PM
Replies: 7
Views: 2,051
Posted By fowlplay4
HSL can be used to find RGB, and vice versa. ...

HSL can be used to find RGB, and vice versa.

So convert HSL to RGB:

http://stackoverflow.com/questions/2353211/hsl-to-rgb-color-conversion

I think someone wrote a function but you should be...
Forum: New Scripting Engine (GS2) 01-23-2014, 09:59 PM
Replies: 76
Views: 15,790
Posted By fowlplay4
function...

function Tools.onSelect(entryid,entrytext,entryindex) {
// use entryid, entrytext, or entryindex however you want
echo("Clicked " @ entrytext);
}
Forum: New Scripting Engine (GS2) 01-23-2014, 02:39 AM
Replies: 14
Views: 3,139
Posted By fowlplay4
Yes, if your enchantments need more information...

Yes, if your enchantments need more information you can just add more columns. I.e. enchantmentvalue2, 3, etc.

That item would have multiple enchantments then.
Forum: NPC Scripting 01-22-2014, 05:13 AM
Replies: 6
Views: 2,464
Posted By fowlplay4
These are the two functions I wrote: ...

These are the two functions I wrote:


public function actualtimevar2(tv) {
// For converting real epoch timestamps to
// server's timevar2.
temp.offset = (60 * 6) - 12;
return tv -...
Forum: New Scripting Engine (GS2) 01-22-2014, 05:00 AM
Replies: 14
Views: 3,139
Posted By fowlplay4
You would use: {{"str",1},{"dex",2}} Using...

You would use: {{"str",1},{"dex",2}}

Using an array would make it harder to query against for statistical purposes, but if it's just being used to load/save then you would be fine doing it that...
Forum: New Scripting Engine (GS2) 01-22-2014, 01:25 AM
Replies: 14
Views: 3,139
Posted By fowlplay4
Yep, using a separate table would be the more...

Yep, using a separate table would be the more 'normalized' way to do it though. You could have a 100 enchantments for the same item if you wanted.

The tricky part is deciding how you want to query...
Forum: New Scripting Engine (GS2) 01-21-2014, 09:37 PM
Replies: 14
Views: 3,139
Posted By fowlplay4
That's how I would do it, except call it mods,...

That's how I would do it, except call it mods, store it as an array, and parse the array when the item is loaded to apply it to the item/clientr flags.

You could put enchantments in it's own table...
Forum: New Scripting Engine (GS2) 01-21-2014, 03:29 AM
Replies: 14
Views: 3,139
Posted By fowlplay4
Here's how I would do it: Characters ID...

Here's how I would do it:

Characters

ID - Account

1 - Toran
2 - Toran2

Index on Account
Forum: Server Maintenance 01-18-2014, 07:59 PM
Replies: 5
Views: 15,468
Posted By fowlplay4
Word on the street is that Graal is being DoS'd.

Word on the street is that Graal is being DoS'd.
Forum: Era Main Forum 01-18-2014, 07:09 PM
Replies: 12
Views: 7,304
Posted By fowlplay4
sukit era, atrius da bets

sukit era, atrius da bets
Forum: Delteria News 01-16-2014, 04:44 AM
Replies: 24
Views: 12,518
Posted By fowlplay4
¡ahaH also the server isn't that great --...

¡ahaH

also the server isn't that great -- so that doesn't help.
Forum: Delteria News 01-15-2014, 04:04 AM
Replies: 24
Views: 12,518
Posted By fowlplay4
Because it's only on Facebook. It would have a...

Because it's only on Facebook. It would have a better playercount (similar to iZone likely) if it was on iOS/Android.

The best they can do now is fix the server and get it ready for an iOS/Android...
Forum: NPC Scripting 01-12-2014, 02:24 AM
Replies: 7
Views: 1,973
Posted By fowlplay4
Serverside positions aren't always going to match...

Serverside positions aren't always going to match with the clientside so it does a proximity check.

Replace temp.pl.hp--; with your own variable or whatever you do to 'damage' the player. You...
Forum: NPC Scripting 01-11-2014, 08:22 PM
Replies: 7
Views: 1,973
Posted By fowlplay4
It's just triggerserver. also since you're...

It's just triggerserver. also since you're looping go through and add the players to an array and send that to the serverside instead of 1 or more triggers.

In theory all you should need is:

...
Forum: Future Improvements 01-09-2014, 01:51 AM
Replies: 6
Views: 3,249
Posted By fowlplay4
WebRC is the future.

WebRC is the future.
Forum: Code Gallery 12-27-2013, 03:09 AM
Replies: 25
Views: 10,275
Posted By fowlplay4
Give yourself: rw scripts/* rw npcs/* ...

Give yourself:


rw scripts/*
rw npcs/*
rw weapons/*
-r npcs/npclocalnpc*


Download files manually then zip them or maintain your own git repo.
Forum: Code Gallery 12-27-2013, 02:16 AM
Replies: 25
Views: 10,275
Posted By fowlplay4
It's probably blocked on the Graal server end.

It's probably blocked on the Graal server end.
Forum: Era Main Forum 12-24-2013, 03:24 AM
Replies: 18
Views: 11,228
Posted By fowlplay4
if i have a skull over my head, vvhat's stopping...

if i have a skull over my head, vvhat's stopping me from getting on an alt and just killing myself for the bounty
Forum: New Scripting Engine (GS2) 12-22-2013, 04:07 PM
Replies: 8
Views: 3,019
Posted By fowlplay4
You shouldn't need to use putnpc2. You should...

You shouldn't need to use putnpc2. You should have one vendor NPC, and when they touch/click or whatever to open the shop window, it determines the items that they're selling and triggerclient's to...
Showing results 276 to 300 of 500

 
Forum Jump

All times are GMT +2. The time now is 05:24 PM.


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