Help with a few development things
Ok , the first think i wanna say is that i know that this thead is in the wrong forum.
Why? Because There are so much questions with so mutch diffrents that there isnt any other way! Sourcecode ?: 1.Can i disable Zones/Races and use the Zones for other things. Or better Can i create my own zone somehow? 2.Can I set Races/factions that the NPC |
1. Yes you can disable zones, you jsut have to delete the entries for them from the DB and disable the zone lines from neighboring zones to them which is in the .cfg file I think. You can create your own zones, you just have to distribute them to everyone who plays on your server. There are tools for this and tutorials for those tools in the 3rd party tools forum.
2. Yes, if one faction is set as an enemy faction of another they will fight each other if they get close enough. 3. I'm not really sure, what exactly would you want this to do? 4. You can't unless you basically create it as a new zone the same way you make zones. Look at the perl how to guide, it has lots of examples that are almost what you want, the easiest way is to basically take two quests that almost do what you want and combine them, or jsut learn basic perl its pretty easy. |
Re: Help with a few development things
Quote:
1 : Code:
if(($itemcount{1001}==1) && ulevel <= 5){ quest::movepc(blahblah,x,y,z); Code:
if ($itemcount{1001}==1){ Good luck! |
thx alot guyz u helped me pretty good
|
All times are GMT -4. The time now is 07:24 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.