Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

Archive::General Support Archive area for General Support's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
  #1  
Old 03-13-2004, 08:03 AM
cameron13
Fire Beetle
 
Join Date: Nov 2003
Posts: 21
Default Talented Gm Looking For A Job.

I am a talented A++ Cobra Script And Perl Scripter. I can do html and create websites exc. I know almost everything about Eqemu there is to know and i will share some of my scripts with you... Just 1. but i have about 20 saved up. But if your wondering what a perl script is? It is a Script that you put in the game for quest and exc. There are some good legit ones i have and some non legit and some semi-legit. The only one i will show you for my skill is the buffer. Dont be a cheap skate and take it and say you made it without hireing me. If you have ever heard of NWG- NON LEGIT server i was jimms best Gm. I was legos. Many of you knew me and dispite the fact that jimm never did use any of my scripts it was still a good server. Made me sad because with my scripts it would be even better. I made these scripts for Nwg-Non legit server only. But as time passed on Jimm felt like playing Neverwinter Nights and was getting sick of playing eq emulator. So 1 day the server never came back up 8(. All the hard hours i worked and not a bit of use out of these awesome scripts. I still do make more as the time goes on. This perl scripting technique has become a hobby and a essential for me to go to sleep at night hehe. So if anyone wants to spread the fame of my scripts hire me and i will make it worth your while.


sub EVENT_SAY {
if ($text~= /Hail/) { quest::say("Why Hello I Am The Buffer. I Have Mostly Anything You Need Just Say It.Need[help]"); }
if ($text~= /help/) { quest::say("[Sow] [Health] [Regen] [Ac] [Atk] [Haste] [Clarity] [Ds] [Strength] [Dex] [Agil] [Cha] [Stam]"); }
if($text=~/Sow/i){
quest:say("Giving $name Spirit Of Wolf!");
quest::castspell($userid,278);}
if($text=~/Health/i){
quest::say("Giving $name Skin Like Nature!");
quest::castspell($userid,423);}
if($text=~/Regen/i){
quest::say("Giving $name Chloroplast!");
quest::castspell($userid,145);}
if($text=~/Ac/i){
quest::say("Giving $name guard!");
quest::castspell($userid,18);}
if($text=~/Atk/i){
quest::say("Giving $name Skin Like Rock!");
quest::castspell($userid,263);}
if($text=~/Haste/i){
quest::say("Giving $name Swift like wind!");
quest::castspell($userid,172);}
if($text=~/Clarity/i){
quest::say("Giving $name Clarity!");
quest::castspell($userid,174);}
if($text=~/Ds/i){
quest::say("Giving $name Shield Of Ro!");
quest::castspell($userid,3198);}
if($text=~/Strength/i){
quest::say("Giving $name Strength Of Stone!");
quest::castspell($userid,429);}
if($text=~/Dex/i){
quest::say("Giving $name Dexterity!");
quest::castspell($userid,157);}
if($text=~/Agil/i){
quest::say("Giving $name Spirit Of Cat!");
quest::castspell($userid,148);}
if($text=~/Cha/i){
quest::say("Giving $name Glamour!");
quest::castspell($userid,155);}
if($text=~/Stam/i){
quest::say("Giving $name Spirit Of Bear");
quest::castspell($userid,279);}
}


If it comes out the wrong way i will fix it with another post later. If you want to higher me my EMAIL is Thordendal4@hotmail.com Or You can probably reach me through eqemulator. My Character is usually named legos. But i would preffer email please. I want you to tell me your name... Character name and Server.
__________________
William Shakespeare
All the world's a stage,
And all the men and women merely players,
They have their exits and entrances,
And one man in his time plays many parts,
.image removed, made signature over twice as tall as allowed to be
  #2  
Old 03-13-2004, 12:46 PM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

That script is pretty simple, all it is responses to text :/

Perhaps if you post one of your more advanced ones, perhaps using quest globals and including variables to dictate the outcome of the quest - for example if the player has under 3000 HP and is at least 5 levels lower than the mob, the mob attacks. If the player is within 2 levels of the mob it will talk to you, giving you lore and an item to hand in to another mob. If the user is at least 5 levels higher than the mob, it will just respond to hails with a whimpering cry.

Pretty much anyone could do what you posted, with almost no experience. I had a quest like that done after about two minutes of playing around with Perl :/ Also, that's Quest Writing, not being a GM. A GM is someone in game who helps with support and issues, and hosts events. Would you like to be a GM, Quest writer, Guide...what? :P

Quote:
Originally Posted by cameron13
I know almost everything about Eqemu there is to know
Wow, impressive.


Final thing - this should be in the Server Comments forum.
__________________

kRPG Profile
  #3  
Old 03-13-2004, 12:57 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Quote:
Wow, impressive.
<smile>
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #4  
Old 03-14-2004, 03:41 AM
boppoom1
Fire Beetle
 
Join Date: Feb 2004
Location: Lake Isabella
Posts: 23
Default Brell Serilis

Hey i think your talented and we could use u if you can IM me at NrMaG67@msn.com or email me at that. Well get back to me and we'll see how ya do.
  #5  
Old 09-11-2004, 01:58 PM
relorm500
Hill Giant
 
Join Date: Apr 2004
Location: Bafoon.........
Posts: 193
Default

I PWN ALL
__________________
----->I AM THE BAFOON 1337<-----
Bafoon.............
will he return??
Ba Fo On
  #6  
Old 09-11-2004, 04:06 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by relorm500
I PWN ALL
Useful input.

Anyway, just curious, mind explaining what A++ is? Never heard of it before, sounds interesting.

Quote:
Originally Posted by Monrezz
Quote:
Originally Posted by cameron13
I know almost everything about Eqemu there is to know
Wow, impressive.
Heheheheheh.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
  #7  
Old 09-12-2004, 05:44 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

Quote:
I PWN ALL
Wow relorm. You've been posting these retarded little comments on QUITE a few threads lately.

It's becoming quite annoying actually. Please stop.
  #8  
Old 09-12-2004, 08:05 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Quote:
I PWN ALL
Any reason you bumped a 6 month old post?
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #9  
Old 09-12-2004, 08:09 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by samandhi
Quote:
I PWN ALL
Any reason you bumped a 6 month old post?
See I didn't even notice that.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:45 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3