Search found 48 matches

by stefans
Mon Dec 12, 2011 7:40 pm
Forum: Members Games
Topic: Adding your game folder
Replies: -1
Views: 2212

Re: Adding your game folder

hello,

can i have a game folder for Skillaria?
it's a browser based rpg.

Thanks, Stefan
by stefans
Mon Dec 12, 2011 7:37 pm
Forum: Coding
Topic: how should i do this?
Replies: -1
Views: 947

Re: how should i do this?

thanks!

I never heard of this function,
but, i started scripting giving each thing a row,
but i will use explode for other stuff :D like inventory..
by stefans
Mon Dec 12, 2011 1:21 pm
Forum: Coding
Topic: how should i do this?
Replies: -1
Views: 947

Re: how should i do this?

well, i know i can do it your way, but i was just looking for another solution :p

but i'm going to make my grid smaller, 5 x 5
so 25 rows, and that's not much so :)
by stefans
Mon Dec 12, 2011 1:19 pm
Forum: Game Design
Topic: tiles
Replies: -1
Views: 544

Re: tiles

the only usefull tile it got is grass
by stefans
Mon Dec 12, 2011 11:09 am
Forum: Game Design
Topic: tiles
Replies: -1
Views: 544

tiles

Hello all, I'm making a browser based mmorpg, and i'm adding farming to it can anyone make me some farmtiles for free? They don't have to look pro :p so i need dirt, dirt with seeds and some different ones with things on it like cabbage, wheat, etc.. No isometric ones please, just 2D top view.. or h...
by stefans
Mon Dec 12, 2011 10:41 am
Forum: Coding
Topic: how should i do this?
Replies: -1
Views: 947

Re: how should i do this?

Thanks anyway :p
i'll just see what i'll do..
by stefans
Sun Dec 11, 2011 8:11 pm
Forum: Coding
Topic: how should i do this?
Replies: -1
Views: 947

Re: how should i do this?

each of them get their own,
it's not a map or anything,
it's a farm :p so, it's different for each player
by stefans
Sun Dec 11, 2011 7:47 pm
Forum: Coding
Topic: how should i do this?
Replies: -1
Views: 947

Re: how should i do this?

i don't use any javascript, so server-sided php i guess XD,
i didn't make any actions yet..
by stefans
Sun Dec 11, 2011 6:57 pm
Forum: Coding
Topic: how should i do this?
Replies: -1
Views: 947

Re: how should i do this?

so this is my grid: <table> <?php $x = 0; while($x < 15) { $y = 0; echo "<tr>"; while($y < 15) { echo "<td style='border: 1px solid black;'>$x - $y</td>"; $y++; } echo "</tr>"; $x++; } ?> </table> it creates a 15 by 15 grid, how do i save the data of each field? so let'...
by stefans
Sun Dec 11, 2011 6:29 pm
Forum: Coding
Topic: how should i do this?
Replies: -1
Views: 947

how should i do this?

I'm planning to add a grid to my game, it will be like 15 x 15, (browser game) but the problem is, i want it to be a farm, so it has to save the data from each grid, for each player apart..
How can i do this?

Go to advanced search