View Single Post
  #9  
Old 06-27-2011, 07:24 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
After I was checking the server out, I found this fails in like 7 minutes and it isnīt even half of the map. Maybe if a normal player can find those fails, there should be (in my opinion) staff able, also to see them.
Also a few warps where kind of failing. like they where setted to high/low or the x wasnīt with .5 at the end which is needed sometimes.
Also the grass tiles on the tileset are really kind of too dark. Maybe you should make them brighter or the buildings also darker.

I hope this will help you guys for the future and good luck with the server.


Click image for larger version

Name:	2.png
Views:	162
Size:	7.2 KB
ID:	53114
Isnīt the left tree missing something? And on the right one there are tiles from another tree....

Name:  5.png
Views: 443
Size:  3.7 KB
Grass? This was even a npc so you could have fixed that... and the corners should have been also added

Name:  6.png
Views: 327
Size:  4.2 KB
This SL thing is from some chair tiles... or you guys have these as new chairs?

Click image for larger version

Name:	7.png
Views:	164
Size:	39.6 KB
ID:	53119
The shop was useless yet. Also the normal treetops didnīt fit into server style since you guys have other tree styles. Also on top the axe is cutted

Name:  3.png
Views: 327
Size:  3.2 KB
Maybe a NAT should add the setsprites command

Click image for larger version

Name:	8.png
Views:	155
Size:	8.8 KB
ID:	53120
I donīt think the table is supposed to look like that, am I right?

Name:  4.png
Views: 322
Size:  11.1 KB
The corner immages where missing. Maybe make sure they are uploaded if you added them?

Click image for larger version

Name:	9.png
Views:	160
Size:	4.7 KB
ID:	53121
I found that in the bank. Every time I entered and left the level the x coordinate moved by +0.5. Probably you guys made something like
PHP Code:
//#CLIENTSIDE
function onPlayerEnters() {
//script
this.+= 0.5;

should be replaced with
PHP Code:
//#CLIENTSIDE
function onCreated() {
//script
this.+= 0.5;

Click image for larger version

Name:	1.png
Views:	174
Size:	16.9 KB
ID:	53113
There are some locations I found that on. There are mud tiles for the water corner, and water tiles for the mud corner. But maybe its supposed to look like that.

Click image for larger version

Name:	10.png
Views:	154
Size:	102.4 KB
ID:	53122
Last one yet:
When Iīm probably outside the level, I canīt see the new bridge tiles. Just if I enter the level, they will appear.
__________________
MEEP!
Reply With Quote