Author Topic: Where is Waldo?  (Read 497 times)

Legacy_TSMDude

  • Hero Member
  • *****
  • Posts: 1515
  • Karma: +0/-0
Where is Waldo?
« on: April 02, 2011, 01:37:14 pm »


               Anyone know where in the BioWare code the message Experience Points Gained is coming from?

I am trying to make that message go away and become hidden so if a PC kills a rhino or a dragon he has no idea what xp he was given. Just want it complelty hidden but cannot find it to stop the feedback message.
               
               

               
            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
Where is Waldo?
« Reply #1 on: April 02, 2011, 03:37:52 pm »


               I would guess that it is HardCoded to an entry in the TalkTable.  

Table entry: 8263 & 8264

Second guess is that it is Hard coded into the client and not the server.

Sorry, If my guess are correct.
               
               

               
            

Legacy_TSMDude

  • Hero Member
  • *****
  • Posts: 1515
  • Karma: +0/-0
Where is Waldo?
« Reply #2 on: April 02, 2011, 07:28:44 pm »


               I think is only able to be done with a hak...damn....
               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
Where is Waldo?
« Reply #3 on: April 02, 2011, 07:48:37 pm »


               

TSMDude wrote...

Anyone know where in the BioWare code the message Experience Points Gained is coming from?

I am trying to make that message go away and become hidden so if a PC kills a rhino or a dragon he has no idea what xp he was given. Just want it complelty hidden but cannot find it to stop the feedback message.

NWNX allows this, also you can workaround it via storing the XP into local variable instead and give them to PC only if the hidden xp count reached new level.