View Single Post
  #4  
Old 09-30-2011, 02:38 PM
Tabasco's Avatar
Tabasco
Discordant
 
Join Date: Sep 2009
Posts: 269
Default

In zone/perl_client.cpp
XS(XS_Client_AddEXP)

You could just put something in there like add_exp *= 10 or whatever mutliplier.
Also in zone/perlparser.cpp
XS(XS__exp)

amt *= <multiplier>

Those exp function should only be called from quest scripts.
Reply With Quote