Forum: Tech Support
12-24-2012, 11:36 PM
|
|
Replies: 6
Views: 1,357
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
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
|
Forum: PlayerWorlds Main Forum
12-24-2012, 05:55 AM
|
|
Replies: 14
Views: 2,650
|
Forum: NPC Scripting
12-24-2012, 05:17 AM
|
|
Replies: 3
Views: 3,119
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
|
Forum: Sounds & Music
12-24-2012, 03:04 AM
|
|
Replies: 4
Views: 1,478
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
|
Forum: Level Design
12-23-2012, 01:37 AM
|
|
Replies: 7
Views: 1,290
|
Forum: Level Design
12-23-2012, 01:02 AM
|
|
Replies: 7
Views: 1,290
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
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
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
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
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
|
Forum: Level Design
11-15-2012, 12:04 AM
|
|
Replies: 3
Views: 1,613
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
|
Forum: Tech Support
11-14-2012, 04:32 PM
|
|
Replies: 15
Views: 3,721
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
|
Forum: Tech Support
11-14-2012, 01:13 PM
|
|
Replies: 15
Views: 3,721
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
|
Forum: NPC Scripting
11-11-2012, 09:26 PM
|
|
Replies: 4
Views: 3,093
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
|
Forum: NPC Scripting
06-04-2012, 08:57 PM
|
|
Replies: 7
Views: 3,106
|
Forum: NPC Scripting
06-04-2012, 05:26 PM
|
|
Replies: 7
Views: 3,106
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()...
|