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 48
Search took 0.00 seconds.
Search: Posts Made By: Entrok
Forum: NPC Scripting 04-14-2012, 08:52 PM
Replies: 1
Views: 1,052
Posted By Entrok
Inventory Question

Im trying to learn how to make a inventory based on loading .txt/.arc files and sofar so good, but when i want to place out the weapons that are available i dident know how to do it, so i checked...
Forum: NPC Scripting 08-30-2011, 04:43 PM
Replies: 18
Views: 3,151
Posted By Entrok
In onCreated put: this.ganiname =...

In onCreated put:

this.ganiname = "servername_sword_";

then use

if (player.ani == this.ganiname @ "whatever")
{
// script
}
Forum: NPC Scripting 08-07-2011, 09:33 AM
Replies: 9
Views: 1,697
Posted By Entrok
Want to fix some of the things i did see in this...

Want to fix some of the things i did see in this script


if (health>0)
{
part=(health/maxhealth)*maxwidth; //as jazz stated
showimg(300, "someimage.png", posx+maxwidth-part, posy); //...
Forum: New Scripting Engine (GS2) 06-11-2011, 08:33 AM
Replies: 7
Views: 2,012
Posted By Entrok
Use: new GuiButtonCtrl("Test") { ...

Use:
new GuiButtonCtrl("Test") {

GuiButtonProfile is used to define what profile to use
profile = GuiBlueButtonProfile;

And always remember to put gui's under
//#CLIENTSIDE
Forum: NPC Scripting 04-18-2011, 10:38 PM
Replies: 2
Views: 1,125
Posted By Entrok
Question about music

Hello,

I was thinking in making a system that would play around 5 different music files after each other.

But what i want to know if its possible to somehow make a system that can check when...
Forum: Graal Main Forum (English) 03-19-2011, 04:19 PM
Replies: 161
Views: 28,654
Posted By Entrok
PC users can play on iPhone servers?

PC users can play on iPhone servers?
Forum: Gani Construction 03-02-2011, 09:54 AM
Replies: 6
Views: 1,740
Posted By Entrok
Are you trying the see the gani Online? If...

Are you trying the see the gani Online?

If you are, is it saved as .png or .gif?

Do you have rw images/*.png and rw images/*.gif in Folderconfig?
Forum: Level Design 02-09-2011, 12:18 AM
Replies: 330
Views: 554,991
Posted By Entrok
I have checked and its pointed to my Graal folder...

I have checked and its pointed to my Graal folder and and i cant check tileset as i need to load a level to do that and it crash when i create / load a new level
Forum: Level Design 02-08-2011, 10:45 PM
Replies: 330
Views: 554,991
Posted By Entrok
I have attached 3 images on the error im geting,...

I have attached 3 images on the error im geting, sorry if you dont understand the language it stands in as im Swedish.

Tell me if you want to see more of one of em.
Forum: Level Design 02-06-2011, 12:30 PM
Replies: 330
Views: 554,991
Posted By Entrok
Hello, i would like to ask for some help as i am...

Hello, i would like to ask for some help as i am trying to use Gonstruct i can get on the program but i cant open or create new levels if i do, then it crashs.

I have attached the log i get from...
Forum: Level Design 02-04-2011, 01:32 PM
Replies: 1
Views: 2,069
Posted By Entrok
Hello, i would like to ask for some help as i am...

Hello, i would like to ask for some help as i am trying to use Gonstruct i can get on the program but i cant open or create new levels if i do, then it crashs.

I have attached the log i get from...
Forum: New Scripting Engine (GS2) 12-14-2010, 09:58 AM
Replies: 8
Views: 1,589
Posted By Entrok
Do you have gems.gani uploaded on the server? Try...

Do you have gems.gani uploaded on the server? Try use '/find gems.gani' in RC.
Forum: Code Gallery 08-12-2010, 10:26 AM
Replies: 7
Views: 2,096
Posted By Entrok
Ahh.. thanks.. was wondering what it was

Ahh.. thanks.. was wondering what it was
Forum: Code Gallery 08-09-2010, 10:09 AM
Replies: 17
Views: 3,571
Posted By Entrok
Should the script be a class joined to a player...

Should the script be a class joined to a player or in a DB?
Forum: Era Main Forum 08-08-2010, 10:32 PM
Replies: 16
Views: 22,033
Posted By Entrok
Have you something for Congo Drum? i can only use...

Have you something for Congo Drum? i can only use sdzxc
Forum: NPC Scripting 07-31-2010, 07:28 PM
Replies: 1
Views: 1,139
Posted By Entrok
Anti-Hack

I have a question, on a server im working on atm we have a big problem with some hackers using wallhack and speed hack, is there anyway to catch them with a script and maybe disconnect them? Would...
Forum: Code Gallery 07-30-2010, 11:59 AM
Replies: 7
Views: 2,096
Posted By Entrok
Hey i have read the scripts some and wondering...

Hey i have read the scripts some and wondering how this .txt document looks like as its not in the .zip file

guipositions.txt
Forum: NPC Scripting 06-12-2010, 03:52 PM
Replies: 16
Views: 4,083
Posted By Entrok
Something like this? Anti-Blocking Script...

Something like this?

Anti-Blocking Script (http://forums.graalonline.com/forums/showthread.php?t=75565&highlight=anti+block)

was posted 07-16-2007 by HolySheepy
Forum: Tech Support 05-25-2010, 05:34 PM
Replies: 1
Views: 851
Posted By Entrok
Subscription

Hello,

Im always doing my subscription by SMS but today i did see that my contry flag was gone why? (Sweden)

Dont you want the players to pay so they can keep playing?

(I cant do it with...
Forum: NPC Scripting 04-07-2010, 07:42 PM
Replies: 3
Views: 1,203
Posted By Entrok
Ok, thanks will try that

Ok, thanks will try that
Forum: NPC Scripting 04-07-2010, 09:21 AM
Replies: 3
Views: 1,203
Posted By Entrok
Where can i find this?

I have tryed to find the image for GuiProgressCtrl() but cant find any, can anyone tell me where i can find it, so i can edit it?

heres a image of it:
...
Forum: NPC Scripting 04-05-2010, 10:55 AM
Replies: 4
Views: 2,287
Posted By Entrok
Diden't help, will check wiki and see if i find...

Diden't help, will check wiki and see if i find anything
Forum: NPC Scripting 04-05-2010, 12:10 AM
Replies: 4
Views: 2,287
Posted By Entrok
How do i get of the red and white line?

As the title say :p, im working with GuiBlueProfiles and got my own images for it, but the thing is i got a red and white line that wont leave,

could anyone tell me how to do that, have tryed some...
Forum: Code Gallery 03-09-2010, 11:05 PM
Replies: 17
Views: 8,208
Posted By Entrok
When will there be a update so we can have...

When will there be a update so we can have multiple tile selection/placement?
Forum: NPC Scripting 03-07-2010, 09:49 AM
Replies: 14
Views: 1,919
Posted By Entrok
I have made tiles with that one before that have...

I have made tiles with that one before that have worked, but now it dosent, and i have even tryed the noneblocking side, cant even walk on that parts


NVM did try with a new level, and it is...
Showing results 1 to 25 of 48

 
Forum Jump

All times are GMT +2. The time now is 03:14 AM.


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