Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Juvin

Pages: [1]
1
General Discussion /
« on: October 19, 2004, 05:02:01 pm »
I wasn\'t sure howmuch interest there would be so I didn\'t create downloadable executables.  Its a fun mod to install though because you can fight and kill people in game.  If theres more interest, maybe i will create a set of binaries for d/l for windows clients.

2
General Discussion / details
« on: October 18, 2004, 04:49:09 pm »
This runs on top of the chat box in Planeshift.  It intercepts /tells and /says and decides what it wants to show the user.  

An an example, if i type @attack Juvin, the ChatMod intercepts the message before it goes out and translates it into /tell Juvin **attack 5.  5 is attack strength determined by your level.

Juvin\'s client would then receive, Player tells you, \"**attack 5\".  The Chatmod also intercepts this message, and calculates howmany hp you should lose and then does a /say **Player hit Juvin for 3 damage.

Chatmod gets rid of the \"Player says\" or \"Player tells you\" messages so it seems like everything is done transparently to the user.  

-Juvin

3
General Discussion /
« on: October 17, 2004, 01:09:31 am »

4
General Discussion / How To build a text fighting engine in MB Chat
« on: October 13, 2004, 11:54:59 pm »
This is a quick modification that allows you to fighting in
Planeshift, build: Molecular Blue using the text messaging system.  

Once you installed ChatMod,

Type all commands into the chat window.
-----------Command List----------------------------------------------
@attack
    name of a user that is also using ChatMod.
 Has a 10 second delay (TTR = 10) after attack to prevent
   spam attacking.
 
@i
 Shows your HP, MP, EXP, LEVEL, and TTR (Time till ready)
   
@revive
 Brings you back to life with full HP and MP.
   
Note - If you die, your TTR will be set to 30 seconds (meaning you
  can\'t attack anyone for 30 seconds. You have to @revive first.

---------Source Modifications---------------------------
You can see the changes to source at
http://www.angelfire.com/vamp/juvinps/cminstructions.txt
http://www.angelfire.com/vamp/juvinps/cmplayer.h
http://www.angelfire.com/vamp/juvinps/cmplayer.cpp

Cheers!
Justin

Pages: [1]