Jump to content
  • 0
Sign in to follow this  
BFPkiller

NPC who adds slots

Question

1 answer to this question

Recommended Posts

  • 0

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.