nelax Posted October 15, 2013 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 41 Reputation: 0 Joined: 08/16/13 Last Seen: Friday at 10:39 PM Share Posted October 15, 2013 (edited) I wonder if it is to create a npc quest that has a chance of the item being created eg 50% chance to fail Edited October 16, 2013 by Patskie Change topic title to english Quote Link to comment Share on other sites More sharing options...
Patskie Posted October 16, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 58 minutes ago Share Posted October 16, 2013 // 50% chance to get the item if ( rand(100) < 50 ) getitem 7227,10; end; Quote Link to comment Share on other sites More sharing options...
Question
nelax
I wonder if it is to create a npc quest that has a chance of the item being created eg 50% chance to fail
Edited by PatskieChange topic title to english
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.