PHP Code:
local rand = number(0,99)
if pc.get_map_index() == 63 then
if rand<3 then pc.give_item2(30162, 1)
set_state(drop2)
state drop2 begin
when xxx.kill begin
local rand = number(0,99)
if pc.get_map_index() == 63 then
if rand<3 then
pc.give_item2(xxxx, x)
set_state(drop3)
state drop3 begin
when xxx.kill begin
local rand = number(0,99)
if pc.get_map_index() == 63 then
if rand<3 then
pc.give_item2(xxxx, x)
SO sollte es sein anders krieg ich es nicht hin