Don't bump please. I told you on your other thread, you're missing the open interface and you don't have it configured.
|
|
Hey guys , i was trying to fix the crafting on my server . i ran into a spinning bug , where you spin flax into bow string, well it turns out i do have a method for it in crafting.java
can some one come up with a solution to my problem
Code:public void spin(client c) { if (c.playerHasItem(1779)) { c.deleteItem(1779, 1); c.addItem(1777, 1); c.lastAction = System.currentTimeMillis(); c.addSkillXP(30 * server.SERVER_EXPERIENCE, c.playerCrafting); } else { crafting = false; } } }
Also in client.java it calls it every 1900 milliseconds
But when ever i spin a spinning wheel nothing happens. I dont think theres a packet in the coding for spinning. If you can help me out with my problemCode:if (getCraft().spinning && (System.currentTimeMillis() - lastAction >= 1900)) { lastAction = System.currentTimeMillis(); getCraft().spin(this); }
~thankss so much and repp

Don't bump please. I told you on your other thread, you're missing the open interface and you don't have it configured.
there is not interface to be opened , if im wrong , could you please help me man major re please dude please

dude!! i tried that , any way imaginable , please could you just give me the code under the packet 8748:
please thanks guys
please someone help please


wtf lol , i mean when i right click on an object , is says is id is that number , how do i know wich packet it is
| « [Delta Cleaned] How to edit teleports? | Delta fixed npcs » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |