Jump to content

Elvarg \ OSRSPK

  1. Started by unguevoduro,

    https://youtu.be/hpqbJVylFJQ this is a little tutorial for noobs for run ferox but idk how fix sql 😛 enjoy

    • 2

      Reputation Points

    • 101 replies
    • 12.7k views
  2. Started by Diddy Ranqe,

    I know its not much, but its nice to give back to the community, and there isn't really much released on elvarg for new coders so thought I'd release. Firstly go to your client and find Itemdefinition.java Search for switch (itemId) { Add this under. Then go back to your server files and make a new package called content. In this package create PetMbox.java Paste this to PetMbox.java package com.elvarg.game.content; import java.util.Random; import com.elvarg.world.entity.impl.player.Player; /** * * @author Insidia X aka DR AHK * Discord: Diddy Ranqe#4105 * */ public class PetMbox { /** * The item id …

    • 0

      Reputation Points

    • 20 replies
    • 2.1k views