View Single Post
  #4  
Old 09-05-2008, 04:35 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default Translocate and Sacrifice Confirmation Boxes

Here is a patch to enable confirmation boxes for Translocate and Sacrifice. Probably needs a bit of cleanup. In particular nearby clients
get the 'Soandso has faded away' for Translocation when the spell completes casting, rather than if the player accepts the translocation.

http://www.rama.demon.co.uk/transloc.patch

Opcodes:

Titanium

Code:
OP_Translocate=0x8258
OP_Sacrifice=0x727a
6.2

Code:
OP_Translocate=0x78c1
OP_Sacrifice=0x5f62
I've tested it quite a bit, but was tweaking things up until the last minute, so let me know if there are any glaring problems with it that slipped through.
Reply With Quote