-
[quote]Originally posted by deseqer:
<strong>like the acsii images. also looks pretty good in the forest.</strong><hr></blockquote>
yeah still working on the forest. You can see it generating numbers. Then it may hit a certain number and text appears. Im trying to get the speacial options (hidden quests) working
-
I was trying to break the withdraw function. I attempted (again) to withdraw more than I had in the bank. I got this error (which I assume you did not mean to have show up)
You walk up to a teller and the man asks what can I do for you? You reply "I'm here to deposit some money"...
Im sorry but you dont have that much money
Return to Town
L.O.T.W.D. Created by Derrick Rose.
Warning: Supplied argument is not a valid MySQL-Link resource in /var/home2/chillthrill/www/lowd/withdraw2.php on line 155
Warning: Supplied argument is not a valid MySQL-Link resource in /var/home2/chillthrill/www/lowd/withdraw2.php on line 156
-
[quote]Originally posted by Deity:
<strong>I was trying to break the withdraw function. I attempted (again) to withdraw more than I had in the bank. I got this error (which I assume you did not mean to have show up)
You walk up to a teller and the man asks what can I do for you? You reply "I'm here to deposit some money"...
Im sorry but you dont have that much money
Return to Town
L.O.T.W.D. Created by Derrick Rose.
Warning: Supplied argument is not a valid MySQL-Link resource in /var/home2/chillthrill/www/lowd/withdraw2.php on line 155
Warning: Supplied argument is not a valid MySQL-Link resource in /var/home2/chillthrill/www/lowd/withdraw2.php on line 156</strong><hr></blockquote>
ahh :) its ok I know what it is, there for my databse close conenction I must not have them in right I was closing them off to speed up the game
-
I had some coding problems which screwed up everyones account... My bad!!!
Well any who Round two started...Sign up and help LOWD Project
<a href="http://www.daemonprojects.com/lowd" target="_blank">http://www.daemonprojects.com/lowd</a>
-
Looking good. Just keep it coming. :D
-
[quote]Originally posted by Daemon:
<strong>I had some coding problems which screwed up everyones account... My bad!!!
Well any who Round two started...Sign up and help LOWD Project
<a href="http://www.daemonprojects.com/lowd" target="_blank">http://www.daemonprojects.com/lowd</a></strong><hr></blockquote>
and here I was starting to like how my character was turning out. I had a total of 13 charm. :D :D :D :D
I's all good. signed up with no problems.
-
humm the forest is going to the hardest of it all...I knew it was...Very hard :)
Well thing is trying to think how to do it
-
Ok, update time...
First of all I like the ASCII pics in the forest so far. Good stuff.
But, I found a small bug in the Armor shop. When you buy armor, it doesn't subtract from your money on hand. Therefore, I could buy a coat, sell a coat, buy a coat, sell a coat and so on until I've built up as much money as I wanted. While I was purposesly trying to cheat, ummm, I mean test your game I decided to move to the next level up on the item list. Coats only give a 100 return while the heavy coat would give much more. So I bought a heavy coat, it was equiped and again, no money subtracted from the on hand. However, when I tried to sell the heavy coat back I got a MySQL error. It reads as follows:
Warning: Supplied argument is not a valid MySQL-Link resource in /var/home2/chillthirll/www/lowd/sell2.php on line 272.
I think that's all I've got for now. But it looks like you're coming along nicely on the forest. Looking good. :cool:
-
humm, hope I fixed the problem.
-
[quote]Originally posted by Daemon:
<strong>humm, hope I fixed the problem.</strong><hr></blockquote>
YEP. when I sold my coat and rebought it. my account was deducted the $200.
-
[quote]Originally posted by deseqer:
<strong>
YEP. when I sold my coat and rebought it. my account was deducted the $200.</strong><hr></blockquote>
sweet :)
Thing was One variable was wrong which mmissed everything up :( I was looking at the code for an hour :(
-
wow im at 63 .php files and total of 352k :)
-
I know how you feel. I have a hell of a time with my ASP code every now and then. I just worked past a coding problem that I've been fighting for the past two weeks. :eek: :mad: :rolleyes:
-
I guess that the fight code isn't in yet. It is looking very good right now. Keep plugging away. I can't wait to see it in action.
-
[quote]Originally posted by Deity:
<strong>I know how you feel. I have a hell of a time with my ASP code every now and then. I just worked past a coding problem that I've been fighting for the past two weeks. :eek: :mad: :rolleyes: </strong><hr></blockquote>
wow, yeah I do some asp code here at work for our intranet, but I still like php better. Less coding in php which I like.
Example:
Emailing:
Php = 1 line of code
Asp = 10 lines of code or more + a moduale for the IIS server :(