What's new

Skrypty & Kody skrypt creaturescripts onkill dodanie ifa

Status
Not open for further replies.

Sooh

Advanced User
Joined
Jun 26, 2014
Messages
489
Reaction score
26
Age
30
temat do usuni?cia
 

Oskar

Forum friend
Joined
Jan 24, 2009
Messages
2,256
Reaction score
331
Odp: skrypt creaturescripts onkill dodanie ifa

PHP:
local addon_loot = {
					-- ["orc"] = {5878, 1, 5, 100}, 
					["minotaur"] = {5878, 1, 5, 100}, 
					["minotaur guard"] = {5878, 1, 5, 50},
					}

function onKill(cid, target)
local v = addon_loot[getCreatureName(target):lower()]
if not v then
	return true
end
--kod
return true
 

Sooh

Advanced User
Joined
Jun 26, 2014
Messages
489
Reaction score
26
Age
30
Odp: skrypt creaturescripts onkill dodanie ifa

Dzi?ki potem sprawdz? czy dzia?a :)
 
Status
Not open for further replies.
Top