Graal Forums  

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

Showing results 1 to 25 of 96
Search took 0.00 seconds.
Search: Posts Made By: Jman9912
Forum: Tech Support 08-02-2010, 01:30 AM
Replies: 2
Views: 1,108
Posted By Jman9912
Graal not working on Ubuntu

Hey guys. Just tried to get graal running on ubuntu. Doesn't seem to be working. I got it installed, but when I run it from the terminal I get:

Connecting to the game server...
Done.
X Error of...
Forum: Graal Main Forum (English) 04-20-2010, 06:49 AM
Replies: 91
Views: 21,611
Posted By Jman9912
I have a few pretty good friends that I met on...

I have a few pretty good friends that I met on Graal. GGmallow and I are pretty good friends. mistermicro, kino, i still talk to geovannie every once in a while.
Forum: Playerworld Staff Openings 04-09-2010, 08:22 AM
Replies: 36
Views: 5,976
Posted By Jman9912
Honestly, Jkl. You need to sit down and plan out...

Honestly, Jkl. You need to sit down and plan out something new. Maybe get a bit of experience developing from another playerworld. I've logged onto Vega United to check it out a couple times and it...
Forum: NPC Scripting 02-23-2010, 07:14 PM
Replies: 10
Views: 2,120
Posted By Jman9912
Thats not a bad idea at all. I think that's what...

Thats not a bad idea at all. I think that's what i'll do.
Forum: NPC Scripting 02-23-2010, 06:31 PM
Replies: 10
Views: 2,120
Posted By Jman9912
That's true. But I can read and work with my own...

That's true. But I can read and work with my own code easier than someone elses. I'll check Ziro's out again, but i'm not sure that I want all that it has.
Forum: NPC Scripting 02-23-2010, 05:53 PM
Replies: 10
Views: 2,120
Posted By Jman9912
It's gonna be sort of a MUDlib

It's gonna be sort of a MUDlib
Forum: NPC Scripting 02-23-2010, 05:30 PM
Replies: 10
Views: 2,120
Posted By Jman9912
Item system

Alright guys. I need to start the daunting task of coding an item system. I've gone over the couple of examples in the forum already. Pretty complex. Right now, I am focusing on storing an item and...
Forum: NPC Scripting 02-22-2010, 02:45 AM
Replies: 12
Views: 1,998
Posted By Jman9912
Alright, Thanks. I think I just got it working.

Alright, Thanks. I think I just got it working.
Forum: NPC Scripting 02-22-2010, 02:39 AM
Replies: 12
Views: 1,998
Posted By Jman9912
Sorry for the double post. Are this....

Sorry for the double post.

Are this. variables the same serverside and clientside? Or do they lose scope. I do have it echoing the correct thing on serverside, but the clientside still isn't...
Forum: NPC Scripting 02-22-2010, 02:37 AM
Replies: 12
Views: 1,998
Posted By Jman9912
That's not the main echo i was using, but I fixed...

That's not the main echo i was using, but I fixed it and still no good.
Forum: NPC Scripting 02-22-2010, 02:25 AM
Replies: 12
Views: 1,998
Posted By Jman9912
Is what I have right now in the weapon npc. ...

Is what I have right now in the weapon npc.

function onActionserverside(){
if (params[0] == "place") {
// temp.npc = putnpc2(player.x, player.y, "join(\"hat\");");

// with(temp.npc) {...
Forum: NPC Scripting 02-21-2010, 11:21 AM
Replies: 12
Views: 1,998
Posted By Jman9912
Stil doesn't seem to be working. I'm doing ...

Stil doesn't seem to be working. I'm doing


echo("This.hatImage = " @ this.hatImage);
Forum: NPC Scripting 02-21-2010, 02:48 AM
Replies: 12
Views: 1,998
Posted By Jman9912
PutNPC2 Questions

First off, let me explain what i'm doing.

I'm making an npc which drops something when selected.

I've got a class which should read which image to show from a variable in the original weapon....
Forum: NPC Scripting 02-16-2010, 10:47 AM
Replies: 3
Views: 1,149
Posted By Jman9912
That's not a bad idea at all. I'll try to...

That's not a bad idea at all. I'll try to incorporate that. Right now i'm having problems with the keychecking. I know i'm doing something wrong, but can't figure out what.


function...
Forum: NPC Scripting 02-16-2010, 09:40 AM
Replies: 3
Views: 1,149
Posted By Jman9912
Exclamation Need some quick help

Hey guys. Hoping to get a bit of help here. I'm working on a fishing system that initializes and brings up a button you have to press. if the correct button is pressed within x amount of seconds...
Forum: NPC Scripting 01-21-2010, 09:48 AM
Replies: 2
Views: 945
Posted By Jman9912
Ah. I pretty much had it backwards. Thanks.

Ah. I pretty much had it backwards. Thanks.
Forum: NPC Scripting 01-21-2010, 09:39 AM
Replies: 2
Views: 945
Posted By Jman9912
Tile Check

I know this has been asked a million times. But how can you check for a specific tile. I'm making a shovel and want to check the tile in front of the player. I have the algorithm for checking in...
Forum: NPC Scripting 11-29-2009, 08:20 AM
Replies: 15
Views: 2,525
Posted By Jman9912
First off, it seems you have an extra bracket. ...

First off, it seems you have an extra bracket.

}{

function dead() {

Second, //#CLIENTSIDE
Forum: NPC Scripting 11-24-2009, 02:37 PM
Replies: 10
Views: 1,436
Posted By Jman9912
Nice. Here is what i'm working with so far. It's...

Nice. Here is what i'm working with so far. It's got a few errors that i'm working on atm. I'm currently tweaking trying to fix the problems. Too much nyquil in my system atm lol. Damn flu....

...
Forum: NPC Scripting 11-23-2009, 08:25 PM
Replies: 10
Views: 1,436
Posted By Jman9912
I see. So I could just set the client.time...

I see. So I could just set the client.time variable to timevar with a mod of 24.

I'm wanting a full day to last about 3 hours in-game. Would this be the most efficient way for that? This seems...
Forum: NPC Scripting 11-23-2009, 07:17 AM
Replies: 10
Views: 1,436
Posted By Jman9912
Ah Thank you. Yeah the GS1 is still coming out....

Ah Thank you. Yeah the GS1 is still coming out. How exactly would the timevar work?
Forum: NPC Scripting 11-23-2009, 12:19 AM
Replies: 10
Views: 1,436
Posted By Jman9912
Day/Night system

I'm working on a basic day night system for practice. Here is what I have so far as it is really basic. Still adapting to GS2. I was wondering if anyone could give me any suggestions and help me...
Forum: NPC Scripting 11-20-2009, 12:53 AM
Replies: 3
Views: 1,294
Posted By Jman9912
Thanks. That helps alot. What would be the best...

Thanks. That helps alot. What would be the best way to check in front of the player? I know I can use tomething like tile(x,y). But how would I check about 2 tiles in front of the player without...
Forum: NPC Scripting 11-19-2009, 07:59 AM
Replies: 3
Views: 1,294
Posted By Jman9912
Farming Script

Hey guys. I'm coming back to graal and trying to adapt to gs2. It's going decent so far. There isn't much documentation. I'm working on a farming script for a bit of practice and was hoping I could...
Forum: Hello and Goodbyes 11-19-2009, 07:49 AM
Replies: 9
Views: 1,219
Posted By Jman9912
Yeah. I'm kind of disappointed. I'm trying to...

Yeah. I'm kind of disappointed. I'm trying to adapt to gs2 and there isn't much documentation. It's going well so far though. I do hope that graal picks itself back up to what it use to be.
Showing results 1 to 25 of 96

 
Forum Jump

All times are GMT +2. The time now is 12:39 PM.


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