Jump to content


Question About ToB


  • Please log in to reply
7 replies to this topic

#1 --theacefes--

--theacefes--
  • Guest

Posted 07 June 2008 - 07:23 AM

Okay, I haven't played ToB very thoroughly apparently, as I keep hearing rumors about a book of some sort that records the names of the people that travel with CHARNAME among other things.

Does anyone know what I am referring to and if so, could you point me in the direction of where to edit that, if I need to to make my ToB portion "fit in"?

Thank you!!

-Kat/Ace

#2 theacefes

theacefes

    Probably swearing

  • Modder
  • 1782 posts

Posted 12 June 2008 - 04:10 PM

I'm going to take a leap here and say that I think nobody has any idea what I am referring to...which must mean that it either 1) doesn't exist or 2) no one has actually played through every part of ToB.

3) would probably be that no one really cares and so I should just ignore this part anyway because it is a waste of my time.
DO ~SetGlobal("omgBbqRomanceActive","GLOBAL", 2)~

 
Gibberlings Three - IE Modding Community


#3 Zyraen

Zyraen
  • Modder
  • 1402 posts

Posted 12 June 2008 - 05:32 PM

Maybe its referring to Volo the CRE who writes a book that records everyone who travels with CHARNAME.

I remember he was hanging around the Saradush Inn in some corner of the building. Very amusing read, if I recall.

kiyos.jpg____btlbn2.gif____kovaS.jpg
Love between a Law Enforcer and a Fugitive - can such a thing even happen?
SoA Release - Overview / Download Links

Zyraen's Miscellaneous Mods - Ust Natha Accelerator, item tweaks, XP caps, The Ub3r Reaver Kit, and much more...
Spellhold Gauntlet - more than just a Spellhold-Be-Gone
Hidden Kits - hidden dual-classed kits with a twist for progression


#4 theacefes

theacefes

    Probably swearing

  • Modder
  • 1782 posts

Posted 13 June 2008 - 04:53 PM

Okay, yeah I think that's it. Any idea on what his dlg file is? I searched through IE but apparently I was not thorough enough.
DO ~SetGlobal("omgBbqRomanceActive","GLOBAL", 2)~

 
Gibberlings Three - IE Modding Community


#5 Himself

Himself

    CEO of the ENDLESS WAVES OF BAD DOGGIE

  • Member
  • 230 posts

Posted 13 June 2008 - 06:20 PM

sarvolo.cre has sarvolo.dlg

I remember this thing about the book but nothing related to CHARNAME travel companions having any passages about them written in there :blink:

Been ages that I don't give TOB a serious run :/


2) no one has actually played through every part of ToB.

you should probably change to 2) most people around here play TOB once every 2 years :new_thumbs:


This looks pretty close to reality actually :P
...to be isn't important, we're no longer than we're :)

#6 Kaeloree

Kaeloree

    Head Molder

  • Administrator
  • 9202 posts

Posted 13 June 2008 - 07:55 PM

Here's the code for the Volo interjection; you'll need to change its placement in the list of dialogue options, though, most probably:

// Volo
EXTEND_TOP SARVOLO 9 #16
  + ~InParty("MyNPC")~ + ~Tell me about MyNPC.~ + Volo1
END

APPEND ~SARVOLO~
  IF ~~ Volo1
	SAY  ~<insert story here!>~
	IF ~~ EXTERN NPCJ Volo2
  END
END

APPEND ~NPCJ~
  IF ~~ Volo2
	SAY ~<insert NPC's comment on story>~ 
	IF ~~ EXTERN SARVOLO 9
  END
END

:)

#7 theacefes

theacefes

    Probably swearing

  • Modder
  • 1782 posts

Posted 16 June 2008 - 09:19 AM

Thanks Kae, you rock!!!
DO ~SetGlobal("omgBbqRomanceActive","GLOBAL", 2)~

 
Gibberlings Three - IE Modding Community


#8 Kaeloree

Kaeloree

    Head Molder

  • Administrator
  • 9202 posts

Posted 16 June 2008 - 01:26 PM

No problem :D