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 83
Search took 0.00 seconds.
Search: Posts Made By: baseman101
Forum: Bug Report 01-08-2015, 02:11 AM
Replies: 25
Views: 20,848
Posted By baseman101
I think this works on UC servers. Sadly, the...

I think this works on UC servers. Sadly, the player could simply change their internal IP on their router and in their host file, defeating the purpose. There's no real way to block against Relay...
Forum: Graal Main Forum (English) 08-24-2014, 04:05 PM
Replies: 272
Views: 68,186
Posted By baseman101
*eight years later*

*eight years later*
Forum: NPC Scripting 05-20-2014, 01:03 AM
Replies: 8
Views: 1,716
Posted By baseman101
Ah, I understand. Thank you!

Ah, I understand. Thank you!
Forum: NPC Scripting 05-18-2014, 03:01 PM
Replies: 8
Views: 1,716
Posted By baseman101
That would be overkill, and sometimes wouldn't...

That would be overkill, and sometimes wouldn't necessarily work. Examples of this is when no one is online, the player's firewall could have blocked the webserver, the connection speed could be slow,...
Forum: NPC Scripting 05-17-2014, 10:51 PM
Replies: 8
Views: 1,716
Posted By baseman101
I suppose that's true, but these kinds of...

I suppose that's true, but these kinds of requests are really important for some aspects to the server. They should really have a proxy going both ways if they really want to mask their IP, like you...
Forum: NPC Scripting 05-17-2014, 07:02 PM
Replies: 8
Views: 1,716
Posted By baseman101
Bring Back CURL Functions

Hello,

I have recently returned to scripting on Graal, and have attempted to use one of my previous scripts to log RC messages to my webserver. Upon saving the script, I was denied access to...
Forum: Graal Zone Team 10-05-2013, 03:36 AM
Replies: 15
Views: 18,229
Posted By baseman101
You've obviously never heard of the wonderful...

You've obviously never heard of the wonderful graphics staff that work hard to provide for graphics and tiles and work for free.
Forum: NPC Scripting 10-01-2013, 10:14 PM
Replies: 6
Views: 1,006
Posted By baseman101
You could also probably use GuiCtrl.onAction() if...

You could also probably use GuiCtrl.onAction() if it's a button GUI or something.
Forum: NPC Scripting 10-01-2013, 02:38 AM
Replies: 4
Views: 884
Posted By baseman101
I don't think that is possible, however, you can...

I don't think that is possible, however, you can make your own pause system.



is a great function to use to freeze the player. What do you need to actually use the default pause system for?
Forum: NPC Scripting 10-01-2013, 02:30 AM
Replies: 4
Views: 884
Posted By baseman101
I believe this is the answer you are looking for...

I believe this is the answer you are looking for :)



Edit: Apologies, this function disables the pausing function.
Forum: PlayerWorlds Main Forum 09-29-2013, 11:11 PM
Replies: 123
Views: 50,948
Posted By baseman101
You can add games that aren't on the Steam store...

You can add games that aren't on the Steam store to your steam library. Just press:
Games>Add a Non-Steam Game to My Library

The whole idea of iOS servers being accessable via Steam seems pretty...
Forum: Birthday Forum 09-29-2013, 03:12 PM
Replies: 12
Views: 1,725
Posted By baseman101
Happy Birthday -- thank you for your...

Happy Birthday -- thank you for your contributations to the forums!
Forum: Tech Support 09-25-2013, 09:56 PM
Replies: 3
Views: 1,358
Posted By baseman101
Thank you--I had trouble locating this folder in...

Thank you--I had trouble locating this folder in my home folder, so I created a symbolic link. Much appreciated!
Forum: Tech Support 09-24-2013, 04:03 AM
Replies: 3
Views: 1,358
Posted By baseman101
Graal Folder in Ubuntu?

Hey,

I'm trying to figure out how to find the graal folder in Ubuntu because I can't seem to find it the folder with the 'Graal' file in it. Does it store the files else where, or are the files...
Forum: Tech Support 09-24-2013, 04:01 AM
Replies: 1
Views: 2,601
Posted By baseman101
Update: I have tested the code again on a fresh...

Update: I have tested the code again on a fresh version of Ubuntu, and it works. Please note it only works with 64 bit operating systems. Now, here's how to get RC working cleanly on Ubuntu 64 bit.
...
Forum: Graal Main Forum (English) 09-04-2013, 01:48 AM
Replies: 1,110
Views: 523,749
Posted By baseman101
Thanks Stefan! Any hint of an upcoming version...

Thanks Stefan! Any hint of an upcoming version for V6?
Forum: Bug Report 08-24-2013, 08:22 PM
Replies: 1
Views: 3,594
Posted By baseman101
Yea, but there's a way to access it while it's...

Yea, but there's a way to access it while it's offline by using Google's cache system.
Step 1: Go to google.com
Step 2: Search the link of the graal.us in the google text box
Step 3: Click the...
Forum: NPC Scripting 08-24-2013, 01:58 AM
Replies: 2
Views: 1,399
Posted By baseman101
I'd suggest you learn how to script, but here's a...

I'd suggest you learn how to script, but here's a small code snippet.

//#CLIENTSIDE
function onPlayerChats() {
if(player.chat == "myPassword") {
this.hide();
}
}
Forum: NPC Scripting 08-23-2013, 06:17 PM
Replies: 11
Views: 1,490
Posted By baseman101
Yes, there does happen to be an event that...

Yes, there does happen to be an event that happens when you join a class. I'm certain about onClassJoined() but not too certain about onClassLeaves (or something similar).
Forum: NPC Scripting 08-23-2013, 06:14 PM
Replies: 3
Views: 1,349
Posted By baseman101
Yea, I figured.

Yea, I figured.
Forum: NPC Scripting 08-22-2013, 10:32 PM
Replies: 3
Views: 1,349
Posted By baseman101
onWall and non-blocking NPCs

I've scripted my own movement system by using onWall to detect walls. It works great, although it doesn't detect if an NPC is non-blocking. All NPCs are blocking with the onwall check. How do I make...
Forum: Hello and Goodbyes 08-21-2013, 04:27 PM
Replies: 5
Views: 1,109
Posted By baseman101
Welcome to the GraalOnline forums :)

Welcome to the GraalOnline forums :)
Forum: Tech Support 08-17-2013, 08:58 PM
Replies: 1
Views: 2,601
Posted By baseman101
How To: Installing Graal on Ubuntu

Hello,

I've had some trouble with installing Graal on Ubuntu. Here was my fix. Run this in terminal.




I might have installed something else, so if I did something wrong, please tell me :)
Forum: NPC Scripting 08-09-2013, 11:21 PM
Replies: 3
Views: 974
Posted By baseman101
I have used your func_http class to handle...

I have used your func_http class to handle posting the data, but without using base64encode() all image files were corrupted
Forum: NPC Scripting 08-09-2013, 10:07 PM
Replies: 3
Views: 974
Posted By baseman101
Update: I have resolved the issue and edited...

Update:

I have resolved the issue and edited the OP with useful information for other people who have the same problem :)
Showing results 1 to 25 of 83

 
Forum Jump

All times are GMT +2. The time now is 04:19 AM.


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