Search found 32 matches

by espe
Sat Jul 28, 2012 7:32 pm
Forum: Older Browser MMO Videos
Topic: Browser MMO Video#11
Replies: 47
Views: 6346

Re: Browser MMO Video#11

Thanks for this tutorial. Im watching all videos day for day and this is the first code i used for now (much has to follow :o ). http://www.abload.de/img/progressbars51ln0.png Edit: Wops, made a better rework. Wish I could just program better :lol: http://www.abload.de/img/progressbars2qcc9t.png
by espe
Wed Jul 25, 2012 10:13 pm
Forum: Off-Topic
Topic: I miss game development :(
Replies: -1
Views: 477

Re: I miss game development :(

BRO and i just cant program, but got some time :|
by espe
Wed Jul 25, 2012 10:12 pm
Forum: Beginner Help and Support
Topic: Random Quest Rewards
Replies: -1
Views: 814

Re: Random Quest Rewards

Im still trying this sh1t... the hard truth. I think we miss understand a bit, maybe i just dont get it :) Till now, I worked much with functions that i call in the template files. So i try it again like that. If a user opens the quest-page, a function called listRandomQuests() will be started. In t...
by espe
Mon Jul 23, 2012 4:09 pm
Forum: Off-Topic
Topic: I'll Try Here?
Replies: -1
Views: 244

Re: I'll Try Here?

I like minecraft, but wont buy it :shock:

ID is espe1
by espe
Sun Jul 22, 2012 5:25 pm
Forum: Beginner Help and Support
Topic: Help.. what to use for text base game?
Replies: -1
Views: 302

Re: Help.. what to use for text base game?

Hey, im pretty new to this coding things too :geek: Ill hotlink to you what i did the last months... Choosed an webhoster/webspace (paid or free, google it) Choosed an editor (im using notepad++ too) Choosed an ftp client (i like filezilla as well) Learned PHP basics (if you already know html, css):...
by espe
Sat Jul 21, 2012 4:51 pm
Forum: Off-Topic
Topic: We need to stop Bot Ads
Replies: -1
Views: 676

Re: We need to stop Bot Ads

I like dem :lol:
by espe
Wed Jul 18, 2012 5:09 pm
Forum: Game Design
Topic: Driving
Replies: -1
Views: 2168

Re: Driving

Agree to Chris, otherwise its fun to drive left and right while the car is between diagonal / and vertical | trololo.
by espe
Wed Jul 18, 2012 4:59 pm
Forum: Project Showoff Tier II
Topic: Fight Cycle
Replies: -1
Views: 7151

Re: Fight Cycle

Im not sure, but after wasting some of my chances to get VP while fighting against a stronger Blake, i switched my fighting enemies to "any skilllevel". I found a wild Blake there and got a VP after winning. Now Im exhausted, meeted Blake again and didnt get a VP after winning. VP chances ...
by espe
Wed Jul 18, 2012 4:45 pm
Forum: Beginner Help and Support
Topic: Random Quest Rewards
Replies: -1
Views: 814

Re: Random Quest Rewards

For levelup the characters i used the following codes: This is in character.inc.php, because after an arena fight or completing a quest the user will be redirected to his character page: if(getCharacters('experiencePoints') > getCharacter_levels()) { mysqli_query($db, "UPDATE characters SET lev...
by espe
Tue Jul 17, 2012 3:14 pm
Forum: Beginner Help and Support
Topic: Random Quest Rewards
Replies: -1
Views: 814

Re: Random Quest Rewards

Ooookay, now i have a few important tables for that: characters (with charid, charname, level ...) character_random_quests (with charid, questid, gold, xp, time) character_main_quests (with charid, questid, done, time and idk what else) then more: quests (with questid, typeid, questname, questdescri...

Go to advanced search