try this one for 20131223 => https://www.dropbox.com/s/rjj47e5i36bm59u/rdll2_20131223.asi?dl=0
no need to change the name but make sure another rdll2 file is not there in the folder.
I'm... confused with your script to be fair. You get the warning because 91260000 * 35 = 3194100000, which is greater than 2147483648. If you want to give 0.35% exp, you could use the following instead :
BaseExp += NextBaseExp / 10000 * 35;