Thread: Guard Towers
View Single Post
  #24  
Old 04-17-2004, 10:05 PM
Dehitay Dehitay is offline
Registered User
Join Date: Jul 2002
Location: Texas, USA
Posts: 327
Dehitay is on a distinguished road
Send a message via MSN to Dehitay
Quote:
Originally posted by Stefan
The current castle towers and walls were made so that players can possible walk on top of them and protect the castle, but it needs to be scripted first. The towers are probably not a big problem, but walking on the walls is more hard to do i guess.
Couldn't you just retile underneath the castle for the purposes of where you can and can't walk?
Then just make the castle one big NPC and place it over everything? (which I think it is already)
then just

if (created) {
dontblock;
drawunderplayer;
}
That's what I used to do with a lot of stuff

and I guard towers could be their own different NPCs
__________________
"This 'caveat emptor' approach does not mean Scamming is legal, only that it is difficult to prove. If Graal Police witness a scam directly they may punish the offending player. The best way to avoid being scammed is to only trade within secure trading facilities in Graal." ~Rules of Conduct
Reply With Quote