Quote:
|
...and we appreciate your input. However, if someone cannot understand the Perl system and find it a hassle, should they really be running a server?
Also, for quest::color("blah");, you can use this: embparser.cpp line 500, add after: Code:
"sub coloremote{push(@cmd_queue,{func=>'coloremote',args=>join(',',@_)});}" Code:
else if (!strcmp(strlwr(command),"coloremote")) { Syntax: Code:
quest::coloremote(15, "Hail, $name"); Hail, Laeiin. |
Also,
Quote:
|
Quote:
|
Quote:
|
I dont really see the point in writing a new system. As the others have said, adding more perl functions is easy. Theres no need to write a new system. Someone just adding them in would be easier, and less time consuming then writing an entire new system.
And as someone else said, if your having trouble with perl, Im not too sure you should be working on a server. |
Guys, once again, I know how to add them in, exc. Also, above, if you read the comment, I said I agree with you all... There is no need to keep replying or posting how to do certain things =|.
|
Deimos, If you really want a new quest system, write it. If it is better I'm sure it will get added to the code and used.
But, what I think, and gather from the others posts is that they are at least content, if not happy with the perl system. That being so they would be happier if you put your tallents toward extending the existing system instead of writing a new one. If something can't be done or is not easy, identify it and if possible propose a way to get it done/make it easier. |
Lurker said it best.
The two arguments you give for a redo are: (1) some functions aren't there you believe should be there, and you aren't happy with the what some variables are named, and (2) you believe it is too complicated for some server ops to use. (1) It's unreasonable to expect to predict everything a server op might want to do in quests. If you find some quest functionality in EQlive quests/encounters that we don't have Perl functions for, then point them out. Perhaps write the hooks in yourself and submit them for CVS consideration. Wanting to flag GM rank via quest is the first time I've heard of that, and for obvious security reasons there is no quest to do that in EQlive. But since our goal is to emulate EQlive, I'm quite certain that objective carries over into the quest system -- if EQlive does it, then eventually our quest system will do it too. Nobody is going to want to overhaul the system based purely on semantics. You want $gmrank, I want it kept at $status. Either way, I don't think any variable names are worth overhauling. Too many quests have been written among the various servers to up and change variable names at this point and break all those quests. (2) Perl was chosen because we wanted the flexibility and power of a scripting engine. We need to be able to evaluate complex conditions, take an indefinite number of actions, and be triggered from a variety of events. That's a pretty powerful scripting engine that would have to do that... and we have it, and best of all, we didn't have to mess around with the scripting engine itself, Larry Wall did that work for us :) There are quest editors out there whose design is to present a more friendly interface to the user, and allow the user to design quests with said friendly interface, while the editor does the dirty work of making perl code behind the scenes. Having these editors is a great way to make quests easy enough for the perl-unsavvy, without compromising the power of the underlying quest engine. If you attempt to dumb down the quest engine itself, I guarantee what you're proposing will not be accepted by the user base. |
Last time I am going to say this, you all seem not to be reading what I am saying at all....
I do not see it necessary anymore to make a new quest system. You are all still commenting like I think what I first thuoght, but if you read what I am typing, you will see that I am agreeing with you all.... Jeezes, tx. (Doesn't want anymore posts where people think I see that this is necessary. Told you all a long time ago and am still getting posts.) Quote:
|
You opened the pandora's box. It's too late to close it :lol:
|
lol
|
Lets not get sidetracked. I'll agree that some aspects of the perl system are...odd, to new users(mainly the names of variables, etc).
The guide could also use an update, which I'll try to do soon since I don't think monrezz is around anymore to keep it updated. |
All times are GMT -4. The time now is 06:16 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.