I believe you don't need to revert your 17000+ svn to 14000+ svn. These is a official behavior of fcp on rAthena. And if you want to revert it back. It's somewhere before 17026 svn
Maybe you should try the latest svn
1. Use tortoiseSVN
2. Checkout https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/
It's complete and regarding the access problem from microsoft.com maybe you can try it now
Use this for getting the number of players in your map :
getmapusers("pvp_y_1-2")
getmapusers("pvp_y_2-4")
..... // and so on
Link : http://rathena.org/board/topic/82874-pvp-warper-w-dota-sound-and-ladder-global/?hl=global
// Players' will drop a 'Skull' when killed?
// 0 = Disabled
// 1 = Dropped only in PvP maps
// 2 = Dropped in all situations
bone_drop: 0
Link : https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/player.conf
Adding 10 token points on a player when he or she click the npc. So the main answer is #Treasure_Token
prontera,150,150,0 script Token 100,{
#Treasure_Token = #Treasure_Token + 10;
dispbottom "You now have " +#Treasure_Token+ " tokens";
end;
}
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/drops.conf
// The rate at which cards are dropped
item_rate_card: 100
item_rate_card_boss: 100
item_drop_card_min: 1
item_drop_card_max: 10000