Graal Forums  

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

Showing results 51 to 75 of 84
Search took 0.00 seconds; generated 66 minute(s) ago.
Search: Posts Made By: brokk
Forum: Tech Support 12-24-2012, 11:36 PM
Replies: 6
Views: 1,357
Posted By brokk
iphone screen size

Lets say you want to make an iphone server.

What are some of the things you have to keep in mind as far as the screen size goes?
Forum: NPC Scripting 12-24-2012, 07:44 AM
Replies: 3
Views: 3,119
Posted By brokk
I have this on a NPC that is created. ...

I have this on a NPC that is created.

function onCreated() {
showcharacter();
setcharani("hiteffect", "");
this.attr[20] = "hiteffect.png";
this.dir = 2;
setTimer(0.25);
}
Forum: Sounds & Music 12-24-2012, 07:10 AM
Replies: 4
Views: 1,478
Posted By brokk
I tried it with a test song and it didn't work......

I tried it with a test song and it didn't work...

//#CLIENTSIDE
function onCreated() {
playlooped("http://crownseating.com/uploads/Calm_River.mp3");
}
Forum: PlayerWorlds Main Forum 12-24-2012, 05:55 AM
Replies: 14
Views: 2,650
Posted By brokk
Put this in a weapon and add it to player. ...

Put this in a weapon and add it to player.

//#CLIENTSIDE
function onCreated() {
addtiledef "pics1.png",,;
}
Forum: NPC Scripting 12-24-2012, 05:17 AM
Replies: 3
Views: 3,119
Posted By brokk
Text display issue

showText(100, this.x, this.y-3, "showg", "b", "" @(player.clientr.hitpoints));
with (findImg(100)) {
font = "showg";
style = "b";
layer = 23;
zoom = 1;}

This is on an NPC...
Forum: PlayerWorlds Main Forum 12-24-2012, 03:07 AM
Replies: 27
Views: 7,463
Posted By brokk
Question, in the preview pics, you have a custom...

Question, in the preview pics, you have a custom head. Then in the picture below it, it shows the default player...

Are you using custom bodies or default
Forum: Sounds & Music 12-24-2012, 03:04 AM
Replies: 4
Views: 1,478
Posted By brokk
Playing through web

Correct me if I'm wrong, but isn't there a way to play a song through a direct web link?

If so what is the code to do so?

//#CLIENTSIDE
function onCreated() {
//play music
}

sending me...
Forum: Level Design 12-23-2012, 01:53 AM
Replies: 7
Views: 1,290
Posted By brokk
I did this and got an error of missing semi-colon?

I did this and got an error of missing semi-colon?
Forum: Level Design 12-23-2012, 01:37 AM
Replies: 7
Views: 1,290
Posted By brokk
I'm doing it in a showText :( so it didn't...

I'm doing it in a showText :(
so it didn't work.

Sorry I should of specified
Forum: Level Design 12-23-2012, 01:02 AM
Replies: 7
Views: 1,290
Posted By brokk
Sign question

I wasn't sure whether to put this in the 'NPC scripting' section or not but I think the rules for signs and showtext are the same.

How do you go the next space down. Sounds dumb but I can't figure...
Forum: NPC Scripting 12-21-2012, 03:26 AM
Replies: 2
Views: 3,649
Posted By brokk
Alternative to sleep()

I was wondering if there was an alternative to the sleep() function.

If I'm not mistaken, sleep pretty much just pauses the functions of the script.

DoThis;
DoThat;
sleep(1); <-- pauses for...
Forum: NPC Scripting 12-08-2012, 07:04 AM
Replies: 4
Views: 2,199
Posted By brokk
Item description

How do I make the Gui display the item description?

In the actual weapon I have this

//#CLIENTSIDE
function onCreated() {
obj.description = "This is a test.";
}
Forum: NPC Scripting 11-21-2012, 09:33 PM
Replies: 1
Views: 2,633
Posted By brokk
Weapon Scrolling

The best way I can explain what I am trying to do, is compare it to a hat system (Where the hat appears above your head, and you scroll though, and if you don't have the hat, it goes onto the next...
Forum: NPC Scripting 11-16-2012, 01:51 AM
Replies: 2
Views: 2,727
Posted By brokk
Will it lag?

So I'm going to cut right to the chase. All the servers I have been on have their baddies in different levels other than the gmap. My question is that can I put all my baddies on a gmap without lag?...
Forum: Tech Support 11-15-2012, 12:32 AM
Replies: 15
Views: 3,721
Posted By brokk
Well let's say I get the 4 GB version, is graal...

Well let's say I get the 4 GB version, is graal going to lag at all with the processor not being the best out there?
Forum: Level Design 11-15-2012, 12:04 AM
Replies: 3
Views: 1,613
Posted By brokk
Level demensions.

Does anyone happen to know how many pixels the height and width is of one level?

Isn't it 128x128?

I could be wrong
Forum: Tech Support 11-14-2012, 11:14 PM
Replies: 15
Views: 3,721
Posted By brokk
Well I'm looking at this laptop. Can someone tell...

Well I'm looking at this laptop. Can someone tell me if it has the requirements to run Graal smoothly. Also run all the developer tools including PS5.

Its called the MBA D16 Netbook

Here is...
Forum: Tech Support 11-14-2012, 04:32 PM
Replies: 15
Views: 3,721
Posted By brokk
Yeah, I'm really not a big fan of Macs either....

Yeah, I'm really not a big fan of Macs either. Was looking for something thin. BUT I JUST found this Netbook. I was wondering if you could look at it and tell me if it could run developer tools...
Forum: Tech Support 11-14-2012, 03:54 PM
Replies: 15
Views: 3,721
Posted By brokk
Does Bootcamp make your mac run slower?? If...

Does Bootcamp make your mac run slower??
If not, how would Bootcamp run on Mac Book Air?
Forum: Tech Support 11-14-2012, 01:13 PM
Replies: 15
Views: 3,721
Posted By brokk
Mac development

So my PC is really starting to get slow. I tried to speed it up as much as possible but plain and simple, it's just too old!

I'm thinking about getting a mac laptop/notebook. I know you can play...
Forum: NPC Scripting 11-11-2012, 11:45 PM
Replies: 4
Views: 3,093
Posted By brokk
You guys make an excellent point. But how do I...

You guys make an excellent point. But how do I go about having all my level, gani, sound files, etc downloaded right at the start of the server, so they don't download as you go.
Forum: NPC Scripting 11-11-2012, 09:26 PM
Replies: 4
Views: 3,093
Posted By brokk
Making .exe for your server.

I know after you download graal and what not, you can make a quick link to what ever server you'd like and it connects right to it (assuming your log-in information is already there.)

Here is what...
Forum: NPC Scripting 06-04-2012, 09:45 PM
Replies: 7
Views: 3,106
Posted By brokk
OOOOH thank you. I got it now. But I am...

OOOOH thank you. I got it now.

But I am still running into one issue. the layer=# is NOT working for some reason :[
Forum: NPC Scripting 06-04-2012, 08:57 PM
Replies: 7
Views: 3,106
Posted By brokk
I redid the script. But the zoom and font dont...

I redid the script. But the zoom and font dont seem to be changing?

function onCreated(){
showText(1, this.x, this.y-3, $pref::graal::defaultfontname, "c", "" @(this.setnumber));
...
Forum: NPC Scripting 06-04-2012, 05:26 PM
Replies: 7
Views: 3,106
Posted By brokk
Text Image color not changing?

I have a NPC that is created that joins a class. The script is suppose to draw a number but for some reason it comes out a light blue no matter what I set the color values to.

function onCreated()...
Showing results 51 to 75 of 84

 
Forum Jump

All times are GMT +2. The time now is 09:17 PM.


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