Player Resource Consortium

 

Author Topic: Little Big Help  (Read 10105 times)

0 Members and 1 Guest are viewing this topic.

November 21, 2009, 05:03:48 PM
Reply #15
  • Hero Member
  • *****
  • Posts: 1439
  • Karma: +27/-0
  • Gender: Male
    • View Profile

I think the switch is fine.

To learn an epic spell you need to place a book with that spell in a special container - when you do this from PRC options menu, that container is spawned as an invisible chest ('prc_ess_research.utp' )  with '_plc_rsrch_ep_sp' script attached to it's OnDisturbed event. You can make your own research placeable in exactly the same way.

Check out this script for more info.
« Last Edit: November 22, 2009, 02:38:39 AM by xwarren »


November 22, 2009, 07:05:38 AM
Reply #16
  • Jr. Associate
  • **
  • Posts: 50
  • Karma: +0/-0
    • View Profile

EDIT

solved.


Ok this is the problem.

If you put the seed books into the chest before of any action(as i was doing in the testing games), it bugs the system indefinitely, i think to the next log.

If you use correctly the seed by unique power, it works perfectly.

I think that a note on the end of the page of epic spells(when it will be re-done) will be great!
Like this
"Take care of use the seed NOT putting them into chest, but using their unique power!"

Thanks
« Last Edit: November 22, 2009, 09:43:39 AM by Hillyan84 »


November 23, 2009, 03:02:00 AM
Reply #17
  • Hero Member
  • *****
  • Posts: 1439
  • Karma: +27/-0
  • Gender: Male
    • View Profile

Well, actually if you placed any item other than epic spell book, it would cause a bug like this - the check for valid item was missing. Fixed that :D


November 25, 2009, 09:03:06 AM
Reply #18
  • Jr. Associate
  • **
  • Posts: 50
  • Karma: +0/-0
    • View Profile

Good, good, good work^^