Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #8  
Old 10-29-2004, 11:04 PM
smogo
Discordant
 
Join Date: Jan 2004
Location: 47
Posts: 339
Default

Perl is a language .. nothing more, nothing less.

You can substitute perl for a new language, still people have to learn it and how to use it. I believe it is what pple have trouble with :/
At least, perl is bug free, there are zillions tutorials, and it's very easily extensible, and ...

As for releasing plugins / recipes / snippets, here's the code for quest::RandomChoice(a,b,c) :

Code:
sub RandomChoice{
  @values=shift;
  $choice=$values[int(rand(length @values))];
  return $choice;
}
or, inlined :
Code:
$values=(1001,1002,1003);
...
$choice=$values[int(rand(3))];
Was it worth a post ?

Getting such a EQEMu 'library' can be usefull, if people what plugins then they have to work for it.

Now, if you want to build wizards that generate quests out of couple clicks, it might very much help some people. Just like Visual studio helps writting C or C++ :(. It does not define a new language (or if it does, you wouldn't say it's better, would you ?)
__________________
EQEMu Quest Repository is down until something new :(
Reply With Quote
 


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 06:16 AM.


 

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