What's new

Skrypty & Kody Bushiny i Kuchyiose

kawaii1

User
Joined
Jun 29, 2014
Messages
23
Reaction score
0
Siema mam 2 skrypty 1 jest na twojego clona a 2 na przylowanie Gamabunty .
Wi?c tak.
Przywo?anie ich dzia?a i chodz? za tob? lecz bushin i gamabunta nie bija mob?w,a dodadtkowo Gamabunta bije ciebie ale bez obra?e? :D !

Skrypt na bushin :
Code:
function onSay(cid, words, param)

	playerpos = getPlayerPosition(cid)
	mana = getPlayerMana(cid)
	vocation = getPlayerVocation(cid)
	
	if mana >= 650 and vocation == 1 then
		if getPlayerSkill(cid,6) >= 2 then
		creature = doSummonCreature("No Jutsu", playerpos)
		doConvinceCreature(cid, creature)
		doPlayerAddMana(cid, -650)
			doPlayerSay(cid,"kage bunshin no jutsu",16)
		else
		doPlayerSendCancel(cid,"You do not have enough chakra control level") 
		end
	else
	doPlayerSendCancel(cid,"You can't summon this creature")
end

Skrypt na gamabunte:
Code:
function onSay(cid, words, param)

	playerpos = getPlayerPosition(cid)
	mana = getPlayerMana(cid)
	vocation = getPlayerVocation(cid)
	
	if mana >= 400 and vocation == 1 then
		if getPlayerSkill(cid,6) >= 15 then
		creature = doSummonCreature("Gamabunta", playerpos)
		doConvinceCreature(cid, creature)
		doPlayerAddMana(cid, -400)
			doPlayerSay(cid,"Kuchiyose no Jutsu",16)
		else
		doPlayerSendCancel(cid,"You do not have enough chakra control level") 
		end
	else
	doPlayerSendCancel(cid,"You can't summon this creature")
end
 

Saiyans King

Forum friend
Joined
Feb 6, 2009
Messages
97
Reaction score
18
Odp: Bushiny i Kuchyiose

Ustawi?e? potworkom flage '<flag convinceable="1"/>'? bo jak jest na 0 to tylko z goda mo?esz mie? je jako summony.
 
Top