Search results

  1. Rojeh

    Jagex announced RSPS (Project Zanaris)

    Very likely if it is as good as it sounds
  2. Rojeh

    OSRS August - Truly dynamic perk-driven gameplay

    First time I see an RSPS ranked 1 but doesn't have any download link, am I missing something?
  3. Rojeh

    Hello Everyone

    welcome
  4. Rojeh

    Hello People

    I am honestly disappointed it wasn't the other way around
  5. Rojeh

    OSRS Shanty

    Question, does Shanty have its own story line, custom quests? What makes me ask this question is the placement of the essence's mine and the rune crafting places, it is unlike how we know it in runescape, it is open to the public and not so mysterious or hidden.
  6. Rojeh

    Making new Server

    I would be happy to participate in your project but I charge per hour and work by hours bank.
  7. Rojeh

    🔥🔥Cheapest Website Services on Rune-Server!🔥🔥

    What technologies you work with?
  8. Rojeh

    317 My First Interface

    Well done :yes:
  9. Rojeh

    I'm FirstToLeave!

    Your naming is on point on every platform, Welcome! :D
  10. Rojeh

    Developer Required

    "Git repo" as in a repository, for instance the following companies offer this service : github, atlassian, gitlab. Only in certain situations you would be required to be in the office (or remote access your office work station), but a developer wouldn't work with softwares like anytask or...
  11. Rojeh

    ANY Client Agnostic/Revision Agnostic Server

    Amazing work.
  12. Rojeh

    Upgrade to phpBB

    I instantly was like yeah, right.
  13. Rojeh

    Hydrix Pet Interface

    You may want to investigate first why is there 11 parameters right here when the function only has 10 SKOTOS(1, 29320, 29320, -1, 38671, 38671, -1, 0.0, 1, -1, -1)
  14. Rojeh

    Casbay.com | VPS Hosting Provider | Ironclad Security | 24/7 Support | Reliable

    You got a typo right there, you said our website twice. Good luck :yes:
  15. Rojeh

    OSRS Item spawn dump

    I updated the file. The JSON now excludes the invalid coordinates (filtered by map bounds) and Objects
  16. Rojeh

    OSRS Item spawn dump

    Filtering spawns by the bounds of the map does treat the symptom of weird spawns like the burnt bones at Lumbridge but I don't think this is the solution. If you look up the spawns of said item you will find on the end of the list the one which appears to have same coordinates you mentioned...
  17. Rojeh

    OSRS Item spawn dump

    I don't understand what you mean by checking if the item spawn is within the map bounds, the data on the API is a little bit confusing, can you elaborate how it works? or I can add the mapId instead to each spawn if it saves you some time. Regarding the fields, I will take them out of the file...
  18. Rojeh

    OSRS Item spawn dump

    I am not sure yet how to face this issue but does the map id tell you anything? This is list of map ids with their name: (With some extra information) https://maps.runescape.wiki/osrs/versions/2022-08-24_a/basemaps.json
  19. Rojeh

    OSRS Item spawn dump

    It seems that solely relying on the API for the item name similarly to how I retrieved the quantity did more harm than good so I did switch to this format when item name is available on the API like you previously suggested { "x": XXXX, "y": YYYY, "z": Z...
  20. Rojeh

    OSRS Item spawn dump

    Thank you for the information. I am investigating where the script is messing up. I will keep you posted.