Graal Forums  

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

Showing results 1 to 25 of 45
Search took 0.00 seconds.
Search: Posts Made By: iDigzy
Forum: New Scripting Engine (GS2) 03-22-2014, 03:47 AM
Replies: 76
Views: 11,684
Posted By iDigzy
ahh that didn't occur to me, thanks I got it to...

ahh that didn't occur to me, thanks I got it to work now :)
Forum: New Scripting Engine (GS2) 03-22-2014, 12:55 AM
Replies: 76
Views: 11,684
Posted By iDigzy
I am working on making a custom chat system, and...

I am working on making a custom chat system, and I wanted to have a gui to display previous chat from the player and other players. I managed to get most of it to work, but I am stuck on getting it...
Forum: New Scripting Engine (GS2) 02-23-2014, 11:54 PM
Replies: 76
Views: 11,684
Posted By iDigzy
Thanks for the replies, I guess I'll just stick...

Thanks for the replies, I guess I'll just stick with learning some other things for now than
Forum: New Scripting Engine (GS2) 02-23-2014, 03:58 PM
Replies: 76
Views: 11,684
Posted By iDigzy
I started to take a look at sql and I am pretty...

I started to take a look at sql and I am pretty stuck on some basic things :(. I wanted to try to make a simple login database for practice, but I couldn't get it to work at all. I used the SQL...
Forum: New Scripting Engine (GS2) 02-18-2014, 03:51 PM
Replies: 76
Views: 11,684
Posted By iDigzy
Thanks tim and torankusu for the help. I finally...

Thanks tim and torankusu for the help. I finally get how to set it up :)
Forum: New Scripting Engine (GS2) 02-15-2014, 05:26 PM
Replies: 76
Views: 11,684
Posted By iDigzy
This may be really off, but I tried to make it so...

This may be really off, but I tried to make it so when a player touches the npc it adds 1 to the item_playersname in the databse. Can someone explain what is wrong here and how to fix please?

In...
Forum: New Scripting Engine (GS2) 02-15-2014, 05:14 AM
Replies: 76
Views: 11,684
Posted By iDigzy
Thanks for the reply, but I still can't get...

Thanks for the reply, but I still can't get anything to work. Does it matter what level the npc database is in? It keeps making the chat 0, I have tried altering it a bit still can't figure it out :(.
Forum: New Scripting Engine (GS2) 02-13-2014, 06:07 PM
Replies: 76
Views: 11,684
Posted By iDigzy
Thanks for the reply, but I'm still having...

Thanks for the reply, but I'm still having trouble with them. I tried to make a simple npc where when the player touchs it, it will chat the databases flag. In the database I have
function...
Forum: New Scripting Engine (GS2) 02-11-2014, 11:10 PM
Replies: 76
Views: 11,684
Posted By iDigzy
@ cyan3 thanks for the link, but I should have...

@ cyan3 thanks for the link, but I should have made myself more clear, I'm trying to practice/learn database npc more at the moment, I will be learning or starting SQL whenever I am more advanced...
Forum: New Scripting Engine (GS2) 02-09-2014, 04:12 PM
Replies: 76
Views: 11,684
Posted By iDigzy
Would anyone be able to link me to some guides on...

Would anyone be able to link me to some guides on databases/some good examples :)?
Forum: New Scripting Engine (GS2) 02-07-2014, 07:23 PM
Replies: 76
Views: 11,684
Posted By iDigzy
@sssssssssss thanks for the response :)

@sssssssssss thanks for the response :)
Forum: New Scripting Engine (GS2) 02-06-2014, 01:37 AM
Replies: 76
Views: 11,684
Posted By iDigzy
@Torankusu Thanks for all the help on that :)....

@Torankusu Thanks for all the help on that :). I'm not really trying to do anything in particular at the moment, I just thought I'd play around with it since I may use it in the future.
Forum: New Scripting Engine (GS2) 02-05-2014, 11:51 PM
Replies: 76
Views: 11,684
Posted By iDigzy
Thanks :), would you use tokenizeing as well when...

Thanks :), would you use tokenizeing as well when doing such scripts as if (player.chat.starts("text")){
a = player.chat.substring;
} ?
Also, for the delimiters, you would basically be able to...
Forum: New Scripting Engine (GS2) 02-05-2014, 06:22 AM
Replies: 76
Views: 11,684
Posted By iDigzy
Ahh, thanks for the reply anyways :). Would...

Ahh, thanks for the reply anyways :).

Would anyone be able to explain tokenizing to me/link me to anything on it please?
Forum: New Scripting Engine (GS2) 02-03-2014, 03:51 PM
Replies: 76
Views: 11,684
Posted By iDigzy
Never mind on my last post. I was over thinking...

Never mind on my last post. I was over thinking something simple.
Forum: New Scripting Engine (GS2) 02-01-2014, 03:03 AM
Replies: 76
Views: 11,684
Posted By iDigzy
I am having trouble with params. I am really not...

I am having trouble with params. I am really not sure how to phrase this question I will try the best I can. Ok so I was making a small shop menu, and I wanted to have the npc trigger the shop menu....
Forum: New Scripting Engine (GS2) 01-24-2014, 07:18 PM
Replies: 76
Views: 11,684
Posted By iDigzy
@Fowlplay Thanks, I couldn't find a thing to use,...

@Fowlplay Thanks, I couldn't find a thing to use, that's just the kind of thing I was looking for :D

@Torankusu Thanks for looking through it, it's more of just a random thing I was working on to...
Forum: New Scripting Engine (GS2) 01-23-2014, 07:03 PM
Replies: 76
Views: 11,684
Posted By iDigzy
How would you make it so it knows what row is...

How would you make it so it knows what row is selected on a gui text list? I tried doing a few things, would this work?
function Tools.onSelect(temp.i) {
if (rowselected == 0){
Player.chat =...
Forum: New Scripting Engine (GS2) 01-15-2014, 08:11 PM
Replies: 76
Views: 11,684
Posted By iDigzy
I just haven't been able to get it to work. Am I...

I just haven't been able to get it to work. Am I doing something wrong?
I put this into the npc
function onActionRightMouse(){
triggerClient("weapon", "<guishop>", "openshop");
}

than I use...
Forum: New Scripting Engine (GS2) 01-14-2014, 10:46 PM
Replies: 76
Views: 11,684
Posted By iDigzy
@Torankusu Thank you :D, I'll play around...

@Torankusu

Thank you :D, I'll play around with it and see what I can do for adding security. I''m pretty sure the ActionLeftMouse works on serverside as well, would it be better to make the...
Forum: New Scripting Engine (GS2) 01-14-2014, 09:59 PM
Replies: 76
Views: 11,684
Posted By iDigzy
I started working on a simple shop script,...

I started working on a simple shop script, however I have already ran into another problem. I want to trigger a weapon so whenever the player clicks the object it will trigger the simple shop gui I...
Forum: New Scripting Engine (GS2) 01-03-2014, 10:29 PM
Replies: 76
Views: 11,684
Posted By iDigzy
Thanks for the quick response :D, that seems to...

Thanks for the quick response :D, that seems to work. However if I try to make it work for clientside so only the player sees the chat it does not work. I was wondering if it would make much of a...
Forum: New Scripting Engine (GS2) 01-03-2014, 09:25 PM
Replies: 76
Views: 11,684
Posted By iDigzy
It's been a while since I've run into another...

It's been a while since I've run into another problem while learning, but I am currently stuck on making a trigger to set the clientr of a player. I have tried a few things with no luck. Would anyone...
Forum: New Scripting Engine (GS2) 12-14-2013, 03:22 AM
Replies: 76
Views: 11,684
Posted By iDigzy
After re-reading that it finally occurred to me...

After re-reading that it finally occurred to me the mistake I kept making. Thanks :D
Forum: New Scripting Engine (GS2) 12-14-2013, 12:06 AM
Replies: 76
Views: 11,684
Posted By iDigzy
Ok, I'm really not sure. I tried everything to...

Ok, I'm really not sure. I tried everything to get this to work. It seems I am missing something obvious or something of the sort? I took my script and fix everything mentioned so far. I also threw...
Showing results 1 to 25 of 45

 
Forum Jump

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


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