Skip to content

Commit e88e998

Browse files
committed
update cs2-scripts repo
1 parent 077ce5d commit e88e998

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Developer Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are also several external resources for client information:
1616

1717
- [abex's cache viewer](https://abextm.github.io/cache2/#/viewer) - which views most of the data in the cache in a human-readable way
1818
- [mejrs's world map](https://mejrs.github.io/osrs) - for finding world map coordinates
19-
- [Polar's cs2 scripts](https://github.com/Joshua-F/cs2-scripts/) - decompiled client scripts
19+
- [cs2 scripts](https://github.com/runelite/cs2-scripts/) - decompiled client scripts
2020
- [Runescape Wiki tools](https://chisel.weirdgloop.org/) - e.g. [MOID](https://chisel.weirdgloop.org/moid/) item/npc/object database
2121
- [OSRS Wiki](https://oldschool.runescape.wiki/w/Old_School_RuneScape_Wiki) - after logging in, enable ``Preferences`` > ``Gadgets`` > ``Display advanced data in infoboxes, such as item IDs.`` to display item/npc/object ids
2222

Working-with-client-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ This would output `1, string, 2, 3` as a debug log.
4343

4444
### RuneStar
4545

46-
As you may have gathered by now, `rs2asm` is not the most pleasant thing to read through. Another project, RuneStar, has created a decompiler for client scripts that can decompile them into a format similar to how they're written at Jagex. A fork of the original repository is kept updated with all current decompiled scripts [here](https://github.com/Joshua-F/cs2-scripts).
46+
As you may have gathered by now, `rs2asm` is not the most pleasant thing to read through. Another project, RuneStar, has created a decompiler for client scripts that can decompile them into a format similar to how they're written at Jagex. A fork of the original repository is kept updated with all current decompiled scripts [here](https://github.com/runelite/cs2-scripts).

0 commit comments

Comments
 (0)