

djagility
Member-
Content count
10 -
Joined
-
Last visited
About djagility
-
Rank
Bronze Member
-
I added a custom npc and my client wont load after it. (crashes) Im pretty sure its something to do with the polygon count and i need to raise it but i cant seem to find a way how to. Im using Erazedpkz source loading pi. If anyone can help it would be well appreciated.
-
[SIZE=3]Title basicallys explains it, any help would be much appreciated.[/SIZE] [SIZE=3]My normal client (Not jarred)[/SIZE] [IMG]http://i62.tinypic.com/nxn8cp.jpg[/IMG] [SIZE=3]My jarred client[/SIZE] [IMG]http://i58.tinypic.com/24vjvdi.jpg[/IMG] [SIZE=3]My client files[/SIZE] [IMG]http://i58.tinypic.com/2dw7nt3.jpg[/IMG] [SIZE=3]Cachedownloader is set to my current cache version on dropbox which i uploaded yesterday[/SIZE]
-
so i added a primal 1h and this happened basically [IMG]http://i57.tinypic.com/11rypaw.jpg[/IMG] INTS: [B]case 11295: itemDef.modelid = 75072; itemDef.name = "Primal 1h"; itemDef.description = "Nice."; itemDef.modelZoom = 1840; itemDef.modelRotationY = 498; itemDef.modelRotationX = 1300; itemDef.modelOffset1 = 0; itemDef.modelOffset2 = 0; itemDef.anInt165 = 8952; itemDef.anInt200 = 8952; itemDef.groundActions = new String[5]; itemDef.groundActions[2] = "Take"; itemDef.itemActions = new String[5]; itemDef.itemActions[1] = "Wear"; itemDef.itemActions[4] = "Drop"; break;[/B] any help would be appriecated
-
src\server\model\players\packets\BankX1.java:41: error: unreachable statement if(c.storing) { ^ src\server\model\players\packets\BankX2.java:27: error: variable Xamount is alre ady defined in method processPacket(Client,int,int) int Xamount = c.getInStream().readDWord(); ^ Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 2 errors Press any key to continue . . . added client sided fine but its the server files, erazedpkz source also somethings are project insanity? any help?
-
on my source it had start gfx and shit then moveplayer -1, changed tat to 0, done!