Official Fixes

All code and questions for Urban Realms, Forsaken Sanctum, ect...
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Official Fixes

Post by hallsofvallhalla »

Okay, I have downloaded the source myself and setup up a local game using exactly what you guys have.

Every "error" I have found is all host based. In other words what your host preferences are. I am going ot go through and make this all universal where it should work on everyones. Gimme about an hour or two and I will upload a fully working fully universal version.

Thanks for help testing this and getting it right.
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Official Fixes

Post by hallsofvallhalla »

btw the reason you are getting the could not register skills is because you have not emptied the skill table, empty the players, skills, anti-cheat, backpack, suit,and equip tables
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Official Fixes

Post by hallsofvallhalla »

your undefined index in locations is from the get method for column and row, simply make a if isset, i am adding these fixes to the new download but these are simple..
Baseball435
Posts: 548
Joined: Sun May 30, 2010 3:49 am

Re: Official Fixes

Post by Baseball435 »

Ohhh ok well thanks halls! This will make it easier for everyone!
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Official Fixes

Post by hallsofvallhalla »

for those that don't download the new files and import the new database
add trainer smallint 1 to housing
Baseball435
Posts: 548
Joined: Sun May 30, 2010 3:49 am

Re: Official Fixes

Post by Baseball435 »

hallsofvallhalla wrote:for those that don't download the new files and import the new database
add trainer smallint 1 to housing
ok well i'm going to download again
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Official Fixes

Post by hallsofvallhalla »

okay source has been officially fixed. Nearly every error is fixed. I myself downloaded it and the DB and everything should now be okay. Was for me but I didn't check 100%. If you do find an error should be very easy to fix.

Remember you need to most likely alter the connect.php in all the folders, that is one thing I did not change, should have made it all to on efile but didn't have time.

Enjoy.
Baseball435
Posts: 548
Joined: Sun May 30, 2010 3:49 am

Re: Official Fixes

Post by Baseball435 »

hallsofvallhalla wrote:okay source has been officially fixed. Nearly every error is fixed. I myself downloaded it and the DB and everything should now be okay. Was for me but I didn't check 100%. If you do find an error should be very easy to fix.

Remember you need to most likely alter the connect.php in all the folders, that is one thing I did not change, should have made it all to on efile but didn't have time.

Enjoy.
thanks halls!
User avatar
ier
Posts: 67
Joined: Sun Jan 10, 2010 7:32 pm

Re: Official Fixes

Post by ier »

I have a problem on line 114 it sometimes comes and sometimes not
Notice: Undefined variable: pllevel in C:\wamp\www\Forsaken\locations\map.php on line 114

this is line 113 - line 115

Code: Select all

$crlevel = $mapinfo3['creature'] / 5;
$crinfo="SELECT * from creatures where level<='$pllevel' AND type='any' order by rand() limit 1";
    $crinfo2=mysql_query($crinfo) or die("Could not map");
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Official Fixes

Post by hallsofvallhalla »

well pllevel is is player level so it may only be getting defined under a certain situation.

Add just below your player query
$pllevel = $playerinfo3['level'];
Post Reply

Return to “Hall's Games”