B BFPkiller New member Messages 100 Points 0 Feb 1, 2014 #2 I know there is a standard one but i havent been able to increase it succes rate. Can anyone help me out here ? Thanks in advance.,
I know there is a standard one but i havent been able to increase it succes rate. Can anyone help me out here ? Thanks in advance.,
J jaBote Community Contributors Messages 2,037 Points 0 Github jaBote Feb 1, 2014 #3 npc/merchants/socket_enchant.txt npc/merchants/socket_enchant2.txt The functions func_socket and func_socket2 roll a number between 1 and 100. But you're interested in all the callfunc the NPC throws: change the third and fourth parameter that is sent to the function to have its success rate changed. Example: callfunc "Func_Socket",2234,5164,40,51,2000,985,2; First red value is the minimum number you should get on the tandom pick, second one is the maximum one. They both are not included. Hope this helps. Last edited by a moderator: Feb 1, 2014
npc/merchants/socket_enchant.txt npc/merchants/socket_enchant2.txt The functions func_socket and func_socket2 roll a number between 1 and 100. But you're interested in all the callfunc the NPC throws: change the third and fourth parameter that is sent to the function to have its success rate changed. Example: callfunc "Func_Socket",2234,5164,40,51,2000,985,2; First red value is the minimum number you should get on the tandom pick, second one is the maximum one. They both are not included. Hope this helps.