

mdjguy
Member-
Content count
25 -
Joined
-
Last visited
About mdjguy
-
Rank
Bronze Member
-
[quote name='NOrthack']where should i be looking?[/QUOTE] Dude do you even have a source......
-
[quote name='NOrthack']there is no "Runserver.bat" under source[/QUOTE] I hope you aren't looking in the src folder..... :confused:
-
Go to your source and open "Runserver.bat". a CMD will pop up. Look at the CMD till it says "Listening on port..." Then open up the Run.bat in your client and it should work...
-
Looked into player.java? maybe there's something that nulls the player. Or in Actionsender under the login?
-
Well i wanted to use the code; [CODE]player.getEquipment().set(SLOT, ITEMID);[/CODE] so i tried: [CODE]player.getEquipment().set(3, 4151);[/CODE] but now it will see "4151" as an int and not as an Item how do I fix that? thxforhelp :rolleyes:
-
[quote name='Jared UK']Ok, done exactly that! Tried twice and still: [/QUOTE] Try to add/remove a bracket
-
[quote name='Jared UK']Thankyou, but: [code] Compiling PvMscape - Created By: Jared ⌂⌂⌂⌂⌂⌂ src\com\rs2hd\packethandler\PlayerPacketHandler.java:98: cannot find symbol symbol : method frozen() location: class com.rs2hd.model.Player if(player.frozen()) { ^ 1 error Correctly compiled PvMscape Press any key to continue . . . [/code] I guess its small? and located in player.java.. but what am i to do? also, as your helping me, i will try my best to help you whenever i can:) karma can be good;)[/QUOTE] Then use [CODE]if(player.frozen == true) { return; } [/CODE] EDIT oh lol Tony was first.
-
go to where it starts to follow someone en put [CODE] if(player.frozen()) { return; } [/CODE]
-
[quote name='girofsilgar']it would be used like this player.getEquipment().set(EQUIPSlot, ItemID); lets say you wanna wear a whip just call this player.getEquipment().set(3, 4151);[/QUOTE] Naaa it will see 4151 as an int.
-
MW3 for the gameplay BF3 for graphics... Ima get MW3 though..
- 38 replies
-
- battlefield
- modern
-
(and 3 more)
Tagged with:
-
Okay i found this [CODE] player.getEquipment().set(Slot, Item);[/CODE] Well how to make it so I can just use an Item ID for the Item? Like player.getEquipment().set(3, ITEMID); ?
-
Well I'm thinking of starting a new project but before I do this I need to know how to Force Equip a player like if he does something (clicking something, command, idk yet) and then his equipment will change in something else? Kthxforhelp :rolleyes: **Edit ||||||||||||||||||||| LOOK AT MY LAST POST ||||||||||||||||||||||||||||
-
for the impling stuff, just start a new event that spawns a new impling when you catch it. I think that works.:rolleyes:
-
Thanks for this, it's AWESOME :) ** Edit: Wut? I can't spawn 602+ items? It says the command is a null.. anyone help? :confused:
-
In content-> skills-> combat -> pkdefinitions.java search for combatanim.