Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 11-21-2004, 12:15 AM   #1 (permalink)
 
Join Date: Mar 2004
Posts: 14
Default Mark, Recall And gate

What do i need to do in order to be able to mark, recall and gate from Ilshenar and malas?

Tks!!
glvaleri is offline   Reply With Quote
Old 11-21-2004, 12:27 AM   #2 (permalink)
Forum Expert
 
Savaal's Avatar
 
Join Date: Apr 2004
Location: A hole in the wall...
Age: 19
Posts: 1,075
Default

edit it in regions Scripts/Regions/Ilishenar i think. sorry if that didn;t help much i got alot on my mins maybe someone could help you better =/
Savaal is offline   Reply With Quote
Old 11-21-2004, 12:56 AM   #3 (permalink)
Forum Expert
 
Join Date: Aug 2004
Location: Redmond, WA
Age: 21
Posts: 1,288
Send a message via AIM to Sep102 Send a message via MSN to Sep102
Default

Nope, got it wrong, sorry, glvaleri, you want %root%\Scripts\Spells\Base\SpellHelper.cs. That's where the spell constraints for each facet are located.

And, by the way Savaal, it's back slashes in windows, not normal slashes .
Sep102 is offline   Reply With Quote
Old 11-22-2004, 10:13 AM   #4 (permalink)
 
Join Date: Mar 2004
Posts: 14
Default I found the script but....

Thanks for the help.. I found the script but I don't really know how to modify it to make possible recall gate and mark in those locations... can you give me a hand please? maybe posting a script that has the modifications?

thanks!

G.V.
glvaleri is offline   Reply With Quote
Old 11-22-2004, 11:03 AM   #5 (permalink)
Forum Novice
 
koluch's Avatar
 
Join Date: Mar 2004
Location: Wisconsin
Age: 45
Posts: 791
Default

Code:
		private static bool[,] m_Rules = new bool[,]
			{
					/*T2A(Fel)		Ilshenar		Wind(Tram),	Wind(Fel),	Dungeons(Fel),	Solen(Tram),	Solen(Fel), CrystalCave(Malas),	Gauntlet(Malas),	Gauntlet(Ferry) */
/* Recall From */	{ false,		true,			true,		false,		false,			true,			false,		false,				false,				false },
/* Recall To */		{ false,		false,			false,		false,		false,			false,			false,		false,				false,				false },
/* Gate From */		{ false,		false,			false,		false,		false,			false,			false,		false,				false,				false },
/* Gate To */		{ false,		false,			false,		false,		false,			false,			false,		false,				false,				false },
/* Mark In */		{ false,		false,			false,		false,		false,			false,			false,		false,				false,				false },
/* Tele From */		{ true,			true,			true,		true,		true,			true,			true,		false,				true,				true  },
/* Tele To */		{ true,			true,			true,		true,		true,			true,			true,		false,				true,				false },
			};
These are your "true" = allow you to recall, gate, etc and "false" statements around line 444 :] That should help I hope!

Shazzy
koluch is offline   Reply With Quote
Old 11-22-2004, 02:53 PM   #6 (permalink)
 
Join Date: Mar 2004
Posts: 14
Default yes!!

Yep that works... now my other problem is making new scripts to work on PB, for some reason I can't get them to load...

Thanks!!
glvaleri is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5