Refactored directory structure, added game files from TMP

This commit is contained in:
2023-12-04 21:54:28 +02:00
parent c35f861d97
commit ff3388e795
7726 changed files with 564910 additions and 17 deletions

View File

@ -0,0 +1,28 @@
quest polymarble_test begin
state start begin
when enter or login with pc.getqf("test") == 1 begin
local poly_mobs = {
175,
184,
501,
502,
552,
771,
1601,
2001,
2051,
2061,
2131,
5002
}
--table.foreachi(poly_mobs,
--function(index, mob)
--pc.give_poly_marble(mob)
--end
--)
pc.give_poly_marble(2061)
pc.give_poly_marble(5003)
pc.give_poly_marble(2131)
end
end
end