Ruse
All Ruse tutorials belong here.
3 topics in this forum
-
- Solak RSPS Setup - Not going to be a lengthy tutorial, but some people have been struggling with setting up the Solak Package so here you go. The Solak Package will include this in the zip folder: The GFX folder will contain the following: Launcher graphics Vote page graphics Website's front-end Client artwork Discord Icon Logos The "Solak" zip is the cache which you need to place in your user directory and extract. The Lunite folder will include these sub-folders: You need to make use of the "azura-server" and the "Azura-Client" folders. After extracting the whole package, use …
-
1
Reputation Points
- 54 replies
- 11k views
-
-
In Slayer.java add this to the top of method public void handleSlayerTaskDeath(boolean giveXp) if(slayerTask.getTaskMaster() == SlayerMaster.KRYSTILIA) if(player.getLocation() != Location.WILDERNESS) { player.getPacketSender().sendMessage("You must be in the wilderness to obtain credit for Krystilia's slayer tasks."); return; } In SlayerDialogues.java add Krystilia to method public static Dialogue totalPointsReceived(final Player player) @Override public String[] dialogue() { int pointsReceived = 0; if(player.getSlayer().getSlayerMaster() == SlayerMaster.DURADEL) pointsReceived = 5; else if(player.getSlayer().getSlayerMaster() == Slaye…
-
0
Reputation Points
- 4 replies
- 892 views
-
-
Hey boys and grills, These kids in the Discord chat are like, "You don't contribute anything to the website." Well I'll show them losers. So, I used this on the simplicity source, but it should work on all ruse related servers. Make a new file in com.ruseps.net.packet.impl I called it "MagicOnObjectPacketListener" so I kept the naming scheme throughout. Add the contents in that file. package com.ruseps.net.packet.impl; import com.ruseps.GameSettings; import com.ruseps.engine.task.impl.WalkToTask; import com.ruseps.engine.task.impl.WalkToTask.FinalizedMovementTask; import com.ruseps.model.Animation; import com.ruseps.model.GameObject; import c…
-
0
Reputation Points
- 46 replies
- 9.2k views
-