Graal Forums  

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

Showing results 1 to 25 of 36
Search took 0.00 seconds.
Search: Posts Made By: johny023
Forum: Old Scripting Engine (GS1) 03-20-2010, 08:04 PM
Replies: 21
Views: 8,132
Posted By johny023
i thought this thread had died a long time ago......

i thought this thread had died a long time ago... sorry about the late reply :D



you need to download the "Graal Editor.exe" file that was mentioned above. copy/paste "Graal Editor.exe" into...
Forum: Old Scripting Engine (GS1) 07-12-2009, 03:02 AM
Replies: 21
Views: 8,132
Posted By johny023
i gotta agree with you there, i would have...

i gotta agree with you there, i would have expected some sort of zombie survival game to surface, it's a really easy idea to build off, and who doesn't like killing waves of zombies?



it does...
Forum: Old Scripting Engine (GS1) 07-11-2009, 04:13 AM
Replies: 21
Views: 8,132
Posted By johny023
thanks for the positive feedback everyone :) ...

thanks for the positive feedback everyone :)







sorry i didn't program any cheats into the game, it's a minigame that's built into a full game that i made, you get experience for the full...
Forum: Old Scripting Engine (GS1) 07-10-2009, 09:06 PM
Replies: 21
Views: 8,132
Posted By johny023
thanks, i looked into that and have no clue how...

thanks, i looked into that and have no clue how that works, but it does show the image in the correct place...
i did fix the script to work with computers using 800 by 600 pixels (i think that's the...
Forum: Old Scripting Engine (GS1) 07-10-2009, 07:53 PM
Replies: 21
Views: 8,132
Posted By johny023
yeah it is a bit slow the first 5 waves, i...

yeah it is a bit slow the first 5 waves, i started it off slow as a warm up :)

but the GUI doesn't stay in the top right corner? i don't know how it's supposed to be done, but i scripted it to set...
Forum: Old Scripting Engine (GS1) 07-10-2009, 05:22 PM
Replies: 21
Views: 8,132
Posted By johny023
Smile i built a minigame, would like feedback.

before i forget, Tigairius gave me permission to post this and told me to post it here.

i built a minigame for the offline editor that i think turned out fairly good, but i would like more then...
Forum: Gani Construction 01-17-2009, 02:02 AM
Replies: 13
Views: 2,423
Posted By johny023
ok, thanks for the help everyone.

ok, thanks for the help everyone.
Forum: Gani Construction 01-16-2009, 04:59 AM
Replies: 13
Views: 2,423
Posted By johny023
so if i re-script it on one of those blank npcs...

so if i re-script it on one of those blank npcs it should work? or are those pre-defined also?
Forum: Gani Construction 01-14-2009, 05:42 PM
Replies: 13
Views: 2,423
Posted By johny023
what i don't understand sometimes the shape of...

what i don't understand sometimes the shape of the animation changed to fit the image and sometimes it didn't. for this image it just won't change >.< but i did take your post into consideration, and...
Forum: Gani Construction 01-14-2009, 05:18 AM
Replies: 13
Views: 2,423
Posted By johny023
sorry, was trying to avoid a wall of text in...

sorry, was trying to avoid a wall of text in first post. it takes damage it's just that the npcs won't attack it unless i have "showcharacter" in it's script. it's like they can't see it unless i add...
Forum: Gani Construction 01-14-2009, 01:57 AM
Replies: 13
Views: 2,423
Posted By johny023
i tried both of those, but neither of them...

i tried both of those, but neither of them worked, do i need to put them in a specific place in the notepad?
Forum: Gani Construction 01-12-2009, 07:39 PM
Replies: 13
Views: 2,423
Posted By johny023
Question help with the size of animations?

well to make a long story short, i was trying to make a wall that npcs will attack, and the only way i could get it to work is if i put the "showcharacter" trigger in the script and to do that the...
Forum: Old Scripting Engine (GS1) 09-25-2008, 02:00 AM
Replies: 9
Views: 2,989
Posted By johny023
well here's the script i used to get rid of them ...

well here's the script i used to get rid of them

if (this.hp<=0 && timeout){
hearts = 0;
setcharani goblin_death,;
sleep 1;
credits += 40;
destroy;
}
Forum: Old Scripting Engine (GS1) 09-25-2008, 12:13 AM
Replies: 9
Views: 2,989
Posted By johny023
i'm not really sure what part of the code is...

i'm not really sure what part of the code is needed though... the npc that places the waves of monsters, the monsters, or your allys?

to me it doesn't seem to be the allys it lags with or without...
Forum: Old Scripting Engine (GS1) 09-24-2008, 09:44 PM
Replies: 9
Views: 2,989
Posted By johny023
Question problem with lag? does "destroy" really get rid of the npc?

i've made a minigame to add into my offline game... and in the minigame you must defend the castle from waves of monsters, after a few waves it starts to lag and after a few more.. it gets to the...
Forum: NPC Scripting 09-08-2008, 02:37 AM
Replies: 9
Views: 2,491
Posted By johny023
i was using hearts in the beginning but after a...

i was using hearts in the beginning but after a while i noticed that npcs can't have more then 2047 hearts... and i needed more so i changed all the npcs to run off of the value this.hp instead of...
Forum: NPC Scripting 09-08-2008, 01:06 AM
Replies: 9
Views: 2,491
Posted By johny023
because the npcs message their health if they...

because the npcs message their health if they messaged damage you wouldn't be able to see their health.
Forum: NPC Scripting 09-07-2008, 11:00 PM
Replies: 9
Views: 2,491
Posted By johny023
do you mean make the npc message the damage?

do you mean make the npc message the damage?
Forum: NPC Scripting 09-07-2008, 09:33 PM
Replies: 9
Views: 2,491
Posted By johny023
is there something that displays values? sorry i...

is there something that displays values? sorry i don't know much about script could you be a little more specific?
Forum: NPC Scripting 09-07-2008, 08:56 PM
Replies: 9
Views: 2,491
Posted By johny023
damage text help

i have a offline player world and i was wondering how to do damage text that says how much damage was done to the player/npc, like the text on GK and Zodiac, but i don't know how to make the text...
Forum: Old Scripting Engine (GS1) 09-05-2008, 02:19 AM
Replies: 4
Views: 1,839
Posted By johny023
is putnpc glitched or something? because i use...

is putnpc glitched or something? because i use that a lot.... and never really had a problem with it... i had to stop using the "playertouchsme" trigger because that was freezing it to...
Forum: Old Scripting Engine (GS1) 09-05-2008, 01:59 AM
Replies: 4
Views: 1,839
Posted By johny023
why does this happen?

i built a refrigerator for my offline world, it's basically just stores food so you don't have to clutter your inventory or if you just don't feel like getting food you can take some of the food you...
Forum: Graal Main Forum (English) 09-05-2008, 12:56 AM
Replies: 18
Views: 5,925
Posted By johny023
i tried to download all of them but it's " not...

i tried to download all of them but it's " not validated for this computer " so i'm not sure what to do now..
Forum: Graal Main Forum (English) 09-04-2008, 10:59 PM
Replies: 18
Views: 5,925
Posted By johny023
ok i think i found it it found 3 things witch one...

ok i think i found it it found 3 things witch one do i need?



i'll just guess and download the first one...
Forum: Graal Main Forum (English) 09-04-2008, 10:38 PM
Replies: 18
Views: 5,925
Posted By johny023
no that didn't speed it up any, and it made most...

no that didn't speed it up any, and it made most of the images and animations stop working in the editor, so i had to replace it with a backup copy of the graal editor.
is there any way of telling...
Showing results 1 to 25 of 36

 
Forum Jump

All times are GMT +2. The time now is 10:01 PM.


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