disple
May 5th, 2011, 00:21
This is a short tut about fixing WPE PRO hack.
My way!
Use the run.bat file i posted on the first wpe fix post.
Go to src -> com -> rs2hd -> content -> skills -> godswords -> godsword.java
Open it you will see know all item to use with.
Add this on a line
} else if(id == 11286 && uw == 1540 || uw == 11286 && uw == 1540 ) {
if (!p.getInventory().contains(2347)){
p.sm("You need a hammer for make an dragon fire shield.");
return;
}
p.sm("You made a Dragon Fire Shield and you got some smithing xp.");
p.getSkills().addXp(13, 10000);
p.getInventory().deleteItem(1540, 1);
p.getInventory().deleteItem(11286, 1);
p.getInventory().addItem(11283, 1);
Idk why but that run.bat file detect's this file. If you add this here in then delete this in itempackethandler.java.
They cant spawn dfs anymore! Idk how to detect itempackethandler. You dont will see this in fixed sources. I just founded this out. Without help.
Ps: if you get any errors add these imports:
import com.rs2hd.Constants;
import com.rs2hd.model.Equipment;
import com.rs2hd.model.Inventory;
import com.rs2hd.model.Item;
import com.rs2hd.model.ItemDefinition;
What i want to say is all items you can make are spawnable. But if you use my way then not anymore!
Credits 100% To me!
For people who dont even know what WPE PRO is, Its a hack only working on 562 server's. If you download it some virus scanners will see it as a virus or trojan
but its not. It's not damage able to your pc. I dont stop you to dont download this, just giving some info. Here is a prove vid (Not made by me).
Only the registered members can see the link.
My way!
Use the run.bat file i posted on the first wpe fix post.
Go to src -> com -> rs2hd -> content -> skills -> godswords -> godsword.java
Open it you will see know all item to use with.
Add this on a line
} else if(id == 11286 && uw == 1540 || uw == 11286 && uw == 1540 ) {
if (!p.getInventory().contains(2347)){
p.sm("You need a hammer for make an dragon fire shield.");
return;
}
p.sm("You made a Dragon Fire Shield and you got some smithing xp.");
p.getSkills().addXp(13, 10000);
p.getInventory().deleteItem(1540, 1);
p.getInventory().deleteItem(11286, 1);
p.getInventory().addItem(11283, 1);
Idk why but that run.bat file detect's this file. If you add this here in then delete this in itempackethandler.java.
They cant spawn dfs anymore! Idk how to detect itempackethandler. You dont will see this in fixed sources. I just founded this out. Without help.
Ps: if you get any errors add these imports:
import com.rs2hd.Constants;
import com.rs2hd.model.Equipment;
import com.rs2hd.model.Inventory;
import com.rs2hd.model.Item;
import com.rs2hd.model.ItemDefinition;
What i want to say is all items you can make are spawnable. But if you use my way then not anymore!
Credits 100% To me!
For people who dont even know what WPE PRO is, Its a hack only working on 562 server's. If you download it some virus scanners will see it as a virus or trojan
but its not. It's not damage able to your pc. I dont stop you to dont download this, just giving some info. Here is a prove vid (Not made by me).
Only the registered members can see the link.