NPC who adds slots

BFPkiller

New member
Messages
100
Points
0
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.,

 
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:
Back
Top