Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: ArticWolve
« on: January 05, 2009, 07:08:21 PM »

Moved to scripting.
Posted by: ArticWolve
« on: January 05, 2009, 05:04:23 PM »

It was a joke...... albeit a bad one. It was acquired from a public source that has it uploaded.
Posted by: Vector
« on: January 05, 2009, 04:33:43 PM »

If its illegal, then don't post it, Shadow. This place is not the underground.
Posted by: ArticWolve
« on: January 04, 2009, 05:17:57 PM »

If reading is your forte, I recommend the VBScript third edition. I believe I have it scanned somewhere on here.
No. ~Vector
... Don't post that ... -Ace
Put it back. Its not legal due to me acquiring it from a public internet source which supplies them for download. ~Shadow
Posted by: zammy
« on: January 04, 2009, 02:45:54 PM »

Ok, tnx i found a page that explains VB pretty good for me so im tryng to learn it now
Posted by: ArticWolve
« on: January 04, 2009, 01:53:40 PM »

Vector, that will help him if he can understand it just by reading... well anyone for that matter. I recommend learning VBScript (if you havent already) and then stopping by Clan R77.

Zammy: Scripting is done in Visual Basic Script, or VBS for short. Their are many places you can learn it. And yes, with time, you will learn VBS just like Hero and Vector... and maybe the rest of us. With time comes experience, and with that, knowing how to approach a problem. And I too recommend using what Vector mentioned, but only if you know what you are doing.
Posted by: Vector
« on: January 04, 2009, 11:56:59 AM »

Quote from: Hero
C++ will help you because you will understand the logic.

And yes, it is very possible to learn. A group of us are teaching people who ask to be taught in our channel. Visit Clan R77 and ask about it/.
He wouldn't be able to produce that logic in VBScript until he knows how to do it in VBSCript. However, it will be a LOT easier now that he knows those other languages.

Zammy, go into your script.txt and ScriptSupportClass.txt files. They will help you A LOT.

They contain all the functions in the stealthbot scripting system.

With the addition of the plugin system, you are required to prefix events:

Code: [Select]
Sub prefix_Event_Load()
End Sub

Sub prefix_Event_UserTalk(...)
End Sub

Posted by: Hero
« on: January 04, 2009, 09:24:54 AM »

Sorry, I forgot we closed the clan on the other realms. Azeroth (East).
Posted by: zammy
« on: January 04, 2009, 09:18:18 AM »

But on what realm is that clan on?
Posted by: Hero
« on: January 04, 2009, 09:10:42 AM »

C++ will help you because you will understand the logic.

And yes, it is very possible to learn. A group of us are teaching people who ask to be taught in our channel. Visit Clan R77 and ask about it/.
Posted by: zammy
« on: January 04, 2009, 08:29:30 AM »

Can anyone tell if its possible to learn such scripting like u do in SB and if so then where? I have some experience all ready in HTML CSS and C+(learned at school ) Dno if they will help me in Sb scripts.