Page 2 of 3
Re: Source
Posted: Tue Jun 08, 2010 12:25 am
by hallsofvallhalla
then delete that line, simple enough
Re: Source
Posted: Tue Jun 08, 2010 1:32 am
by Baseball435
hallsofvallhalla wrote:then delete that line, simple enough
ok I'll just do that
Re: Source
Posted: Tue Jun 08, 2010 1:06 pm
by Madnox
Why I have error messages everywhere. For each page I open, I have an error. Am I the only, or do you have that also.
Example:
attackplayer.php
Undefined variable: opdskills3 in C:\wamp\www\combat\attackplayer.php on line 628
And such similar things I have everywhere.
Re: Source
Posted: Tue Jun 08, 2010 1:17 pm
by Messi
Download the new codes. That was happening to me until i downloaded the new codes

Re: Source
Posted: Wed Jun 09, 2010 1:20 am
by hallsofvallhalla
source has been fixed to work on wamp, the newest versions. should be universal now, may have 1 or 2 errors still but easily fixable
Re: Source
Posted: Wed Jun 09, 2010 7:45 am
by Messi
Thanks halls!!! The game works PERFECTLY!
Re: Source
Posted: Wed Jun 09, 2010 1:00 pm
by hallsofvallhalla
awesome, glad we got it resolved and thanks for everyone's help and patience. Let the game development begin.
I will have new videos up tonight.
Re: Source
Posted: Wed Jun 09, 2010 7:31 pm
by Baseball435
hallsofvallhalla wrote:awesome, glad we got it resolved and thanks for everyone's help and patience. Let the game development begin.
I will have new videos up tonight.
awesome can't wait
Re: Source
Posted: Thu Jun 17, 2010 4:19 pm
by Perry
I downloaded the source and tried to import the database and it gives me this error.
Code: Select all
Error
SQL query:
--
-- Database: `forsaken1`
--
-- --------------------------------------------------------
--
-- Table structure for table `anticheat`
--
CREATE TABLE IF NOT EXISTS `anticheat` (
`id` int( 11 ) NOT NULL ,
`weaponforge` tinyint( 1 ) NOT NULL ,
`armorforge` tinyint( 1 ) NOT NULL ,
`kitchen` tinyint( 1 ) NOT NULL ,
`kitchen2` tinyint( 1 ) NOT NULL ,
`kitchen3` tinyint( 1 ) NOT NULL ,
`merchant` tinyint( 1 ) NOT NULL ,
`materialadd` tinyint( 1 ) NOT NULL ,
`materialadd2` tinyint( 1 ) NOT NULL ,
`auctsellweapon` tinyint( 1 ) NOT NULL ,
`auctbuyweapon` tinyint( 1 ) NOT NULL ,
`auctsellarmor` tinyint( 1 ) NOT NULL ,
`auctbuyarmor` tinyint( 1 ) NOT NULL ,
`auctbuymaterial` tinyint( 1 ) NOT NULL ,
`auctsellmaterial` tinyint( 1 ) NOT NULL ,
`plattack` tinyint( 1 ) NOT NULL ,
`pldefend` tinyint( 1 ) NOT NULL
) ENGINE = InnoDB DEFAULT CHARSET = latin1;
MySQL said: Documentation
#1046 - No database selected
What does it mean and how can I fix it?
Re: Source
Posted: Thu Jun 17, 2010 10:32 pm
by Loopy
Looks to me like you're trying to shove a table into a database, but you haven't selected the database.
If you're using phpMyAdmin, select your database first, then run the sql command.