Graal Forums  

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

Showing results 1 to 25 of 43
Search took 0.00 seconds.
Search: Posts Made By: Ohk4y
Forum: NPC Scripting 11-27-2011, 04:02 AM
Replies: 3
Views: 1,173
Posted By Ohk4y
That first row, I just typed in the information...

That first row, I just typed in the information manually to see what it would look like.
http://img845.imageshack.us/img845/1160/rengggggggggggggggg.png

Don't know if this helps:

CREATE TABLE...
Forum: NPC Scripting 11-27-2011, 03:58 AM
Replies: 3
Views: 1,173
Posted By Ohk4y
SQL insert help

Hello, I came across an error while trying to insert a row into a sqlite database, which the database is named 'loot'. I get an error outputted by sql in rc:
SQL Error: constraint failed

Here's...
Forum: NPC Scripting 11-26-2011, 07:21 AM
Replies: 4
Views: 1,310
Posted By Ohk4y
Red face I took a different approach at it. Thank you.

I took a different approach at it. Thank you.
Forum: NPC Scripting 11-24-2011, 08:13 PM
Replies: 4
Views: 1,310
Posted By Ohk4y
Okay, well the check isn't even working.

Okay, well the check isn't even working.
Forum: NPC Scripting 11-24-2011, 08:07 PM
Replies: 4
Views: 1,310
Posted By Ohk4y
Mining System Timeout

Hello! I'm trying to make a mining system x_x and I ran into an issue. I want it to put all the rocks back to normal (from being destroyed - to how they were before the player 'hurt' them) if there...
Forum: NPC Scripting 11-13-2011, 08:00 PM
Replies: 3
Views: 1,120
Posted By Ohk4y
Thank you! it works Rep +

Thank you! it works
Rep +
Forum: NPC Scripting 11-13-2011, 07:52 PM
Replies: 3
Views: 1,120
Posted By Ohk4y
Player Subscription Check

I have been trying to figure out how to check if the player is Gold, trial, or classic for a while now and I came across player.subscription and on Esteria, it won't display my upgrade status if I do...
Forum: NPC Scripting 11-11-2011, 03:14 AM
Replies: 3
Views: 1,071
Posted By Ohk4y
Profile Vars

Hello again.
What can I add to the serveroptions for the profile vars; Subscription and Ping / Latency to display in the player's profile?
Forum: NPC Scripting 11-10-2011, 11:26 PM
Replies: 8
Views: 1,210
Posted By Ohk4y
Sounds a little above my ability!

Sounds a little above my ability!
Forum: NPC Scripting 11-10-2011, 10:34 PM
Replies: 8
Views: 1,210
Posted By Ohk4y
Security View

Hello again. I am wondering if it's possible to make a gui that can display views of any level that is listed in a given array, Like a security camera that can view players in the levels listed in...
Forum: NPC Scripting 11-07-2011, 12:24 AM
Replies: 5
Views: 1,455
Posted By Ohk4y
Thank you; haven't seen that thread yet.

Thank you; haven't seen that thread yet.
Forum: NPC Scripting 11-07-2011, 12:18 AM
Replies: 5
Views: 1,455
Posted By Ohk4y
Online Editor not working (possible updateboard issue)

Okay, so randomly one day the online editor on Esteria stopped working correctly. Tiles place okay, everything works as it should except; when we update the level, the tiles disappear and revert to...
Forum: NPC Scripting 09-27-2011, 02:48 AM
Replies: 7
Views: 1,412
Posted By Ohk4y
Thanks.

Thanks.
Forum: NPC Scripting 09-27-2011, 02:38 AM
Replies: 7
Views: 1,412
Posted By Ohk4y
Okay thank you. I put the Query in a dbnpc named...

Okay thank you. I put the Query in a dbnpc named SQL and the other script in an accounts weapon, it echos everything fine, though, I can't quite figure out how to write data to the table.
Forum: NPC Scripting 09-27-2011, 02:03 AM
Replies: 7
Views: 1,412
Posted By Ohk4y
I added this as -Ohk4y/Query /** SQL...

I added this as -Ohk4y/Query

/**
SQL Query Interface
*/

public function executeSQL(db, query, result, doecho) {
temp.init = timevar2;
temp.results = requestsql2(db, query,...
Forum: NPC Scripting 09-25-2011, 03:12 AM
Replies: 7
Views: 1,412
Posted By Ohk4y
SQL Help

Hello there!

I did some research and finally figured out how to create a table with SQL Explorer, as well as make some columns and rows. I have a table that has Accounts as the name that has some...
Forum: NPC Scripting 09-21-2011, 01:22 AM
Replies: 3
Views: 1,335
Posted By Ohk4y
Light Effect Help

Hello, I'm trying to simulate being in a cave on my server and I was thinking I could show a polygon that covered the whole screen except for a little circle around your player.

Here's my current...
Forum: Playerworld Staff Openings 09-16-2011, 02:59 AM
Replies: 159
Views: 24,086
Posted By Ohk4y
Fixed Login Issues

To my knowledge, the login issues have been fixed. Please reply to this post if I am wrong.:noob:
Forum: NPC Scripting 09-16-2011, 01:04 AM
Replies: 2
Views: 1,575
Posted By Ohk4y
This "Incapsula error".. I think it's caused...

This "Incapsula error".. I think it's caused because of Mozilla Firefox,
Are you using that browser by chance?
Forum: NPC Scripting 09-16-2011, 01:01 AM
Replies: 9
Views: 2,091
Posted By Ohk4y
You need to send the text from the notepad to the...

You need to send the text from the notepad to the server and from the server to the notepad so it would be always be updated, all though, I see this as a pointless tool. Anyways, here ya go.. :fro:...
Forum: Level Design 09-16-2011, 12:52 AM
Replies: 11
Views: 1,987
Posted By Ohk4y
Thank you Volken...

Thank you Volken (http://forums.graalonline.com/forums/member.php?u=6751)!
Forum: NPC Scripting 09-13-2011, 04:41 AM
Replies: 10
Views: 2,339
Posted By Ohk4y
SCRIPT //#CLIENTSIDE function...

SCRIPT

//#CLIENTSIDE
function onPlayerEnters() {
showimg(802,"hp_bar.png",player.x-1.5,player.y-1);
changeimgpart(802,0,0,player.attr[28]*102/player.attr[28],18);
findimg(802).zoom = .5;...
Forum: NPC Scripting 09-13-2011, 03:32 AM
Replies: 10
Views: 2,339
Posted By Ohk4y
Like this? SCRIPT //#CLIENTSIDE ...

Like this?

SCRIPT

//#CLIENTSIDE
function onPlayerEnters() {
showimg(802,"hp_bar.png",player.x-1.5,player.y-1);
changeimgpart(802,0,0,player.attr[28]*102/player.attr[28],18);
...
Forum: NPC Scripting 09-13-2011, 03:21 AM
Replies: 10
Views: 2,339
Posted By Ohk4y
Help with image part and gani.

Hello,

I'm trying to make a health bar show up when you have a certain amount of health and change sizes above your head according to the amount of health you have.

Currently, showing the...
Forum: NPC Scripting 09-08-2011, 03:18 AM
Replies: 5
Views: 1,333
Posted By Ohk4y
Exclamation HUD Doubles on Death

Hello again, I have been experiencing this issue since the hud script was created, the issue is that when you die, the gui doubles untill you come alive again, quite odd.. Well here's some images of...
Showing results 1 to 25 of 43

 
Forum Jump

All times are GMT +2. The time now is 09:17 PM.


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