Ryandor.com

Forums
It is currently Mon Apr 15, 2024 10:41 pm

All times are UTC - 7 hours [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: spine and graves
PostPosted: Wed Sep 24, 2003 2:20 pm 
Offline
Young
Young

Joined: Wed Sep 24, 2003 2:14 pm
Posts: 7
hi !

i got a problem. As i generate statics with dragonsp, i got spine, grave in my forests, jungles and more.
how can i get rid of that ?

(perhaps it could be using runuo ?)

it seem that, when i unfreeze the items with [unfreeze, i can see a tree instead the grave but it became a grave again as soon i freeze it :/


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 24, 2003 3:15 pm 
Offline
Moo Cow
Moo Cow

Joined: Tue Jun 18, 2002 12:52 am
Posts: 276
switch facets i know in b34 it was backwards so if your in trammel go to feluccia or the otherway around as it should be

_________________
I AM THE GOBLIN KING!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 24, 2003 5:15 pm 
Offline
Journeyman
Journeyman

Joined: Mon Dec 02, 2002 3:33 pm
Posts: 64
To do this, type [set map trammel and target yourself.

Also, check out these 2 links for a more "permanent" solution:

http://www.runuo.com/forum/viewtopic.ph ... ght=season

http://www.runuo.com/discussion/viewtop ... ght=season


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 25, 2003 4:50 am 
thank you very much ! it seem that the season was set to desolation !


Top
  
 
 Post subject:
PostPosted: Thu Oct 09, 2003 9:26 pm 
Offline
Master
Master

Joined: Thu Oct 09, 2003 5:13 pm
Posts: 267
Location: New York City
There is no reason to change facets, all you need to do is change the season. :)

Open:
\Scripts\Misc\MapDefinitions.cs

Code:
         RegisterMap( 0, 0, 0, 6144, 4096, 4, "Felucca",  MapRules.FeluccaRules );
         RegisterMap( 1, 1, 0, 6144, 4096, 0, "Trammel",  MapRules.TrammelRules );
         RegisterMap( 2, 2, 2, 2304, 1600, 1, "Ilshenar", MapRules.TrammelRules );
         RegisterMap( 3, 3, 3, 2560, 2048, 1, "Malas",    MapRules.TrammelRules );


Change to:

Code:
         RegisterMap( 0, 0, 0, 6144, 4096, 0, "Felucca",  MapRules.FeluccaRules );
         RegisterMap( 1, 1, 0, 6144, 4096, 0, "Trammel",  MapRules.TrammelRules );
         RegisterMap( 2, 2, 2, 2304, 1600, 1, "Ilshenar", MapRules.TrammelRules );
         RegisterMap( 3, 3, 3, 2560, 2048, 1, "Malas",    MapRules.TrammelRules );


Notice the small change in the felucca line, from 4 to 0. that controls the seasons.

RegisterMap( <index>, <mapID>, <fileIndex>, <width>, <height>, <season>, <name>, <rules> );

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 7 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group