Save-Point
MrMo DVV Add-On #4: Francesca's Companions - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: MrMo DVV Add-On #4: Francesca's Companions (/thread-290.html)

Pages: 1 2 3 4


RE: MrMo DVV Add-On #4: Francesca's Companions - DerVVulfman - 04-02-2011

Nothing yet.


RE: MrMo DVV Add-On #4: Francesca's Companions - polo12 - 04-05-2011

Well,thank you for your help!^^


RE: MrMo DVV Add-On #4: Francesca's Companions - polo12 - 05-17-2011

Ergh,Derv maybe you haven't seen this bug,yet but i've seen this

Look at the picture
[Image: bug1f.png]
Everything is looking fine right now but when i leave the area...
[Image: bug2kp.png]
My Companion is not there...
How strange,i've tried every command(Follow me,stay close,etc)but nothing works,i even tried to have only one companion but its useless,
Can you help me,...Again?




RE: MrMo DVV Add-On #4: Francesca's Companions - DerVVulfman - 05-17-2011

I set up a command so the companions don't follow you into that map. You gotta go there yourself. :D Same if you go to the RIGHT of the demo to rescue the princess. It's a one-player setup.

Not a glitch this time! ^_^ But I do have something to work on later regarding teleporting to maps with companions.


RE: MrMo DVV Add-On #4: Francesca's Companions - polo12 - 05-17-2011

oh my bad,i don't look at the event,i think it just a regular transfer event, :)


RE: MrMo DVV Add-On #4: Francesca's Companions - polo12 - 05-18-2011

And i have one question for you regarding the frans command,is there any way so only certain command available to certain classes?
for example : only trap seeker class can look for trap etc


RE: MrMo DVV Add-On #4: Francesca's Companions - DerVVulfman - 05-19-2011

It's a bit different than that actually. Features that limit what commands a companion can and cannot do are in Francesca's Companions.

Code:
COMPANION_PETS    = [7]                 # IDs of classes that are pets
    COMPANION_HATE    = [6]                 # IDs of enemies that are ignored
    COMPANION_TRAPS   = [2]                 # IDs of classes that find traps
    COMPANION_SCOUT   = [2]                 # IDs of classes that find enemies
    PET_PREVENTION    = [3,6,7,8,9,10,12]   # IDs of commands pets can't perform
    REG_PREVENTION    = []                  # IDs of commands regular members
                                            # cannot perform

So.. look at COMPANION_TRAPS. That is set to '2', so the 2nd class can find traps. That's the plan anyway.




RE: MrMo DVV Add-On #4: Francesca's Companions - DerVVulfman - 06-30-2011

Bumped to version 2.6 to fix a minor glitch with the transfer player system.


RE: MrMo DVV Add-On #4: Francesca's Companions - DerVVulfman - 07-14-2011

BUMP
To Version 2.7


The Companion HIDE feature did not function properly as only the 'appearance' of the companions was hidden. Attack systems, movement, and nuances such as bumping in and talking to them (via Fran's Commands) continued.

These features are now hidden as well.

Also, additional script calls to place the companions where you wish are now included in the instructions. These calls were already available, just not described.





RE: MrMo DVV Add-On #4: Francesca's Companions - polo12 - 08-06-2011

I'm falling in love with your Brain,Dervv,or should i say GENIUS?