Graal Forums  

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

Showing results 1 to 25 of 58
Search took 0.00 seconds.
Search: Posts Made By: Mattehy
Forum: Graphic Design 10-11-2009, 04:17 PM
Replies: 148
Views: 19,002
Posted By Mattehy
i see it too xD

i see it too xD
Forum: New Scripting Engine (GS2) 10-10-2009, 10:35 PM
Replies: 9
Views: 1,707
Posted By Mattehy
can you help me i need to know how to disable...

can you help me i need to know how to disable pickup any type of object x.x
Forum: New Scripting Engine (GS2) 10-10-2009, 10:22 PM
Replies: 9
Views: 1,707
Posted By Mattehy
i did tat but player.freezetime <= 0

i did tat but player.freezetime <= 0
Forum: New Scripting Engine (GS2) 10-10-2009, 09:47 PM
Replies: 9
Views: 1,707
Posted By Mattehy
thanks tig worked magicaly xD

thanks tig worked magicaly xD
Forum: New Scripting Engine (GS2) 10-10-2009, 09:15 PM
Replies: 9
Views: 1,707
Posted By Mattehy
disabling sword

how to disable the sword function with out disabling bombs and other weapons of D? (disableweapons(); doesnt work, it disables both)
Forum: NPC Scripting 09-25-2009, 11:07 PM
Replies: 3
Views: 1,292
Posted By Mattehy
for the m key try showstats() or ...

for the m key try
showstats() or
enablefeatures()
those might work, try graal.net and searching for that and if ur to lazy i got it for u
xD (http://graal.net/index.php/Creation/Dev/Old_GScript)!...
Forum: New Scripting Engine (GS2) 09-20-2009, 04:21 AM
Replies: 2
Views: 1,547
Posted By Mattehy
image.rotation

how do i use image.rotation does it work with a level npc and how?
Forum: New Scripting Engine (GS2) 09-13-2009, 05:50 PM
Replies: 2
Views: 959
Posted By Mattehy
i love u player.account.lower() works awesomely...

i love u player.account.lower() works awesomely <3
Forum: New Scripting Engine (GS2) 09-13-2009, 05:40 PM
Replies: 2
Views: 959
Posted By Mattehy
serverr

i was making a link with a npc like this
serverr.(player.account@"_out.nw") = {this.level,this.x,this.y}; for example
now the level name is graal737422 but the serverr comes out Graal737422 if that...
Forum: New Scripting Engine (GS2) 08-30-2009, 10:48 PM
Replies: 8
Views: 1,683
Posted By Mattehy
Disabling Sword

how do i disable a sword so it stop hitting player's hearts?
Forum: PlayerWorlds Main Forum 08-29-2009, 08:29 PM
Replies: 3
Views: 840
Posted By Mattehy
i want a server that failed and no1 wants it xD

i want a server that failed and no1 wants it xD
Forum: PlayerWorlds Main Forum 08-29-2009, 08:24 PM
Replies: 3
Views: 840
Posted By Mattehy
Server?

is any1 finish with there server with a 50days or more that they can give me :D it would be really nice :D always wanted a dev server called dev Mattehy
Forum: New Scripting Engine (GS2) 08-29-2009, 08:18 PM
Replies: 6
Views: 1,599
Posted By Mattehy
doesnt work :(

doesnt work :(
Forum: New Scripting Engine (GS2) 08-29-2009, 08:02 PM
Replies: 6
Views: 1,599
Posted By Mattehy
like a block script dropable i want to use...

like a block script dropable i want to use setshape2 to make it sitable on a localnpc like a placed npc for example putnpc2
Forum: New Scripting Engine (GS2) 08-29-2009, 07:49 PM
Replies: 6
Views: 1,599
Posted By Mattehy
setshape()

how would i make a droppable (like a block) chair with a class?
because
setshape2(32,32,3);
doesnt work
Forum: New Scripting Engine (GS2) 08-23-2009, 11:09 PM
Replies: 3
Views: 1,112
Posted By Mattehy
how would i make it so the sound is serverside?

how would i make it so the sound is serverside?
Forum: New Scripting Engine (GS2) 08-23-2009, 09:58 PM
Replies: 3
Views: 1,112
Posted By Mattehy
Play()

how do i use this function with a .wav i upload and how do i add a .wav file to the folder config and etc.
Forum: New Scripting Engine (GS2) 08-22-2009, 09:59 PM
Replies: 18
Views: 2,489
Posted By Mattehy
function onActionServerside(command, acct) { ...

function onActionServerside(command, acct) {
switch (command) {
case "Host":
sendtorc(params[2]@" is hosting "@params[1]@"!");
player.chat = "Hosted Event: "@params[1]@"!";
...
Forum: New Scripting Engine (GS2) 08-22-2009, 09:57 PM
Replies: 18
Views: 2,489
Posted By Mattehy
ok :( but want ur this.event_list xD

ok :( but want ur this.event_list xD
Forum: New Scripting Engine (GS2) 08-22-2009, 09:51 PM
Replies: 18
Views: 2,489
Posted By Mattehy
with this.events_list = { {"OSL",...

with this.events_list = {
{"OSL", "haven-osl.nw", 30, 30}
};
it would be setlevel2(this.event_list[1],this.event_list[2],this.event_list[3]);
but how would i choose that its OSL not...
Forum: New Scripting Engine (GS2) 08-22-2009, 09:36 PM
Replies: 18
Views: 2,489
Posted By Mattehy
that works nicely :D thanks but still has solved...

that works nicely :D thanks but still has solved my question about the setlevel2 :/
i was asking why doesnt it doesnt work with the this.(serverr.event@"_event")[0]
that was my question nothing...
Forum: New Scripting Engine (GS2) 08-22-2009, 09:23 PM
Replies: 18
Views: 2,489
Posted By Mattehy
doesnt matter strings dont read ()

doesnt matter strings dont read ()
Forum: New Scripting Engine (GS2) 08-22-2009, 09:11 PM
Replies: 18
Views: 2,489
Posted By Mattehy
actually i know what setlevel does and how to use...

actually i know what setlevel does and how to use it i just want to know why it doesn't work
Forum: New Scripting Engine (GS2) 08-22-2009, 08:54 PM
Replies: 18
Views: 2,489
Posted By Mattehy
done :D

done :D
Forum: New Scripting Engine (GS2) 08-22-2009, 08:46 PM
Replies: 18
Views: 2,489
Posted By Mattehy
Join Event

function onActionServerside(command, acct) {
switch (command) {
case "Host":
sendtorc(params[2]@" is hosting "@params[1]@"!");
player.chat = "Hosted Event: "@params[1]@"!";
...
Showing results 1 to 25 of 58

 
Forum Jump

All times are GMT +2. The time now is 10:33 AM.


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