The Dink Network

Reply to Updated D-mod: The Last Quest Part 1: The Oraculum 1.1a

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
October 13th 2016, 10:55 PM
burntree.gif
Striker
Noble She/Her United States
Daniel, there are clowns. 
SlipDink's currently very well-regarded d-mod The Last Quest Part 1: The Orcalolum was updated to v1.1a with the following bugfixes:

- globally replaced all say_xy("text", 0, x) with say_xy("text", 1, x) [replaced zero with one]
- replaced sp_kill(&txtsprite,1) with sp_kill(&txtsprite,0) in andso01.c so that the followup sp_nodraw(&txtsprite,1); might work more safely
- replaced sp_kill(&txtsprite,1) with sp_kill(&txtsprite,0) in darkexit.c so that the newly added sp_nodraw(&txtsprite,1); might work more safely
- commented out sp_kill(&gld_glint_sprite, 1); in s1-roc.c