openrune: just about finish rework, gets to login

This commit is contained in:
therealunull
2020-12-13 15:12:37 -05:00
parent 11a239e94e
commit b54ff7f7db
693 changed files with 11362 additions and 3943 deletions

View File

@@ -338,10 +338,10 @@ public interface RSClient extends RSGameShell, Client
void addRSChatMessage(int type, String name, String message, String sender);
@Import("getObjectDefinition")
RSObjectDefinition getRSObjectDefinition(int objectId);
RSObjectComposition getRSObjectComposition(int objectId);
@Import("getNpcDefinition")
RSNPCComposition getRSNpcDefinition(int npcId);
RSNPCComposition getRSNpcComposition(int npcId);
@Import("viewportZoom")
@Override
@@ -577,7 +577,7 @@ public interface RSClient extends RSGameShell, Client
@Construct
@Override
RSSpritePixels createSprite(int[] pixels, int width, int height);
RSSpritePixels createSpritePixels(int[] pixels, int width, int height);
@Import("destinationX")
int getDestinationX();
@@ -1080,7 +1080,7 @@ public interface RSClient extends RSGameShell, Client
int getSelectedSpellFlags();
@Import("isSpellSelected")
boolean isSpellSelected();
boolean getSpellSelected();
@Import("readSoundEffect")
RSSoundEffect getTrack(RSAbstractArchive indexData, int id, int var0);