Graal Forums  

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

Showing results 1 to 25 of 60
Search took 0.00 seconds.
Search: Posts Made By: xMane
Forum: NPC Scripting 08-15-2010, 03:42 PM
Replies: 8
Views: 1,320
Posted By xMane
Post nuke weapon

Would this be correct to put explosions the complete level?
for(i=0;i>64;i++){
putexplosion2(1,1,64,temp.i);
putexplosion2(1,1,0,temp.i);
putexplosion2(1,1,temp.i,0);...
Forum: New Scripting Engine (GS2) 08-13-2010, 05:22 PM
Replies: 2
Views: 1,411
Posted By xMane
Renaming mass amount of levels?

ok i wanted to rename my current gmap to gevo. how would i do this? i am using
LINK (http://forums.graalonline.com/forums/showthread.php?t=71587&highlight=copylevel)
for it.
or function...
Forum: New Scripting Engine (GS2) 08-12-2010, 09:38 PM
Replies: 8
Views: 1,439
Posted By xMane
also why doesnt if(hasweapon("weaponname"))...

also why doesnt if(hasweapon("weaponname")) works?
Forum: New Scripting Engine (GS2) 08-12-2010, 08:36 PM
Replies: 8
Views: 1,439
Posted By xMane
ahh! fine... function onPlayerChats(){ ...

ahh! fine...
function onPlayerChats(){
if(player.guild.starts("Events")){
if(player.chat="/setteams"){
players.remove(player.account);
playerscount-1;
...
Forum: New Scripting Engine (GS2) 08-12-2010, 07:14 PM
Replies: 8
Views: 1,439
Posted By xMane
setting teams in events.

function onPlayerChats(){
if(player.guild.starts("Events")){
if(player.chat="/setteams"){
players.remove(player.account);
playerscount-1;
player.chat=int((playerscount-1)/4)@"/"@playerscount-1;...
Forum: Playerworld Staff Openings 08-12-2010, 01:27 AM
Replies: 4
Views: 980
Posted By xMane
Will do tommorrow ;)

Will do tommorrow ;)
Forum: Playerworld Staff Openings 08-11-2010, 06:43 PM
Replies: 4
Views: 980
Posted By xMane
Lightbulb Graal Evolution Hiring.

http://img186.imageshack.us/img186/5058/screenier.pngHi i would like staff members on graal evolution that are Level artists of gmaps, events, or inside levels. I would also like graphic artists on...
Forum: PlayerWorlds Main Forum 08-10-2010, 04:40 AM
Replies: 17
Views: 1,941
Posted By xMane
changinging server's name

Who when and where do I contanct to change a server's name?
Forum: NPC Scripting 08-09-2010, 07:29 PM
Replies: 6
Views: 1,094
Posted By xMane
[Request]: Boomerrang?

Anyone got the script for the boomerrang?
Forum: New Scripting Engine (GS2) 08-08-2010, 07:00 PM
Replies: 13
Views: 3,348
Posted By xMane
That is profiles.<var> = "example";? Or what is...

That is profiles.<var> = "example";?
Or what is the profile for that?
Forum: New Scripting Engine (GS2) 08-08-2010, 05:14 PM
Replies: 13
Views: 3,348
Posted By xMane
um ok... soo... do you know how to change the...

um ok... soo... do you know how to change the font color in F7 and F6 uploading places?
Forum: New Scripting Engine (GS2) 08-08-2010, 03:07 AM
Replies: 13
Views: 3,348
Posted By xMane
This works the normal textedit doesnt cover it.

This works the normal textedit doesnt cover it.
Forum: New Scripting Engine (GS2) 08-08-2010, 01:42 AM
Replies: 13
Views: 3,348
Posted By xMane
OOHHH! oops x.x my bad guys. i thou when u do ...

OOHHH! oops x.x my bad guys. i thou when u do

new GuiButtonProfile("MyButtonProfile") {
fontsize = 20;
}
it would create a button x.x xD well im wrong w/e
alssoooo how do i change...
Forum: New Scripting Engine (GS2) 08-08-2010, 01:23 AM
Replies: 13
Views: 3,348
Posted By xMane
Did you even go to the link??? Its the exact same...

Did you even go to the link??? Its the exact same thing...
Can someone give me a example how to use?
Forum: New Scripting Engine (GS2) 08-07-2010, 11:02 PM
Replies: 13
Views: 3,348
Posted By xMane
Custom Gui Profile...

Can anyone help me because this doesn't help :
http://graal.net/index.php/Creation/Dev/GScript/Understanding_GUI_Profiles

Anyone? :(
Forum: NPC Scripting 08-07-2010, 03:14 AM
Replies: 11
Views: 1,602
Posted By xMane
I want to like zod's unstick that a gui pops up.

I want to like zod's unstick that a gui pops up.
Forum: NPC Scripting 08-06-2010, 09:48 PM
Replies: 11
Views: 1,602
Posted By xMane
Do you know how much i love you? <3 Thanks. EDIT...

Do you know how much i love you? <3 Thanks. EDIT : NVM! EDIT x2: NVM TAT NVM I LOVE U!
function onActionWarpPlayer() {
player.setlevel2("express_boat-storm2.nw",36.5,18);
}
//#CLIENTSIDE...
Forum: NPC Scripting 08-06-2010, 09:31 PM
Replies: 11
Views: 1,602
Posted By xMane
function onPlayerTouchsMe() { ...

function onPlayerTouchsMe() {
if(client.quest1 == 4)
{
this.chat="Ok you have permission... so we'll be off!";
client.quest1=5;
freezeplayer(1);
this.e=0.1;
...
Forum: NPC Scripting 08-06-2010, 08:31 PM
Replies: 11
Views: 1,602
Posted By xMane
Also... umm ive bein trying to do this ...

Also... umm ive bein trying to do this
//#CLIENTSIDE
function onPlayerTouchsMe()
{
setlevel2("example.gmap",30,30);
}
is their a way to warp to a level in clientside?
im using a level npc if...
Forum: NPC Scripting 08-06-2010, 05:09 PM
Replies: 11
Views: 1,602
Posted By xMane
Exclamation 2 Questions...

Does anyone have any idea how to disable defualt unstick me command?
also how do i check rc chat , ex: if(rcchat == "example")
Forum: New Scripting Engine (GS2) 08-05-2010, 06:13 PM
Replies: 5
Views: 1,155
Posted By xMane
ohhh... also how do i make a image from a gui to...

ohhh... also how do i make a image from a gui to those normal gui style things. also another question... how do i do it so its like if(rcchat.starts("/summon2"))?
Forum: New Scripting Engine (GS2) 08-05-2010, 04:22 PM
Replies: 5
Views: 1,155
Posted By xMane
i was acually using showtext(); and i want to...

i was acually using showtext(); and i want to make the text appear on top of the button...
so would it be bitmap_button.showbottom();?
Forum: New Scripting Engine (GS2) 08-05-2010, 04:06 AM
Replies: 5
Views: 1,155
Posted By xMane
bitmap button layers

How would I do layers for a bitmap button? I used layer=4; already. Got anything else?
Forum: New Scripting Engine (GS2) 07-24-2010, 02:52 AM
Replies: 23
Views: 8,430
Posted By xMane
xD you guys are meanies. cant you see im a...

xD you guys are meanies. cant you see im a nooblet at scripting?
also um that serveroptions check doesnt work.
Forum: New Scripting Engine (GS2) 07-23-2010, 06:52 PM
Replies: 23
Views: 8,430
Posted By xMane
oh ok. also i wantd to make a script that only...

oh ok. also i wantd to make a script that only people in serveroptions stafflist can summon. wat would be the string for that?
if(player.communityname in "?")
Showing results 1 to 25 of 60

 
Forum Jump

All times are GMT +2. The time now is 11:26 AM.


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