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 62
Search took 0.00 seconds.
Search: Posts Made By: Kirko
Forum: NPC Scripting 08-28-2017, 04:10 AM
Replies: 3
Views: 1,915
Posted By Kirko
Post One way to do it is to use trigger() //...

One way to do it is to use trigger()


// DbNpc "Kirko"
public function doSomething(cool)
{
this.trigger("onDidSomething", temp.cool);
}

// lvel npc
Forum: NPC Scripting 08-08-2017, 07:40 PM
Replies: 7
Views: 2,320
Posted By Kirko
Maybe attachPlayerToObj()? Could attach the...

Maybe attachPlayerToObj()? Could attach the player then change their gani to swim. I'm not sure if you can change the size of the npc while the player is attached though.
Forum: New Scripting Engine (GS2) 06-03-2017, 05:25 PM
Replies: 4
Views: 7,940
Posted By Kirko
Maybe something like this ...

Maybe something like this
findimg(200).emitter.emitAutomatically = (player.ani == "idle" ? false : true);
Forum: Bug Report 02-26-2017, 01:04 AM
Replies: 6
Views: 9,816
Posted By Kirko
I've had that happen to me a few times because my...

I've had that happen to me a few times because my ip wasnt listed in my ranges. My client would just return like yours with out giving me an error. I only found out of the error from trying to log in...
Forum: Announcements 02-13-2017, 07:44 PM
Replies: 142
Views: 143,738
Posted By Kirko
they should make an api or something that allows...

they should make an api or something that allows anyone to make their own
Forum: Graal Main Forum (English) 01-22-2017, 09:52 PM
Replies: 8
Views: 2,890
Posted By Kirko
pretty cool

pretty cool
Forum: NPC Scripting 01-11-2017, 10:34 PM
Replies: 8
Views: 3,120
Posted By Kirko
For reference the externalwindow object is a...

For reference the externalwindow object is a TWindow. So doing "/scripthelp TWindow." in rc will show what you can do with it


For some reason the first time I tried to edit in the same function...
Forum: PlayerWorlds Main Forum 01-10-2017, 06:46 AM
Replies: 19
Views: 34,564
Posted By Kirko
I should probably finish that script

I should probably finish that script
Forum: NPC Scripting 01-09-2017, 11:41 PM
Replies: 8
Views: 3,120
Posted By Kirko
Only took a year. function showCrap() { ...

Only took a year.


function showCrap() {
new GuiWindowCtrl("MyWindow") {
useownprofile = true;
style = $pref::video::defaultguistyle;
isExternal = true;
showOnTaskBar =...
Forum: NPC Scripting 01-07-2017, 06:22 PM
Replies: 6
Views: 2,487
Posted By Kirko
That didn't seem to work either

That didn't seem to work either
Forum: NPC Scripting 01-07-2017, 03:49 AM
Replies: 6
Views: 2,487
Posted By Kirko
Is there anyone that can actually fix or is the...

Is there anyone that can actually fix or is the bug here to stay :(
Forum: NPC Scripting 01-02-2017, 10:30 PM
Replies: 6
Views: 2,487
Posted By Kirko
Anonymous functions don't delete

I noticed that these functions don't delete and are stored until I clearVars. Is this normal or should I be doing something to clear them? I tried to destroy the function after I use it but that...
Forum: Future Improvements 11-01-2016, 09:50 PM
Replies: 22
Views: 30,885
Posted By Kirko
Same has happened to me before when trying to...

Same has happened to me before when trying to login forums. Though there wasn't anything telling me that I had to approve via email just told me my password or username was wrong when it wasn't.
Forum: NPC Scripting 09-22-2016, 02:04 PM
Replies: 11
Views: 3,589
Posted By Kirko
Wanted to try to create a websocket connection to...

Wanted to try to create a websocket connection to Discord for real time communication. It would just send back data and events that happened on Discord.
If this has to get approved it probably won't...
Forum: Classic News 09-15-2016, 03:21 PM
Replies: 21
Views: 19,365
Posted By Kirko
I love the shadow in the beginning

I love the shadow in the beginning
Forum: NPC Scripting 09-15-2016, 01:46 PM
Replies: 11
Views: 3,589
Posted By Kirko
websockets?

Would anyone know how I would create a websocket connection?
I'm not sure if TSocket is the same thing or there is something else :o
Forum: Playerworld Staff Openings 09-12-2016, 03:33 PM
Replies: 22
Views: 7,414
Posted By Kirko
kool

kool
Forum: NPC Scripting 08-27-2016, 04:21 PM
Replies: 11
Views: 3,037
Posted By Kirko
This is one way of showing an image under tiles...

This is one way of showing an image under tiles and yeah you need transparent tiles or you wont be able to see anything behind them


//#CLIENTSIDE
function onCreated() {
with (GUIContainer) {...
Forum: NPC Scripting 08-13-2016, 01:34 PM
Replies: 9
Views: 3,639
Posted By Kirko
I love you

I love you
Forum: NPC Scripting 08-12-2016, 07:55 PM
Replies: 9
Views: 3,639
Posted By Kirko
Would anyone happen to know how to resize the...

Would anyone happen to know how to resize the mask image?
I'm making something else that's going to be re sizable but cant really get it to work because I can't figure a way to resize the mask...
Forum: NPC Scripting 07-29-2016, 12:01 AM
Replies: 9
Views: 3,639
Posted By Kirko
This works but not really want I want. My idea...

This works but not really want I want. My idea was to have a lantern that slowly dims as its used and the light will slowly decrease in size.
Problem with this is I cant resize the light and it...
Forum: NPC Scripting 07-28-2016, 11:53 PM
Replies: 14
Views: 4,538
Posted By Kirko
Thanks! :blush:

Thanks!



:blush:
Forum: NPC Scripting 07-26-2016, 06:40 PM
Replies: 14
Views: 4,538
Posted By Kirko
oops I never posted the code :o been a while...

oops I never posted the code :o

been a while since I made it so I decided to rewrite it just now to shorten it up.
Only problem is that it only shows your character


//#CLIENTSIDE
function...
Forum: NPC Scripting 07-10-2016, 10:25 PM
Replies: 2
Views: 1,627
Posted By Kirko
I can't change the variable names but I figured I...

I can't change the variable names but I figured I would use savevarstoarray to turn it into an array. It's sorta confusing but it's alright.

Thank you

edit: When I turned it into an array I saw...
Forum: NPC Scripting 07-10-2016, 07:16 PM
Replies: 2
Views: 1,627
Posted By Kirko
Get name variable from an object

I'm trying to get the name variable from an object but not the name variable that it thinks I'm trying to get :o

The object has a custom variable called name but when ever I echo it, it will just...
Showing results 1 to 25 of 62

 
Forum Jump

All times are GMT +2. The time now is 07:42 PM.


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