polong Posted August 6, 2021 Share Posted August 6, 2021 I use this Lotti Girl script but this script don't have announcement when get item with low chance (such as < 5%) and i want to have the announcement so other player can read it anyone can help me? thank you in advance lotti.txt Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted August 24, 2021 Share Posted August 24, 2021 for ( [email protected] = 0; [email protected] < .itemsize[[email protected]]; [email protected] ) { getitem [email protected][[email protected]], [email protected][[email protected]]; if (getd( ".p"+ [email protected] +"[0]" ) < 10) announce "<Lotti> "+strcharinfo(0)+" obtained "[email protected][[email protected]]+"x "+getitemname([email protected][[email protected]]), bc_all; // <----- THIS LINE } only announce 10% or below. for ( [email protected] = 0; [email protected] < .itemsize[[email protected]]; [email protected] ) { getitem [email protected][[email protected]], [email protected][[email protected]]; announce "<Lotti> "+strcharinfo(0)+" obtained "[email protected][[email protected]]+"x "+getitemname([email protected][[email protected]]), bc_all; // <----- THIS LINE } announce all items 1 Quote Link to comment Share on other sites More sharing options...
0 Ronald Posted August 17, 2021 Share Posted August 17, 2021 On 8/7/2021 at 12:57 AM, polong said: I use this Lotti Girl script but this script don't have announcement when get item with low chance (such as < 5%) and i want to have the announcement so other player can read it anyone can help me? thank you in advance lotti.txt 6.24 kB · 8 downloads You can just put announce after or before the getitem part. Quote Link to comment Share on other sites More sharing options...
0 polong Posted August 18, 2021 Author Share Posted August 18, 2021 yes, i know to put it near getitem part but i don't know how to make it announce with the item name the player get because the items in the array and if I want to make item with chance 10% and below get an announcement how do i put the script? thanks thank you, it is work Quote Link to comment Share on other sites More sharing options...
I use this Lotti Girl script
but this script don't have announcement when get item with low chance (such as < 5%)
and i want to have the announcement so other player can read it
anyone can help me?
thank you in advance
lotti.txt
Link to comment
Share on other sites