Graal Forums  

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

Showing results 226 to 250 of 500
Search took 0.03 seconds; generated 20 minute(s) ago.
Search: Posts Made By: fowlplay4
Forum: Era Main Forum 06-22-2014, 03:44 PM
Replies: 15
Views: 2,295
Posted By fowlplay4
fp4 for era creative director.

fp4 for era creative director.
Forum: Era Main Forum 06-21-2014, 09:53 PM
Replies: 15
Views: 2,295
Posted By fowlplay4
we have none of those things

we have none of those things
Forum: Era Main Forum 06-21-2014, 08:50 PM
Replies: 15
Views: 2,295
Posted By fowlplay4
maybe they should add a teleporter gun so you can...

maybe they should add a teleporter gun so you can teleport to the bounty place from BH to accept the bounty then warp back.

or a time gun, that advances time by a second everytime you shoot it but...
Forum: NPC Scripting 06-17-2014, 02:00 AM
Replies: 4
Views: 3,579
Posted By fowlplay4
Well it's for temporary values/variables. When...

Well it's for temporary values/variables. When you use this. or no prefix at all those variables stay in memory with the npc / globally.

Using temp also guarantees the variable will be empty/0 and...
Forum: NPC Scripting 06-16-2014, 11:56 PM
Replies: 4
Views: 3,579
Posted By fowlplay4
function onCreated() { ...

function onCreated() {
setImg("blackbeltben_bullet.png");
setShape(1, 32, 32);
moveBullet();
}

function movebullet() {
temp.dx = this.newx - this.x; // delta = final position -...
Forum: NPC Scripting 06-10-2014, 03:51 PM
Replies: 19
Views: 7,780
Posted By fowlplay4
function onCreated() { if...

function onCreated() {
if (!isBlocking(tiles[player.x+1.5,player.y+3])) {
player.chat = "this tile is not blocking";
}
}

function isBlocking(tile) {
temp.blocktiles = {1,2,3,4,5};
...
Forum: NPC Scripting 06-10-2014, 03:13 AM
Replies: 19
Views: 7,780
Posted By fowlplay4
temp.tile = tiles[player.x+1.5, player.y+3]; ...

temp.tile = tiles[player.x+1.5, player.y+3];
temp.badtiles = {0,1,2,3,4};
if (temp.tile in temp.badtiles) {
player.chat = "this is a bad tile";
} else {
player.chat = "this is not a bad...
Forum: Tech Support 06-10-2014, 03:11 AM
Replies: 8
Views: 3,569
Posted By fowlplay4
u should put that in ur signature sinkler

u should put that in ur signature sinkler
Forum: Era Main Forum 06-05-2014, 09:42 PM
Replies: 118
Views: 18,433
Posted By fowlplay4
here's a picture of part of this thread on a...

here's a picture of part of this thread on a monitor in the desert:

http://i.imgur.com/kNoZztc.jpg
Forum: Zormite Republic 06-05-2014, 03:23 PM
Replies: 2
Views: 794
Posted By fowlplay4
wats kingdom core

wats kingdom core
Forum: Era Main Forum 06-05-2014, 01:17 PM
Replies: 118
Views: 18,433
Posted By fowlplay4
bloodykiller's right, we should delete her...

bloodykiller's right, we should delete her account.

she has made a really convincing argument and i believe we should do as she wishes, a women knows best in this situation.
Forum: Future Improvements 06-03-2014, 12:54 AM
Replies: 6
Views: 2,959
Posted By fowlplay4
thats totes mean

thats totes mean
Forum: NPC Scripting 05-29-2014, 07:33 PM
Replies: 8
Views: 3,764
Posted By fowlplay4
example Weapon: //#CLIENTSIDE ...

example

Weapon:


//#CLIENTSIDE
function onCreated() {
faceLeft();
}
Forum: Era Main Forum 05-29-2014, 07:28 PM
Replies: 99
Views: 15,699
Posted By fowlplay4
Tim_Rocks for manager

Tim_Rocks for manager
Forum: Feature request 05-27-2014, 11:51 AM
Replies: 3
Views: 21,132
Posted By fowlplay4
It would be a waste of time to re-implement an...

It would be a waste of time to re-implement an inferior mic/voice service. Those who want to talk can and do so on other services like Skype, Vent/Mumble, tinychat, etc.
Forum: NPC Scripting 05-17-2014, 10:01 PM
Replies: 8
Views: 4,059
Posted By fowlplay4
Those aren't the server's real IPs, they're a...

Those aren't the server's real IPs, they're a Black Lotus DDoS Protected IP that masks the server's actual IP.

If the server's can leak their real IP then it makes the whole protected IP...
Forum: Era Main Forum 05-16-2014, 01:04 PM
Replies: 88
Views: 19,250
Posted By fowlplay4
The last remaining changes I would suggest is: ...

The last remaining changes I would suggest is:

1. Re-adding that left player info window that showed current equipped item, health, cash, speed, potion, etc. As well as an option to hide it....
Forum: Code Gallery 05-16-2014, 12:29 AM
Replies: 29
Views: 23,919
Posted By fowlplay4
Add / edit a sprite and set the rotation (it's a...

Add / edit a sprite and set the rotation (it's a radian value so 0-2pi instead of 0-360) there.
Forum: PlayerWorlds Main Forum 05-15-2014, 04:43 PM
Replies: 7
Views: 1,757
Posted By fowlplay4
Because the majority of players are on...

Because the majority of players are on iOS/Android and Delteria isn't all that great.
Forum: Tech Support 05-10-2014, 02:26 PM
Replies: 11
Views: 3,688
Posted By fowlplay4
Retry the support center under the Playerworlds...

Retry the support center under the Playerworlds Accounts section.
Forum: Birthday Forum 05-08-2014, 11:52 PM
Replies: 10
Views: 2,553
Posted By fowlplay4
he likes all cakes equally, he does not...

he likes all cakes equally, he does not discriminate the cakehood.
Forum: New Scripting Engine (GS2) 05-08-2014, 11:51 PM
Replies: 6
Views: 2,591
Posted By fowlplay4
post your code?

post your code?
Forum: Era Main Forum 05-08-2014, 11:48 PM
Replies: 88
Views: 19,250
Posted By fowlplay4
You could just only show the search when they...

You could just only show the search when they single tap it open.

I would try and simulate behavior like the windows start menu:

press Q then be able to type in M4 (or w/e) and press enter to...
Forum: PlayerWorlds Main Forum 05-08-2014, 01:09 PM
Replies: 21
Views: 5,328
Posted By fowlplay4
No, in fact it looks like it's possible to use...

No, in fact it looks like it's possible to use the system without registering at all.
Forum: PlayerWorlds Main Forum 05-08-2014, 02:06 AM
Replies: 21
Views: 5,328
Posted By fowlplay4
Support Center is Back!

After so many years the support center has finally been resurrected.

Tickets can be created for 'PC Graal' under the Playerworlds and Playerworlds Accounts departments.
...
Showing results 226 to 250 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.