Graal Forums  

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

Showing results 1 to 25 of 500
Search took 0.05 seconds.
Search: Posts Made By: cbk1994
Forum: Birthday Forum 09-30-2017, 03:04 AM
Replies: 6
Views: 1,918
Posted By cbk1994
thanks <3 pretty soon i'll be able to...

thanks <3



pretty soon i'll be able to apply for access to the lounge!
Forum: Old Scripting Engine (GS1) 08-01-2017, 06:07 AM
Replies: 21
Views: 19,617
Posted By cbk1994
This is a really neat trick, but I'm curious why...

This is a really neat trick, but I'm curious why you'd prefer this over a serverside onPlayerEnters?
Forum: NPC Scripting 07-30-2017, 05:43 PM
Replies: 7
Views: 2,172
Posted By cbk1994
It's called by the serverside half of the ATM...

It's called by the serverside half of the ATM weapon:


this.deposit(temp.amount);


Because the weapon has joined functions_bank, the deposit function is available inside the weapon...
Forum: NPC Scripting 07-30-2017, 04:29 AM
Replies: 7
Views: 2,172
Posted By cbk1994
The idea behind join is that you can put common...

The idea behind join is that you can put common utility code in classes, and then "join" that code onto weapons and NPCs in order to re-use it. It's like you're copying-and-pasting the code from the...
Forum: NPC Scripting 11-26-2015, 06:16 PM
Replies: 9
Views: 2,352
Posted By cbk1994
whoops, thanks for correcting me! clearly I'm a...

whoops, thanks for correcting me! clearly I'm a bit behind the times :p.
Forum: NPC Scripting 11-26-2015, 03:38 PM
Replies: 9
Views: 2,352
Posted By cbk1994
Unfortunately you can't trigger clientside like...

Unfortunately you can't trigger clientside like that (it would need to copy the trigger to every player in the level). The best way I remember solving these kind of issues is using a timeout to check...
Forum: Birthday Forum 11-19-2015, 04:54 PM
Replies: 15
Views: 3,990
Posted By cbk1994
happy (belated) birthday, Bell!!!

happy (belated) birthday, Bell!!!
Forum: Questions about V6 06-29-2015, 11:55 AM
Replies: 21
Views: 47,322
Posted By cbk1994
What kind of lag spike? Low FPS or high latency...

What kind of lag spike? Low FPS or high latency (ping)?
Forum: New Scripting Engine (GS2) 06-20-2015, 11:26 PM
Replies: 5
Views: 2,668
Posted By cbk1994
It might be easier to do something like ...

It might be easier to do something like


temp.icon = player.attr[12].tokenize(",")[1];


I think this will work but not entirely certain.
Forum: New Scripting Engine (GS2) 06-20-2015, 12:31 AM
Replies: 5
Views: 2,668
Posted By cbk1994
Jer is right of course, but for context, remember...

Jer is right of course, but for context, remember that other players' attributes (client/clientr/most of player except stuff like nick, dir, x, y, attr, etc) are not synced clientside. So you won't...
Forum: NPC Scripting 05-24-2015, 03:44 AM
Replies: 2
Views: 1,810
Posted By cbk1994
Unfortunately I'm pretty certain this is...

Unfortunately I'm pretty certain this is impossible.

The only approach I can think of is taking a screenshot (or image, whatever), implementing your own blurring algorithm and using it over the...
Forum: New Scripting Engine (GS2) 05-19-2015, 10:29 PM
Replies: 5
Views: 2,250
Posted By cbk1994
You can omit the parentheses if the name doesn't...

You can omit the parentheses if the name doesn't contain any special characters:


Bar.foobar();


The @ is also always unnecessary, it's a bad habit that I'm afraid I helped popularize:

...
Forum: NPC Scripting 05-13-2015, 11:45 PM
Replies: 7
Views: 2,106
Posted By cbk1994
This has been happening for as long as I can...

This has been happening for as long as I can remember (basically since v5 was released). I never figured out exactly what was causing it or how to avoid it. At least in my experience, it has nothing...
Forum: Future Improvements 05-09-2015, 05:12 AM
Replies: 36
Views: 6,861
Posted By cbk1994
yes: I'm actually wondering if "per...

yes:



I'm actually wondering if "per 1,000 reputation points" is correct, because that's silly and means that there are only a few forum members who gained more than +1 from that. Whereas I get...
Forum: Sounds & Music 04-23-2015, 05:04 AM
Replies: 16
Views: 12,861
Posted By cbk1994
What platform? It varies at least somewhat...

What platform? It varies at least somewhat between Windows and OS X (but I don't know the full list, else I'd give it). Not sure about Linux but I guess that's not an issue anymore :3
Forum: Code Gallery 04-03-2015, 12:56 AM
Replies: 18
Views: 10,136
Posted By cbk1994
Great work from you as usual :)

Great work from you as usual :)
Forum: Era Main Forum 03-26-2015, 03:28 AM
Replies: 49
Views: 14,122
Posted By cbk1994
I think this is true for a lot more Graal...

I think this is true for a lot more Graal developers than is generally recognized. I definitely don't regret the ridiculous amount of hours I put into Graal as a kid. They've already more than paid...
Forum: NPC Scripting 03-23-2015, 02:25 AM
Replies: 10
Views: 3,351
Posted By cbk1994
If you don't want to constantly serialize your...

If you don't want to constantly serialize your dictionary ("object") every time you want to pass it around, you can use a TStaticVar instead. This can be moderately faster and easier to read (less...
Forum: NPC Scripting 03-21-2015, 06:23 PM
Replies: 9
Views: 3,582
Posted By cbk1994
What problems are you having with it?

What problems are you having with it?
Forum: Feature request 03-17-2015, 12:49 AM
Replies: 9
Views: 14,001
Posted By cbk1994
Out of curiosity, what new things are you hoping...

Out of curiosity, what new things are you hoping to use?
Forum: Era Main Forum 03-11-2015, 03:41 AM
Replies: 53
Views: 12,101
Posted By cbk1994
Make sure to also rig (npcserver) and the...

Make sure to also rig (npcserver) and the inventory to lie about the stats.
Forum: Birthday Forum 03-10-2015, 05:04 AM
Replies: 6
Views: 1,806
Posted By cbk1994
hbd felix!!!!!! :)

hbd felix!!!!!! :)
Forum: Era Main Forum 03-07-2015, 05:12 PM
Replies: 11
Views: 2,966
Posted By cbk1994
Not sure lowering the skill ceiling (which seems...

Not sure lowering the skill ceiling (which seems to be the point of your suggestion) is good?
Forum: NPC Scripting 03-07-2015, 05:09 AM
Replies: 9
Views: 3,582
Posted By cbk1994
That doesn't look like a weapon to me? You can't...

That doesn't look like a weapon to me? You can't trigger it like a weapon if it's an NPC.

For level NPCs, you have two options: try to trigger at its coordinates (x/y), which imo is almost always...
Forum: NPC Scripting 03-01-2015, 12:35 AM
Replies: 20
Views: 5,172
Posted By cbk1994
Everything that MD said, but also check F2...

Everything that MD said, but also check F2 "Files" tab to see if it's trying to download the file at all (and failing). That might give you a hint.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +2. The time now is 01:03 PM.


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