Page 1 of 1

The ruins in forsaken

Posted: Fri Aug 31, 2012 3:35 pm
by dave3460
I was just wondering how you do get to get to the ruins or create any other places so you can make it multi island as per say.

Thanks for your help in advance

Dave

Re: The ruins in forsaken

Posted: Sat Sep 01, 2012 5:58 am
by Jackolantern
The creator of Forsaken Sanctum, Halls, is away at Dragon Con for the weekend, so I am not sure if he will be checking in this weekend. But he should see it once he gets back :)

Re: The ruins in forsaken

Posted: Sat Sep 01, 2012 11:30 am
by dave3460
Thanks Jack i did see that halls was away good for him .
Hope he has a great time there he deserves it .

Re: The ruins in forsaken

Posted: Sat Sep 01, 2012 12:55 pm
by Chromeozone
Where he'll catch HIV or Herpes :o
Joking :P love you halls.

Re: The ruins in forsaken

Posted: Sat Sep 01, 2012 4:05 pm
by Jackolantern
:shock:

I am sure Halls is Dragon Con'ing responsibly :lol:

Re: The ruins in forsaken

Posted: Tue Sep 04, 2012 10:58 pm
by hallsofvallhalla
Haha nice

I started to try to explain how to do it and realized I have forgotten some of it so I need to go back through and remember then get back to you.

Re: The ruins in forsaken

Posted: Sun Oct 27, 2013 10:08 am
by dave3460
Halls

I dont suppose you have had time or can remember how the ruins work ?

Dave

Re: The ruins in forsaken

Posted: Sun Oct 27, 2013 8:40 pm
by hallsofvallhalla
it is just a location in the database for the player. So the player is tagged with a location like Ruins, or MainLand

In the database the tables for the locations are called Ruins and Mainland. So each location like ruins is a table

When you query the map in index you right your query to say

Code: Select all

$map = $playerinfo3['Map'];
$mapinfo = 'Select * from `$map` 
Thats psuedo code but remember you need to use the ` symbol in the top left hand corner of keyboard to wrap map.