Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   New Scripting Engine (GS2) (https://forums.graalonline.com/forums/forumdisplay.php?f=153)
-   -   Scripted RC (https://forums.graalonline.com/forums/showthread.php?t=68912)

Skyld 01-19-2007 08:58 PM

Quote:

Originally Posted by Draenin (Post 1266399)
It's probably not a great idea to tell people that. :s

Why not? :O

Draenin 01-19-2007 09:04 PM

Individuals making abusive tools.

Skyld 01-19-2007 09:06 PM

Quote:

Originally Posted by Draenin (Post 1266417)
Individuals making abusive tools.

You can't do things using clientrc that you don't have rights to. Additionally you must also have the correct IP range and be in the server options for it to work.

Inverness 01-20-2007 12:36 AM

Quote:

Originally Posted by Stefan (Post 1265906)
It is still possible to write your own scripted rc for your server.

How am I to do this when I don't know how to use sendtext() and requesttext()?
I would have taken a crack at a scripted RC if there was documentation.

Admins 01-20-2007 01:01 AM

May be you contact Skyld for the script and sendtext/receivetext, we should also put it on the wiki

Skyld 01-20-2007 01:04 AM

Quote:

Originally Posted by Inverness (Post 1266511)
How am I to do this when I don't know how to use sendtext() and requesttext()?
I would have taken a crack at a scripted RC if there was documentation.

I have been working on listing these features, some details are here: http://skyld.vip.graal.net/wikka.php...verRequestData

godofwarares 01-20-2007 01:11 AM

Quote:

Originally Posted by Skyld (Post 1266519)
I have been working on listing these features, some details are here: http://skyld.vip.graal.net/wikka.php...verRequestData

Once again Skyld saves me time on scripts. :whatever:

excaliber7388 01-20-2007 01:32 AM

I'd like to dismantle it into specific parts so I could maybe use it (less lag if you just need to edit a weapon...if lag is even my problem).

godofwarares 01-20-2007 09:03 PM

Just a note, Skyld .. Half the stuff on that list doesn't work ._.

Skyld 01-21-2007 01:31 AM

Quote:

Originally Posted by godofwarares (Post 1266762)
Just a note, Skyld .. Half the stuff on that list doesn't work ._.

Do you have RC rights to them, and has your gserver/npcserver been restarted to add the new functions?

godofwarares 01-21-2007 01:36 AM

Well, I fixed a few (had to correct spelling)

The things that don't work are:
list
simplelist
upgradeinfo

pm* (all the PM things)

Skyld 01-21-2007 01:38 AM

Quote:

Originally Posted by godofwarares (Post 1266915)
Well, I fixed a few (had to correct spelling)

The things that don't work are:
list
simplelist
upgradeinfo

pm* (all the PM things)

I am wondering if some of those only work for privileged scripts on the login server or so. I'm not certain.

godofwarares 01-21-2007 01:41 AM

Ah well. I'll work around them.

excaliber7388 01-21-2007 02:09 AM

None work for me :p
Optimization, please :(

godofwarares 01-21-2007 02:10 AM

What exactly do you need? I might give you a snippet of my ClientRC.

godofwarares 01-21-2007 10:57 PM

I have a question:

Does anyone know how to set an icon of a list or a tree? I need to know this :x

Inverness 01-22-2007 02:20 AM

Quote:

Originally Posted by Skyld (Post 1266519)
I have been working on listing these features, some details are here: http://skyld.vip.graal.net/wikka.php...verRequestData

You are my new god :O!

excaliber7388 01-22-2007 03:46 AM

Quote:

Originally Posted by godofwarares (Post 1266940)
What exactly do you need? I might give you a snippet of my ClientRC.

File browser, rights, scripts creating/editing....and maybe some server flags and serverops.
I cant use any of the things.

Skyld 01-22-2007 10:04 AM

Quote:

Originally Posted by excaliber7388 (Post 1267358)
File browser, rights, scripts creating/editing....and maybe some server flags and serverops.
I cant use any of the things.

If you are having trouble with these things, then it is probably not a script problem, but instead a problem with receiving the responses from request/sendtext. I am not sure that a "cut-down" script will change this, since my Scripted RC is only requesting these things when they are needed.

excaliber7388 01-22-2007 03:38 PM

Joey's scripted NC works, and *RW's rc can use rc chat quicker than yours. I think there might be something in making the script more compact. The problem wih Joey's NC is that it can't make new scripts, and it can't edit my largest ones :(

godofwarares 01-22-2007 09:49 PM

Quote:

Originally Posted by excaliber7388 (Post 1267358)
File browser, rights, scripts creating/editing....and maybe some server flags and serverops.
I cant use any of the things.

Oh man, What code are you using right now?

excaliber7388 01-22-2007 10:06 PM

Quote:

Originally Posted by godofwarares (Post 1267594)
Oh man, What code are you using right now?

Built in one from Skyld lol.
It doesn't work for me (yes, I'm on a Mac) :p

godofwarares 01-23-2007 12:14 AM

Try this and tell me if "New Client-RC: whatever" appears in your RC:

PHP Code:

//#CLIENTSIDE
function onCreated() {
requesttext("clientrc"1);


If it does, then tell me.

Skyld 01-25-2007 07:18 PM

Fixed a couple of things in the Scripted RC script:
  • The scrollbars are displayed properly in the Script Editor;
  • It is now shown whether the active ban is a global ban;
  • Fixed a couple of bugs which were causing problems;
  • Ban and error windows are now closed when switching servers.
The script will probably be updated on the login server this evening for use (Version "25/01/2007 Release").

Chandler 01-25-2007 07:20 PM

Quote:

Originally Posted by Skyld (Post 1269273)
Fixed a couple of things in the Scripted RC script:
  • The scrollbars are displayed properly in the Script Editor;
  • It is now shown whether the active ban is a global ban;
  • Fixed a couple of bugs which were causing problems;
  • Ban and error windows are now closed when switching servers.
The script will probably be updated on the login server this evening for use (Version "25/01/2007 Release").

I'm wondering, does this work for non-Mac users? I want to use it!

Skyld 01-25-2007 07:21 PM

Quote:

Originally Posted by Chandler (Post 1269275)
I'm wondering, does this work for non-Mac users? I want to use it!

Well, technically it works, but it is not added to non-Mac users yet.

Chandler 01-25-2007 07:25 PM

Quote:

Originally Posted by Skyld (Post 1269276)
Well, technically it works, but it is not added to non-Mac users yet.

Shame! I can't wait ^^

excaliber7388 01-25-2007 07:59 PM

Is it a matter of only giving it to Mac users, or the fact that most of the Mac interface is scripted?

Skyld 01-25-2007 08:03 PM

Quote:

Originally Posted by excaliber7388 (Post 1269286)
Is it a matter of only giving it to Mac users, or the fact that most of the Mac interface is scripted?

Only added to Mac users. It will work on other platforms.

xXziroXx 01-25-2007 11:08 PM

So there is no way to open it in game, even after loged on Client-RC with requesttext? If there is, how?

Skyld 01-25-2007 11:12 PM

Quote:

Originally Posted by xXziroXx (Post 1269366)
So there is no way to open it in game, even after loged on Client-RC with requesttext? If there is, how?

Currently not.

excaliber7388 01-25-2007 11:17 PM

Is it possible to break it up or optimize it in any way so people with a slow connection could use it? ^^
Pwetty pwease?

Skyld 01-26-2007 10:12 AM

Quote:

Originally Posted by excaliber7388 (Post 1269378)
Is it possible to break it up or optimize it in any way so people with a slow connection could use it? ^^
Pwetty pwease?

Thing is, I actually have no idea what is making it impossible for you to use it. It's got to be something with your school's network, since other people are using it fine.

excaliber7388 01-26-2007 03:26 PM

Yeah, I think that's probably it.
Between my school's network, and running it through rosetta, it's just not going to be fast. :frown:

zokemon 01-27-2007 09:57 AM

I seem to be unable to use it?
I am trying it on Kingdoms Debug...

Skyld 02-03-2007 04:06 PM

Quote:

Originally Posted by zokemon (Post 1270137)
I seem to be unable to use it?
I am trying it on Kingdoms Debug...

Unless you are on Mac, or have had Stefan add it to you on the login server, you won't be able to use it.

I intend to release the script shortly, so that you can upload it onto your server for yourself or staff to use.

zokemon 02-03-2007 10:25 PM

Quote:

Originally Posted by Skyld (Post 1272688)
Unless you are on Mac, or have had Stefan add it to you on the login server, you won't be able to use it.

I intend to release the script shortly, so that you can upload it onto your server for yourself or staff to use.

I see. Thanks.

godofwarares 02-04-2007 03:53 AM

Argh anyone know why when I recieve the weaponslist from my server, It prints all the weapons on Graal Kingdoms? X,x

Switch 03-03-2007 08:51 PM

When IS it coming out?

napo_p2p 03-03-2007 09:06 PM

Quote:

Originally Posted by Switch (Post 1284133)
When IS it coming out?

The source is out:
http://forums.graalonline.com/forums...ad.php?t=71944


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

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