From 47b1be85ee578fb9321e74cf265d441e59bab6ea Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sat, 30 Mar 2019 20:17:07 -0400 Subject: [PATCH] remove unecessary mobs api.lua patch --- .gitignore | 1 + .../mods/codermobs/mobs/api.lua | 4069 ---------------- .../mods/codermobs/codermobs/src/elk.blend | Bin 889548 -> 889548 bytes .../mods/codermobs/mobs/api.lua | 4092 ----------------- 4 files changed, 1 insertion(+), 8161 deletions(-) delete mode 100644 patches/Bucket_Game-basis/mods/codermobs/mobs/api.lua delete mode 100644 patches/Bucket_Game-patched/mods/codermobs/mobs/api.lua diff --git a/.gitignore b/.gitignore index bc45daf..e2c99d0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /webapp/program.log /webapp/WIP /webapp/debug.txt +/patches/Bucket_Game-patched/mods/codermobs/codermobs/src/elk.blend1 diff --git a/patches/Bucket_Game-basis/mods/codermobs/mobs/api.lua b/patches/Bucket_Game-basis/mods/codermobs/mobs/api.lua deleted file mode 100644 index 718b4ac..0000000 --- a/patches/Bucket_Game-basis/mods/codermobs/mobs/api.lua +++ /dev/null @@ -1,4069 +0,0 @@ --- Mobs Api - --- Changes: --- Merge in some RJK sections --- detab --- Remove a few superfluous blank lines to improve readability - -mobs = {} -mobs.mod = "redo" -mobs.version = "20171112" - --- Intllib -local MP = minetest.get_modpath(minetest.get_current_modname()) -local S, NS = dofile(MP .. "/intllib.lua") -mobs.intllib = S - -local table_append = function (t1, t2) - for _, v in ipairs (t2) do - table.insert (t1, v) - end --- return t1 -end - --- CMI support check -local use_cmi = minetest.global_exists("cmi") - --- Invisibility mod check -mobs.invis = {} -if minetest.global_exists("invisibility") then - mobs.invis = invisibility -end - - --- creative check -local creative_mode_cache = minetest.settings:get_bool("creative_mode") -function mobs.is_creative(name) - return creative_mode_cache or minetest.check_player_privs(name, {creative = true}) -end - -local cmdebug = false - - --- localize math functions -local pi = math.pi -local square = math.sqrt -local sin = math.sin -local cos = math.cos -local abs = math.abs -local min = math.min -local max = math.max -local atann = math.atan -local random = math.random -local floor = math.floor -local atan = function(x) - if not x or x ~= x then - --error("atan bassed NaN") - return 0 - else - return atann(x) - end -end - --- =================================================================== - -local function StartsWith (String, Start) - return string.sub (String, 1, - string.len (Start)) == Start -end - --- =================================================================== - -local codermobs_disable_wild = - minetest.setting_getbool ("codermobs_disable_wild" ) -local codermobs_disable_mobs = - minetest.setting_getbool ("codermobs_disable_mobs" ) -local codermobs_disable_monsters = - minetest.setting_getbool ("codermobs_disable_monsters" ) -local codermobs_disable_npc = - minetest.setting_getbool ("codermobs_disable_npc" ) -local codermobs_peaceful = - minetest.setting_getbool ("codermobs_peaceful" ) -local codermobs_creative_eggs = - minetest.setting_getbool ("codermobs_creative_eggs" ) - -local codermobs_talk_french = - minetest.setting_getbool ("codermobs_talk_french" ) -local codermobs_talk_spanish = - minetest.setting_getbool ("codermobs_talk_spanish" ) - --- =================================================================== --- Mixed 10+1 and RJK section. - --- Load settings -local damage_enabled = minetest.settings:get_bool("enable_damage") -local peaceful_only = minetest.settings:get_bool("only_peaceful_mobs") -local disable_blood = minetest.settings:get_bool("mobs_disable_blood") -local creative = minetest.settings:get_bool("creative_mode") -local spawn_protected = minetest.settings:get_bool("mobs_spawn_protected") ~= false -local remove_far = minetest.settings:get_bool("remove_far_mobs") -local difficulty = tonumber(minetest.settings:get("mob_difficulty")) or 1.0 -local show_health = minetest.settings:get_bool("mob_show_health") ~= false -local max_per_block = tonumber(minetest.settings:get("max_objects_per_block") or 99) -local codermobs_density = tonumber(minetest.settings:get("codermobs_density") or 12) - -if codermobs_disable_monsters then - peaceful_only = true -end - -mobs.defaultaoc = tonumber (minetest.setting_get("codermobs_aoc_default")) or 6 -mobs.protected = true -mobs.remove = minetest.setting_getbool ("remove_far_mobs") - -codermobs_spawn_protected = minetest.setting_getbool ("codermobs_spawn_protected") - ---if minetest.setting_getbool ("codermobs_spawn_protected" ) or --- minetest.setting_getbool ("mobs_spawn_protected" ) then --- mobs.protected = true ---end - --- =================================================================== --- RJK section. - -local extra_english - -local BeeRemarks = -{ - "my favorite rock-star is Sting" , - "my favorite sport is Rug-Bee" , - "bee all that you can bee" , - "buzzzz" , - "buzzy buzz buzz" , - "honey is money" , - "you and me, one two bee" , - "i feel buzzy, oh so buzzy, I feel buzzy today" , - "i ride the school-buzz" , - "a wasp is just a wanna-bee" , - "A, B, C It's as easy as 1, 2, bee" , - "honey, i'm home" , - "vitamin bee is good for you" , - "to bee or not to bee is the question" , -} - -extra_english = true - -if codermobs_talk_french then - extra_english = false - table_append (BeeRemarks, { - "les fleurs sont belles" , - "J'aime les fleurs" , - "l'abeille occupee n'a pas le temps de tristesse" , - "abeille hum parce que nous oublions les mots" , - "travailler dur" , - "la reine a toujours raison" , - }) -end - -if codermobs_talk_spanish then - extra_english = false - table_append (BeeRemarks, { - "las flores son bonitas" , - "me gustan las flores" , - "la abeja ocupada no tiene tiempo para la tristeza" , - "zumban las abejas porque olvidamos las palabras" , - "trabaja duro" , - "la abeja reina siempre tiene la raz" , - }) -end - -if extra_english then - table_append (BeeRemarks, { - "flowers are nice" , - "i like flowers" , - "the busy bee has no time for sorrow" , - "bees hum because we forget the words" , - "work hard" , - "the queen is always right" , - }) -end - -local LastBeeTalkTime = 0 -local BeeTalkDelay = 600 - --- =================================================================== --- RJK section. - -local KittenRemarks = -{ - "mice r gud" , - "mew" , - "moar rats" , -} - -extra_english = true - --- The remarks in each section here should match --- -if codermobs_talk_french then - extra_english = false - table_append (KittenRemarks, { - "nourris moi" , - }) -end - -if codermobs_talk_spanish then - extra_english = false - table_append (KittenRemarks, { - "alimentame" , - }) -end - -if extra_english then - table_append (KittenRemarks, { - "feed me" , - }) -end - -local LastKittenTalkTime = 0 -local KittenTalkDelay = 750 - --- =================================================================== --- RJK section. - -local WolfRemarks = -{ - "a man's best friend is his dogma" , - "a man's horizons are bounded by his vision" , - "a man who knows that he is a fool is not a great fool" , - "even a hawk is an eagle among crows" , - "even the boldest zebra fears the hungry lion" , - "freedom's just another word for nothing left to lose" , - "God made the integers; all else is the work of Man" , - "he is winding the watch of his wit; by and by it will strike" , - "he who laughs, lasts" , - "howl do you do?" , - "if tin whistles are made of tin, what are foghorns made of?" , - "it's almost cosmic" , - "I was born in truth's own city, Veritas" , - "just because things are obvious doesn't mean they're true" , - "like winter snow on summer lawn, time past is time gone" , - "opportunities multiply as they are seized" , - "prepare and prevent, instead of repair and repent" , - "speak the truth, but leave immediately after" , - "the bogosity meter just pegged" , - "this era too is almost at an end" , - "thrift is a wonderful virtue; especially in ancestors" , - "to err is human; to moo, bovine" , - "well-done is better than well-said" , - "trifles make perfection, but perfection is no trifle" , - "where ignorance is bliss, it is folly to be wise" , - "why do humans always look to the sky?" , -} - -extra_english = true - -if codermobs_talk_french then - extra_english = false - table_append (WolfRemarks, { -"ce que l'homme a fait, l'homme peut aspirer a faire" , -"le vent froid de l'espoir souffle eternel" , -"la meilleure facon de predire l'avenir est de l'inventer" , -"profiter du present" , -"seul le phoenix vole et ne descend pas" , -"l'argent est un bon serviteur, mais un mauvais maitre" , -"ecoute bien les paroles de ton ame" , -"la vie est un voyage et non une destination" , -"si tu es heureux, tu as du succes" , -"si cela arrive, cela doit etre possible" , -"celui qui monte le tigre ne peut pas demonter" , -"meme la plus petite bougie brule plus brillamment dans l'obscurite" , -"un marin qualifie n'a jamais ete cree sur une mer calme" , -"une promesse faite est une dette impayee" , -"un honnete homme est le plus noble travail de Dieu" , -"un chat en verre n'attrape pas de souris" , -"un imbecile ne voit pas le meme arbre qu'un homme sage voit" , -"un coeur gentil a peu de valeur sur l'echiquier" , -"si vous en avez assez, vous avez une montagne" , -"c'est un oiseau sage qui construit son nid dans un arbre" , -"les mots doivent etre peses, non comptes" , -"de quelle couleur est un cameleon sur un miroir?" , -"L'horloge et la maree n'attendent personne" , -"le temps est la riviere ou je pecherai" , -"meme un chou peut regarder un roi" , -"tous les chats sont gris dans le noir" , -"l'histoire sera gentille avec moi, car j'ai l'intention de l'ecrire" , -"vous devez nourrir les chevaux, si vous voulez le wagon tire" , -"les humains sont croquants" , -"Je ne consens pas a l'Univers" , -"la force du loup est la tribu des loups" , - }) -end - -if codermobs_talk_spanish then - extra_english = false - table_append (WolfRemarks, { -"lo que el hombre ha hecho, el hombre puede aspirar a hacer" , -"el viento frio de la esperanza sopla eterno" , -"la mejor manera de predecir el futuro es inventarlo" , -"aprovecha el dia" , -"solo el fix surge y no desciende" , -"el dinero es un buen servidor, pero un mal maestro" , -"escucha bien las palabras de tu alma" , -"la vida es un viaje no un destino" , -"me gusta la carne" , -"si eres feliz, tienes ito" , -"si sucede, debe ser posible" , -"el que monta el tigre no puede dejarlo" , -"incluso la vela m peque arde m brillante en la oscuridad" , -"un marinero hil nunca fue hecho en un mar en calma" , -"una promesa hecha es una deuda impaga" , -"el hombre honesto es la m noble obra de Dios" , -"un gato de cristal no atrapa ratones" , -"un tonto no ve el mismo arbol que ve un hombre sabio" , -"un coraz bueno tiene poco valor en el ajedrez" , -"lo suficiente es tan bueno como una fiesta" , -"es un ave sabia que construye su nido en un arbol" , -"las palabras se deben medir por peso, no por numero" , -"de que color es un camaleon en un espejo?" , -"el paso del tiempo y la marea no esperan a nadie" , -"el rio del tiempo es donde prefiero ir a pescar" , -"incluso un repollo puede mirar a un rey" , -"todos los gatos son grises en la oscuridad" , -"el ma nunca es inocente en el juzgado de los pollos" , -"ten cuidado con los tiburones que beben whisky" , -"la historia sera amable conmigo, porque la escribire" , -"el que dice la verdad es expulsado de nueve pueblos" , -"si desea tirar del carro, debe alimentar a los caballos" , -"los humanos son crujientes y deliciosos" , -"no doy mi consentimiento al Universo" , -"el mayor defecto es no estar al tanto de ningun defecto" , -"la fuerza del Lobo es el Pack" , - }) -end - -if extra_english then - table_append (WolfRemarks, { -"what man has done, man can aspire to do" , -"the cold wind of hope blows eternal" , -"the best way to predict the future is to invent it" , -"seize the day" , -"only the phoenix arises and does not descend" , -"money is a good servant, but a bad master" , -"listen well to the words of your soul" , -"life is a journey, not a destination" , -"i like meat" , -"if you're happy, you're successful" , -"if it happens, it must be possible" , -"he who rides the tiger cannot dismount" , -"even the smallest candle burns brighter in the dark" , -"a skillful sailor was never made on a calm sea" , -"a promise made is a debt unpaid" , -"an honest man's the noblest work of God" , -"a glass cat catches no mice" , -"a fool sees not the same tree that a wise man sees" , -"a kind heart is of little value in chess" , -"enough is as good as a feast" , -"it's a wise bird who builds his nest in a tree" , -"words must be weighed, not counted" , -"what color is a chameleon on a mirror?" , -"time and tide wait for no man" , -"time is the stream that I go fishing in" , -"even a cabbage may look at a king" , -"all cats are gray in the dark" , -"the corn is never found innocent in the court of the chickens" , -"a shark with whiskey is mighty risky" , -"history will be kind to me, for I intend to write it" , -"he who tells the truth is chased out of nine villages" , -"you've got to feed the horses, if you want the wagon pulled" , -"humans r crunchy" , -"I do not consent to the Universe" , -"the greatest of faults is to be conscious of none" , -"the strength of the Wolf is the Pack" , - }) -end - -local LastWolfTalkTime = 0 -local WolfTalkDelay = 300 - --- =================================================================== - - --- Peaceful mode message so players will know there are no monsters -if peaceful_only then - minetest.register_on_joinplayer(function(player) - minetest.chat_send_player(player:get_player_name(), - S("** Peaceful Mode Active - No Monsters Will Spawn")) - end) -end - --- calculate aoc range for mob count -local aosrb = tonumber(minetest.settings:get("active_object_send_range_blocks")) -local abr = tonumber(minetest.settings:get("active_block_range")) -local aoc_range = max(aosrb, abr) * 16 - --- pathfinding settings -local enable_pathfinding = true -local stuck_timeout = 3 -- how long before mob gets stuck in place and starts searching -local stuck_path_timeout = 10 -- how long will mob follow path before giving up - --- default nodes -local node_fire = "fire:basic_flame" -local node_permanent_flame = "fire:permanent_flame" -local node_ice = "default:ice" -local node_snowblock = "default:snowblock" -local node_snow = "default:snow" -mobs.fallback_node = minetest.registered_aliases["mapgen_dirt"] or "default:dirt" - - --- play sound -local mob_sound = function(self, sound) - - if sound then - minetest.sound_play(sound, { - object = self.object, - gain = 1.0, - max_hear_distance = self.sounds.distance - }) - end -end - - --- attack player/mob -local do_attack = function(self, player) - - if self.state == "attack" then - return - end - - self.attack = player - self.state = "attack" - - if random(0, 100) < 90 then - mob_sound (self, self.sounds.war_cry) - end -end - - --- move mob in facing direction -local set_velocity = function(self, v) - - local yaw = (self.object:get_yaw() or 0) + self.rotate - - self.object:setvelocity({ - x = sin(yaw) * -v, - y = self.object:getvelocity().y, - z = cos(yaw) * v - }) -end - - --- calculate mob velocity -local get_velocity = function(self) - - local v = self.object:getvelocity() - - return (v.x * v.x + v.z * v.z) ^ 0.5 -end - - --- set and return valid yaw -local set_yaw = function(self, yaw) - - if not yaw or yaw ~= yaw then - yaw = 0 - end - - self:setyaw(yaw) - - return yaw -end - - --- set defined animation -local set_animation = function(self, anim) - - if not self.animation - or not anim then return end - - self.animation.current = self.animation.current or "" - - if anim == self.animation.current - or not self.animation[anim .. "_start"] - or not self.animation[anim .. "_end"] then - return - end - - self.animation.current = anim - - self.object:set_animation({ - x = self.animation[anim .. "_start"], - y = self.animation[anim .. "_end"]}, - self.animation[anim .. "_speed"] or self.animation.speed_normal or 15, - 0, self.animation[anim .. "_loop"] ~= false) -end - - --- above function exported for mount.lua -function mobs:set_animation(self, anim) - set_animation(self, anim) -end - - --- calculate distance -local get_distance = function(a, b) - - local x, y, z = a.x - b.x, a.y - b.y, a.z - b.z - - return square(x * x + y * y + z * z) -end - - --- check line of sight (BrunoMine) -local line_of_sight = function(self, pos1, pos2, stepsize) - - stepsize = stepsize or 1 - - local s, pos = minetest.line_of_sight(pos1, pos2, stepsize) - - -- normal walking and flying mobs can see you through air - if s == true then - return true - end - - -- New pos1 to be analyzed - local npos1 = {x = pos1.x, y = pos1.y, z = pos1.z} - - local r, pos = minetest.line_of_sight(npos1, pos2, stepsize) - - -- Checks the return - if r == true then return true end - - -- Nodename found - local nn = minetest.get_node(pos).name - - -- Target Distance (td) to travel - local td = get_distance(pos1, pos2) - - -- Actual Distance (ad) traveled - local ad = 0 - - -- It continues to advance in the line of sight in search of a real - -- obstruction which counts as 'normal' nodebox. - while minetest.registered_nodes[nn] - and (minetest.registered_nodes[nn].walkable == false - or minetest.registered_nodes[nn].drawtype == "nodebox") do - - -- Check if you can still move forward - if td < ad + stepsize then - return true -- Reached the target - end - - -- Moves the analyzed pos - local d = get_distance(pos1, pos2) - - npos1.x = ((pos2.x - pos1.x) / d * stepsize) + pos1.x - npos1.y = ((pos2.y - pos1.y) / d * stepsize) + pos1.y - npos1.z = ((pos2.z - pos1.z) / d * stepsize) + pos1.z - - -- NaN checks - if d == 0 - or npos1.x ~= npos1.x - or npos1.y ~= npos1.y - or npos1.z ~= npos1.z then - return false - end - - ad = ad + stepsize - - -- scan again - r, pos = minetest.line_of_sight(npos1, pos2, stepsize) - - if r == true then return true end - - -- New Nodename found - nn = minetest.get_node(pos).name - - end - - return false -end - - --- are we flying in what we are suppose to? (taikedz) -local flight_check = function(self, pos_w) - - local nod = self.standing_in - local def = minetest.registered_nodes[nod] - - if not def then return false end -- nil check - - if type(self.fly_in) == "string" - and nod == self.fly_in then - - return true - - elseif type(self.fly_in) == "table" then - - for _,fly_in in pairs(self.fly_in) do - - if nod == fly_in then - - return true - end - end - end - - -- stops mobs getting stuck inside stairs and plantlike nodes - if def.drawtype ~= "airlike" - and def.drawtype ~= "liquid" - and def.drawtype ~= "flowingliquid" then - return true - end - - return false -end - - --- custom particle effects -local effect = function(pos, amount, texture, min_size, max_size, radius, gravity, glow) - - radius = radius or 2 - min_size = min_size or 0.5 - max_size = max_size or 1 - gravity = gravity or -10 - glow = glow or 0 - - minetest.add_particlespawner({ - amount = amount, - time = 0.25, - minpos = pos, - maxpos = pos, - minvel = {x = -radius, y = -radius, z = -radius}, - maxvel = {x = radius, y = radius, z = radius}, - minacc = {x = 0, y = gravity, z = 0}, - maxacc = {x = 0, y = gravity, z = 0}, - minexptime = 0.1, - maxexptime = 1, - minsize = min_size, - maxsize = max_size, - texture = texture, - glow = glow, - }) -end - - --- update nametag colour -local update_tag = function(self) - - local col = "#00FF00" - local qua = self.hp_max / 4 - - if self.health <= floor(qua * 3) then - col = "#FFFF00" - end - if self.health <= floor(qua * 2) then - col = "#FF6600" - end - if self.health <= floor(qua) then - col = "#FF0000" - end - - self.object:set_properties({ - nametag = self.nametag, - nametag_color = col - }) - -end - - --- drop items -local item_drop = function(self, cooked) - - -- no drops for child mobs - if self.child then return end - - local obj, item, num - local pos = self.object:get_pos() - - self.drops = self.drops or {} -- nil check - - for n = 1, #self.drops do - - if random(1, self.drops[n].chance) == 1 then - - num = random(self.drops[n].min, self.drops[n].max) - item = self.drops[n].name - - -- cook items when true - if cooked then - - local output = minetest.get_craft_result({ - method = "cooking", width = 1, items = {item}}) - - if output and output.item and not output.item:is_empty() then - item = output.item:get_name() - end - end - - -- add item if it exists - obj = minetest.add_item(pos, ItemStack(item .. " " .. num)) - - if obj and obj:get_luaentity() then - - obj:setvelocity({ - x = random(-10, 10) / 9, - y = 6, - z = random(-10, 10) / 9, - }) - elseif obj then - obj:remove() -- item does not exist - end - end - end - - self.drops = {} -end - - --- check if mob is dead or only hurt -local check_for_death = function(self, cause, cmi_cause) - - -- has health actually changed? - if self.health == self.old_health and self.health > 0 then - return - end - - self.old_health = self.health - - -- still got some health? play hurt sound - if self.health > 0 then - - mob_sound(self, self.sounds.damage) - - -- make sure health isn't higher than max - if self.health > self.hp_max then - self.health = self.hp_max - end - - -- backup nametag so we can show health stats - if not self.nametag2 then - self.nametag2 = self.nametag or "" - end - - if show_health then - - self.htimer = 2 - self.nametag = "♥ " .. self.health .. " / " .. self.hp_max - - update_tag(self) - end - - return false - end - - -- dropped cooked item if mob died in lava - if cause == "lava" then - item_drop(self, true) - else - item_drop(self, nil) - end - - mob_sound(self, self.sounds.death) - - local pos = self.object:get_pos() - - -- execute custom death function - if self.on_die then - - self.on_die(self, pos) - - if use_cmi then - cmi.notify_die(self.object, cmi_cause) - end - - self.object:remove() - - return true - end - - -- default death function and die animation (if defined) - if self.animation - and self.animation.die_start - and self.animation.die_end then - - local frames = self.animation.die_end - self.animation.die_start - local speed = self.animation.die_speed or 15 - local length = max(frames / speed, 0) - - self.attack = nil - self.v_start = false - self.timer = 0 - self.blinktimer = 0 - self.passive = true - self.state = "die" - set_velocity(self, 0) - set_animation(self, "die") - - minetest.after(length, function(self) - - if use_cmi then - cmi.notify_die(self.object, cmi_cause) - end - - self.object:remove() - end, self) - else - - if use_cmi then - cmi.notify_die(self.object, cmi_cause) - end - - self.object:remove() - end - - effect(pos, 20, "tnt_smoke.png") - - return true -end - - --- check if within physical map limits (-30911 to 30927) -local within_limits = function(pos, radius) - - if (pos.x - radius) > -30913 - and (pos.x + radius) < 30928 - and (pos.y - radius) > -30913 - and (pos.y + radius) < 30928 - and (pos.z - radius) > -30913 - and (pos.z + radius) < 30928 then - return true -- within limits - end - - return false -- beyond limits -end - - --- is mob facing a cliff -local is_at_cliff = function(self) - - if self.fear_height == 0 then -- 0 for no falling protection! - return false - end - --- RJK: Bug fix for old mobs --- local yaw = self.object:get_yaw() - local yaw = (self.object:get_yaw() or 0) + self.rotate - minetest.log ("action", "yawful " .. yaw) -- @@@ - - local dir_x = -sin(yaw) * (self.collisionbox[4] + 0.5) - local dir_z = cos(yaw) * (self.collisionbox[4] + 0.5) - local pos = self.object:get_pos() - local ypos = pos.y + self.collisionbox[2] -- just above floor - - if minetest.line_of_sight( - {x = pos.x + dir_x, y = ypos, z = pos.z + dir_z}, - {x = pos.x + dir_x, y = ypos - self.fear_height, z = pos.z + dir_z} - , 1) then - return true - end - - dir_x = sin(yaw) * 2 - dir_z = cos(yaw) * 2 - - if self.fear_height > 2 then - if minetest.line_of_sight ( - {x = pos.x + dir_x, y = pos.y , z = pos.z + dir_z} , - {x = pos.x + dir_x, y = pos.y - self.fear_height , z = pos.z + dir_z} , -1) then - return true - end - end - - return false -end - - --- get node but use fallback for nil or unknown -local node_ok = function(pos, fallback) - - fallback = fallback or mobs.fallback_node - - local node = minetest.get_node_or_nil(pos) - - if node and minetest.registered_nodes[node.name] then - return node - end - - return minetest.registered_nodes[fallback] -- {name = fallback} -end - - --- environmental damage (water, lava, fire, light etc.) -local do_env_damage = function(self) - - -- feed/tame text timer (so mob 'full' messages dont spam chat) - if self.htimer > 0 then - self.htimer = self.htimer - 1 - end - - -- reset nametag after showing health stats - if self.htimer < 1 and self.nametag2 then - - self.nametag = self.nametag2 - self.nametag2 = nil - - update_tag(self) - end - - local pos = self.object:get_pos() - - self.time_of_day = minetest.get_timeofday() - - -- remove mob if beyond map limits - if not within_limits(pos, 0) then - self.object:remove() - return - end - - -- bright light harms mob - if self.light_damage ~= 0 --- and pos.y > 0 --- and self.time_of_day > 0.2 --- and self.time_of_day < 0.8 - and (minetest.get_node_light(pos) or 0) > 12 then - - self.health = self.health - self.light_damage - - effect(pos, 5, "tnt_smoke.png") - - if check_for_death(self, "light", {type = "light"}) then return end - end - - local y_level = self.collisionbox[2] - - if self.child then - y_level = self.collisionbox[2] * 0.5 - end - - -- what is mob standing in? - pos.y = pos.y + y_level + 0.25 -- foot level - self.standing_in = node_ok(pos, "air").name --- print ("standing in " .. self.standing_in) - - -- don't fall when on ignore, just stand still - if self.standing_in == "ignore" then - self.object:setvelocity({x = 0, y = 0, z = 0}) - end - - local nodef = minetest.registered_nodes[self.standing_in] - - pos.y = pos.y + 1 -- for particle effect position - - -- water - if self.water_damage - and nodef.groups.water then - - if self.water_damage ~= 0 then - - self.health = self.health - self.water_damage - - effect(pos, 5, "bubble.png", nil, nil, 1, nil) - - if check_for_death(self, "water", {type = "environment", - pos = pos, node = self.standing_in}) then return end - end - - -- lava or fire - elseif self.lava_damage - and (nodef.groups.lava - or self.standing_in == node_fire - or self.standing_in == node_permanent_flame) then - - if self.lava_damage ~= 0 then - - self.health = self.health - self.lava_damage - - effect(pos, 5, "fire_basic_flame.png", nil, nil, 1, nil) - - if check_for_death(self, "lava", {type = "environment", - pos = pos, node = self.standing_in}) then return end - end - - -- damage_per_second node check - elseif nodef.damage_per_second ~= 0 then - - self.health = self.health - nodef.damage_per_second - - effect(pos, 5, "tnt_smoke.png") - - if check_for_death(self, "dps", {type = "environment", - pos = pos, node = self.standing_in}) then return end - end ---[[ - --- suffocation inside solid node - if self.suffocation ~= 0 - and nodef.walkable == true - and nodef.groups.disable_suffocation ~= 1 - and nodef.drawtype == "normal" then - - self.health = self.health - self.suffocation - - if check_for_death(self, "suffocation", {type = "environment", - pos = pos, node = self.standing_in}) then return end - end -]] - check_for_death(self, "", {type = "unknown"}) -end - - --- jump if facing a solid node (not fences or gates) -local do_jump = function(self) - - if not self.jump - or self.jump_height == 0 - or self.fly - or self.child then - return false - end - - self.facing_fence = false - - -- something stopping us while moving? - if self.state ~= "stand" - and get_velocity(self) > 0.5 - and self.object:getvelocity().y ~= 0 then - return false - end - - local pos = self.object:get_pos() - local yaw = self.object:get_yaw() - - -- what is mob standing on? - pos.y = pos.y + self.collisionbox[2] - 0.2 - - local nod = node_ok(pos) - ---print ("standing on:", nod.name, pos.y) - - if minetest.registered_nodes[nod.name].walkable == false then - return false - end - - -- where is front - local dir_x = -sin(yaw) * (self.collisionbox[4] + 0.5) - local dir_z = cos(yaw) * (self.collisionbox[4] + 0.5) - - -- what is in front of mob? - local nod = node_ok({ - x = pos.x + dir_x, - y = pos.y + 0.5, - z = pos.z + dir_z - }) - - -- thin blocks that do not need to be jumped - if nod.name == node_snow then - return false - end - ---print ("in front:", nod.name, pos.y + 0.5) - - if self.walk_chance == 0 - or minetest.registered_items[nod.name].walkable then - - if not nod.name:find("fence") - and not nod.name:find("gate") then - - local v = self.object:getvelocity() - - v.y = self.jump_height - - set_animation(self, "jump") -- only when defined - - self.object:setvelocity(v) - - mob_sound(self, self.sounds.jump) - else - self.facing_fence = true - end - - return true - end - - return false -end - - --- blast damage to entities nearby (modified from TNT mod) -local entity_physics = function(pos, radius) - - radius = radius * 2 - - local objs = minetest.get_objects_inside_radius(pos, radius) - local obj_pos, dist - - for n = 1, #objs do - - obj_pos = objs[n]:get_pos() - - dist = get_distance(pos, obj_pos) - if dist < 1 then dist = 1 end - - local damage = floor((4 / dist) * radius) - local ent = objs[n]:get_luaentity() - - -- punches work on entities AND players - objs[n]:punch(objs[n], 1.0, { - full_punch_interval = 1.0, - damage_groups = {fleshy = damage}, - }, pos) - end -end - - --- should mob follow what I'm holding ? -local follow_holding = function(self, clicker) - - if mobs.invis[clicker:get_player_name()] then - return false - end - - local item = clicker:get_wielded_item() - local t = type(self.follow) - - -- single item - if t == "string" - and item:get_name() == self.follow then - return true - - -- multiple items - elseif t == "table" then - - for no = 1, #self.follow do - - if self.follow[no] == item:get_name() then - return true - end - end - end - - return false -end - - --- find two animals of same type and breed if nearby and horny -local breed = function(self) - - -- child takes 240 seconds before growing into adult - if self.child == true then - - self.hornytimer = self.hornytimer + 1 - - if self.hornytimer > 240 then - self.child = false - self.hornytimer = 0 - - self.object:set_properties({ - textures = self.base_texture, - mesh = self.base_mesh, - visual_size = self.base_size , - collisionbox = self.base_colbox , - }) - - -- custom function when child grows up - if self.on_grown then - self.on_grown(self) - else - -- jump when fully grown so as not to fall into ground - self.object:setvelocity({ - x = 0, - y = self.jump_height, - z = 0 - }) - end - end - - return - end - - -- horny animal can mate for 40 seconds, - -- afterwards horny animal cannot mate again for 200 seconds - if self.horny == true - and self.hornytimer < 240 then - - self.hornytimer = self.hornytimer + 1 - - if self.hornytimer >= 240 then - self.hornytimer = 0 - self.horny = false - end - end - - -- find another same animal who is also horny and mate if nearby - if self.horny == true - and self.hornytimer <= 40 then - - local pos = self.object:get_pos() - - effect({x = pos.x, y = pos.y + 1, z = pos.z}, 8, "heart.png", 3, 4, 1, 0.1) - - local objs = minetest.get_objects_inside_radius(pos, 3) - local num = 0 - local ent = nil - - for n = 1, #objs do - - ent = objs[n]:get_luaentity() - - -- check for same animal with different colour - local canmate = false - - if ent then - - if ent.name == self.name then - canmate = true - else - local entname = string.split(ent.name,":") - local selfname = string.split(self.name,":") - - if entname[1] == selfname[1] then - entname = string.split(entname[2],"_") - selfname = string.split(selfname[2],"_") - - if entname[1] == selfname[1] then - canmate = true - end - end - end - end - - if ent - and canmate == true - and ent.horny == true - and ent.hornytimer <= 40 then - num = num + 1 - end - - -- found your mate? then have a baby - if num > 1 then - - self.hornytimer = 41 - ent.hornytimer = 41 - - -- spawn baby - minetest.after(5, function() - - -- custom breed function - if self.on_breed then - - -- when false skip going any further - if self.on_breed(self, ent) == false then - return - end - else - effect(pos, 15, "tnt_smoke.png", 1, 2, 2, 15, 5) - end - - local mob = minetest.add_entity(pos, self.name) - local ent2 = mob:get_luaentity() - local textures = self.base_texture - - -- using specific child texture (if found) - if self.child_texture then - textures = self.child_texture[1] - end - - -- and resize to half height - mob:set_properties({ - textures = textures, - visual_size = { - x = self.base_size.x * .5, - y = self.base_size.y * .5, - }, - collisionbox = { - self.base_colbox[1] * .5, - self.base_colbox[2] * .5, - self.base_colbox[3] * .5, - self.base_colbox[4] * .5, - self.base_colbox[5] * .5, - self.base_colbox[6] * .5, - }, - }) - -- tamed and owned by parents' owner - ent2.child = true - ent2.tamed = true - ent2.owner = self.owner - end) - - num = 0 - - break - end - end - end -end - - --- find and replace what mob is looking for (grass, wheat etc.) -local replace = function(self, pos) - - if not self.replace_rate - or not self.replace_what - or self.child == true - or self.object:getvelocity().y ~= 0 - or random(1, self.replace_rate) > 1 then - return - end - - local what, with, y_offset - - if type(self.replace_what[1]) == "table" then - - local num = random(#self.replace_what) - - what = self.replace_what[num][1] or "" - with = self.replace_what[num][2] or "" - y_offset = self.replace_what[num][3] or 0 - else - what = self.replace_what - with = self.replace_with or "" - y_offset = self.replace_offset or 0 - end - - pos.y = pos.y + y_offset - - if #minetest.find_nodes_in_area(pos, pos, what) > 0 then - --- print ("replace node = ".. minetest.get_node(pos).name, pos.y) - - local oldnode = {name = what} - local newnode = {name = with} - local on_replace_return - - if self.on_replace then - on_replace_return = self.on_replace(self, pos, oldnode, newnode) - end - - if on_replace_return ~= false then - - minetest.set_node(pos, {name = with}) - - -- when cow/sheep eats grass, replace wool and milk - if self.gotten == true then - self.gotten = false - self.object:set_properties(self) - end - end - end -end - - --- check if daytime and also if mob is docile during daylight hours -local day_docile = function(self) - - if self.docile_by_day == false then - - return false - - elseif self.docile_by_day == true - and self.time_of_day > 0.2 - and self.time_of_day < 0.8 then - - return true - end -end - - --- path finding and smart mob routine by rnd -local smart_mobs = function(self, s, p, dist, dtime) - - local s1 = self.path.lastpos - - -- is it becoming stuck? - if abs(s1.x - s.x) + abs(s1.z - s.z) < 1.5 then - self.path.stuck_timer = self.path.stuck_timer + dtime - else - self.path.stuck_timer = 0 - end - - self.path.lastpos = {x = s.x, y = s.y, z = s.z} - - -- im stuck, search for path - if (self.path.stuck_timer > stuck_timeout and not self.path.following) - or (self.path.stuck_timer > stuck_path_timeout and self.path.following) then - - self.path.stuck_timer = 0 - - -- lets try find a path, first take care of positions - -- since pathfinder is very sensitive - local sheight = self.collisionbox[5] - self.collisionbox[2] - - -- round position to center of node to avoid stuck in walls - -- also adjust height for player models! - s.x = floor(s.x + 0.5) --- s.y = floor(s.y + 0.5) - sheight - s.z = floor(s.z + 0.5) - - local ssight, sground = minetest.line_of_sight(s, { - x = s.x, y = s.y - 4, z = s.z}, 1) - - -- determine node above ground - if not ssight then - s.y = sground.y + 1 - end - - local p1 = self.attack:get_pos() - - p1.x = floor(p1.x + 0.5) - p1.y = floor(p1.y + 0.5) - p1.z = floor(p1.z + 0.5) - - local dropheight = 6 - if self.fear_height ~= 0 then dropheight = self.fear_height end - --- self.path.way = minetest.find_path(s, p1, 16, 2, 6, "Dijkstra") - self.path.way = minetest.find_path(s, p1, 16, self.stepheight, dropheight, "A*_noprefetch") - - -- attempt to unstick mob that is "daydreaming" - self.object:setpos({ - x = s.x + 0.1 * (random() * 2 - 1), - y = s.y + 1, - z = s.z + 0.1 * (random() * 2 - 1) - }) - - self.state = "" - do_attack(self, self.attack) - - -- no path found, try something else - if not self.path.way then - - self.path.following = false - - -- lets make way by digging/building if not accessible - if self.pathfinding == 2 then - - -- is player higher than mob? - if s.y < p1.y then - - -- build upwards - if not minetest.is_protected(s, "") then - - local ndef1 = minetest.registered_nodes[self.standing_in] - - if ndef1 and (ndef1.buildable_to or ndef1.groups.liquid) then - - minetest.set_node(s, {name = mobs.fallback_node}) - end - end - - local sheight = math.ceil(self.collisionbox[5]) + 1 - - -- assume mob is 2 blocks high so it digs above its head - s.y = s.y + sheight - - -- remove one block above to make room to jump - if not minetest.is_protected(s, "") then - - local node1 = node_ok(s, "air").name - local ndef1 = minetest.registered_nodes[node1] - - if node1 ~= "air" - and node1 ~= "ignore" - and ndef1 - and not ndef1.groups.level - and not ndef1.groups.unbreakable - and not ndef1.groups.liquid then - - minetest.set_node(s, {name = "air"}) - minetest.add_item(s, ItemStack(node1)) - - end - end - - s.y = s.y - sheight - self.object:setpos({x = s.x, y = s.y + 2, z = s.z}) - - else -- dig 2 blocks to make door toward player direction - - local yaw1 = self.object:get_yaw() + pi / 2 - local p1 = { - x = s.x + cos(yaw1), - y = s.y, - z = s.z + sin(yaw1) - } - - if not minetest.is_protected(p1, "") then - - local node1 = node_ok(p1, "air").name - local ndef1 = minetest.registered_nodes[node1] - - if node1 ~= "air" - and node1 ~= "ignore" - and ndef1 - and not ndef1.groups.level - and not ndef1.groups.unbreakable - and not ndef1.groups.liquid then - - minetest.add_item(p1, ItemStack(node1)) - minetest.set_node(p1, {name = "air"}) - end - - p1.y = p1.y + 1 - node1 = node_ok(p1, "air").name - ndef1 = minetest.registered_nodes[node1] - - if node1 ~= "air" - and node1 ~= "ignore" - and ndef1 - and not ndef1.groups.level - and not ndef1.groups.unbreakable - and not ndef1.groups.liquid then - - minetest.add_item(p1, ItemStack(node1)) - minetest.set_node(p1, {name = "air"}) - end - - end - end - end - - -- will try again in 2 second - self.path.stuck_timer = stuck_timeout - 2 - - -- frustration! cant find the damn path :( - mob_sound(self, self.sounds.random) - else - -- yay i found path - mob_sound(self, self.sounds.attack) - - set_velocity(self, self.walk_velocity) - - -- follow path now that it has it - self.path.following = true - end - end -end - - --- specific attacks -local specific_attack = function(list, what) - - -- no list so attack default (player, animals etc.) - if list == nil then - return true - end - - -- found entity on list to attack? - for no = 1, #list do - - if list[no] == what then - return true - end - end - - return false -end - - --- monster find someone to attack -local monster_attack = function(self) - - if self.type ~= "monster" - or not damage_enabled - or creative - or self.state == "attack" - or day_docile(self) then - return - end - - local s = self.object:get_pos() - local p, sp, dist - local player, obj, min_player - local type, name = "", "" - local min_dist = self.view_range + 1 - local objs = minetest.get_objects_inside_radius(s, self.view_range) - - for n = 1, #objs do - - if objs[n]:is_player() then - - if mobs.invis[ objs[n]:get_player_name() ] then - - type = "" - else - player = objs[n] - type = "player" - name = "player" - end - else - obj = objs[n]:get_luaentity() - - if obj then - player = obj.object - type = obj.type - name = obj.name or "" - end - end - - -- find specific mob to attack, failing that attack player/npc/animal - if specific_attack(self.specific_attack, name) - and (type == "player" or type == "npc" - or (type == "animal" and self.attack_animals == true)) then - - s = self.object:get_pos() - p = player:get_pos() - sp = s - - -- aim higher to make looking up hills more realistic - p.y = p.y + 1 - sp.y = sp.y + 1 - - dist = get_distance(p, s) - - if dist < self.view_range then - -- field of view check goes here - - -- choose closest player to attack - if line_of_sight(self, sp, p, 2) == true - and dist < min_dist then - min_dist = dist - min_player = player - end - end - end - end - - -- attack player - if min_player then - do_attack(self, min_player) - end -end - --- npc, find closest monster to attack -local npc_attack = function (self) - - if false then - if self.type ~= "npc" - or not self.attacks_monsters - or self.state == "attack" then - return - end - end - - if self.type == "monster" or - self.state == "attack" then return end - - local may_attack = false - if self.attacks_monsters or - self.attacks_set ~= nil then may_attack = true end - if not may_attack then return end - - local p, sp, obj, min_player - local s = self.object:get_pos() - local min_dist = self.view_range + 1 - local objs = minetest.get_objects_inside_radius (s, self.view_range) - - for n = 1, #objs do - obj = objs [n]:get_luaentity() - local attack_it = false - - if self.attacks_monsters and - obj and obj.type == "monster" then - attack_it = true - end - - if self.attacks_set ~= nil and obj and obj.name and - self.attacks_set [obj.name] then - attack_it = true - end - - if attack_it then - p = obj.object:get_pos() - local dist = get_distance (p, s) - - if dist < min_dist then - min_dist = dist - min_player = obj.object - end - end - end - - if min_player then - do_attack (self, min_player) - end -end - - --- follow player if owner or holding item, if fish outta water then flop -local follow_flop = function(self) - - -- find player to follow - if (self.follow ~= "" - or self.order == "follow") - and not self.following - and self.state ~= "attack" - and self.state ~= "runaway" then - - local s = self.object:get_pos() - local players = minetest.get_connected_players() - - for n = 1, #players do - - if get_distance(players[n]:get_pos(), s) < self.view_range - and not mobs.invis[ players[n]:get_player_name() ] then - - self.following = players[n] - - break - end - end - end - - if self.type == "npc" - and self.order == "follow" - and self.state ~= "attack" - and self.owner ~= "" then - - -- npc stop following player if not owner - if self.following - and self.owner - and self.owner ~= self.following:get_player_name() then - self.following = nil - end - else - -- stop following player if not holding specific item - if self.following - and self.following:is_player() - and follow_holding(self, self.following) == false then - self.following = nil - end - - end - - -- follow that thing - if self.following then - - local s = self.object:get_pos() - local p - - if self.following:is_player() then - - p = self.following:get_pos() - - elseif self.following.object then - - p = self.following.object:get_pos() - end - - if p then - - local dist = get_distance(p, s) - - -- dont follow if out of range - if dist > self.view_range then - self.following = nil - else - local vec = { - x = p.x - s.x, - z = p.z - s.z - } - - local yaw = (atan(vec.z / vec.x) + pi / 2) - self.rotate - - if p.x > s.x then yaw = yaw + pi end - - yaw = set_yaw(self.object, yaw) - - -- anyone but standing npc's can move along - if dist > self.reach - and self.order ~= "stand" then - - set_velocity(self, self.walk_velocity) - - if self.walk_chance ~= 0 then - set_animation(self, "walk") - end - else - set_velocity(self, 0) - set_animation(self, "stand") - end - - return - end - end - end - - -- swimmers flop when out of their element, and swim again when back in - if self.fly then - local s = self.object:get_pos() - if not flight_check(self, s) then - - self.state = "flop" - self.object:setvelocity({x = 0, y = -5, z = 0}) - - set_animation(self, "stand") - - return - elseif self.state == "flop" then - self.state = "stand" - end - end -end - - --- dogshoot attack switch and counter function -local dogswitch = function(self, dtime) - - -- switch mode not activated - if not self.dogshoot_switch - or not dtime then - return 0 - end - - self.dogshoot_count = self.dogshoot_count + dtime - - if (self.dogshoot_switch == 1 - and self.dogshoot_count > self.dogshoot_count_max) - or (self.dogshoot_switch == 2 - and self.dogshoot_count > self.dogshoot_count2_max) then - - self.dogshoot_count = 0 - - if self.dogshoot_switch == 1 then - self.dogshoot_switch = 2 - else - self.dogshoot_switch = 1 - end - end - - return self.dogshoot_switch -end - - --- execute current state (stand, walk, run, attacks) -local do_states = function(self, dtime) - - local yaw = self.object:get_yaw() or 0 - - if self.state == "stand" then - - if random(1, 4) == 1 then - - local lp = nil - local s = self.object:get_pos() - local objs = minetest.get_objects_inside_radius(s, 3) - - for n = 1, #objs do - - if objs[n]:is_player() then - lp = objs[n]:get_pos() - break - end - end - - -- look at any players nearby, otherwise turn randomly - if lp then - - local vec = { - x = lp.x - s.x, - z = lp.z - s.z - } - - yaw = (atan(vec.z / vec.x) + pi / 2) - self.rotate - - if lp.x > s.x then yaw = yaw + pi end - else - yaw = yaw + random(-0.5, 0.5) - end - - yaw = set_yaw(self.object, yaw) - end - - set_velocity(self, 0) - set_animation(self, "stand") - - -- npc's ordered to stand stay standing - if self.type ~= "npc" - or self.order ~= "stand" then - - if self.walk_chance ~= 0 - and self.facing_fence ~= true - and random(1, 100) <= self.walk_chance - and is_at_cliff(self) == false then - - set_velocity(self, self.walk_velocity) - self.state = "walk" - set_animation(self, "walk") - - -- fly up/down randomly for flying mobs - if self.fly and random(1, 100) <= self.walk_chance then - - local v = self.object:getvelocity() - local ud = random(-1, 2) / 9 - - self.object:setvelocity({x = v.x, y = ud, z = v.z}) - end - end - end - - elseif self.state == "walk" then - - local s = self.object:get_pos() - local lp = nil - - -- is there something I need to avoid? - if self.water_damage > 0 - and self.lava_damage > 0 then - - lp = minetest.find_node_near(s, 1, {"group:water", "group:lava"}) - - elseif self.water_damage > 0 then - - lp = minetest.find_node_near(s, 1, {"group:water"}) - - elseif self.lava_damage > 0 then - - lp = minetest.find_node_near(s, 1, {"group:lava"}) - end - - if lp then - - -- if mob in water or lava then look for land - if (self.lava_damage - and minetest.registered_nodes[self.standing_in].groups.lava) - or (self.water_damage - and minetest.registered_nodes[self.standing_in].groups.water) then - - lp = minetest.find_node_near(s, 5, {"group:soil", "group:stone", - "group:sand", node_ice, node_snowblock}) - - -- did we find land? - if lp then - - local vec = { - x = lp.x - s.x, - z = lp.z - s.z - } - - yaw = (atan(vec.z / vec.x) + pi / 2) - self.rotate - - if lp.x > s.x then yaw = yaw + pi end - - -- look towards land and jump/move in that direction - yaw = set_yaw(self.object, yaw) - do_jump(self) - set_velocity(self, self.walk_velocity) - else - yaw = yaw + random(-0.5, 0.5) - end - - else - - local vec = { - x = lp.x - s.x, - z = lp.z - s.z - } - - yaw = (atan(vec.z / vec.x) + pi / 2) - self.rotate - - if lp.x > s.x then yaw = yaw + pi end - end - - yaw = set_yaw(self.object, yaw) - - -- otherwise randomly turn - elseif random(1, 100) <= 30 then - - yaw = yaw + random(-0.5, 0.5) - - yaw = set_yaw(self.object, yaw) - end - - -- stand for great fall in front - local temp_is_cliff = is_at_cliff(self) - - if self.facing_fence == true - or temp_is_cliff - or random(1, 100) <= 30 then - - set_velocity(self, 0) - self.state = "stand" - set_animation(self, "stand") - else - set_velocity(self, self.walk_velocity) - - if flight_check(self) - and self.animation - and self.animation.fly_start - and self.animation.fly_end then - set_animation(self, "fly") - else - set_animation(self, "walk") - end - end - - -- runaway when punched - elseif self.state == "runaway" then - - self.runaway_timer = self.runaway_timer + 1 - - -- stop after 5 seconds or when at cliff - if self.runaway_timer > 5 - or is_at_cliff(self) then - self.runaway_timer = 0 - set_velocity(self, 0) - self.state = "stand" - set_animation(self, "stand") - else - set_velocity(self, self.run_velocity) - set_animation(self, "walk") - end - - -- attack routines (explode, dogfight, shoot, dogshoot) - elseif self.state == "attack" then - - -- calculate distance from mob and enemy - local s = self.object:get_pos() - local p = self.attack:get_pos() or s - local dist = get_distance(p, s) - - -- stop attacking if player or out of range - if dist > self.view_range - or not self.attack - or not self.attack:get_pos() - or self.attack:get_hp() <= 0 - or (self.attack:is_player() and mobs.invis[ self.attack:get_player_name() ]) then - --- print(" ** stop attacking **", dist, self.view_range) - self.state = "stand" - set_velocity(self, 0) - set_animation(self, "stand") - self.attack = nil - self.v_start = false - self.timer = 0 - self.blinktimer = 0 - - return - end - - if self.attack_type == "explode" then - - local vec = { - x = p.x - s.x, - z = p.z - s.z - } - - yaw = (atan(vec.z / vec.x) + pi / 2) - self.rotate - - if p.x > s.x then yaw = yaw + pi end - - yaw = set_yaw(self.object, yaw) - - -- start timer when inside reach - if dist < self.reach and not self.v_start then - self.v_start = true - self.timer = 0 - self.blinktimer = 0 --- print ("=== explosion timer started", self.explosion_timer) - end - - -- walk right up to player when timer active - if dist < 1.5 and self.v_start then - set_velocity(self, 0) - else - set_velocity(self, self.run_velocity) - end - - if self.animation and self.animation.run_start then - set_animation(self, "run") - else - set_animation(self, "walk") - end - - if self.v_start then - - self.timer = self.timer + dtime - self.blinktimer = (self.blinktimer or 0) + dtime - - if self.blinktimer > 0.2 then - - self.blinktimer = 0 - - if self.blinkstatus then - self.object:settexturemod("") - else - self.object:settexturemod("^[brighten") - end - - self.blinkstatus = not self.blinkstatus - end - --- print ("=== explosion timer", self.timer) - - if self.timer > self.explosion_timer then - - local pos = self.object:get_pos() - local radius = self.explosion_radius or 1 - local damage_radius = radius - - -- dont damage anything if area protected or next to water - if minetest.find_node_near(pos, 1, {"group:water"}) - or minetest.is_protected(pos, "") then - - damage_radius = 0 - end - - self.object:remove() - - if minetest.get_modpath("tnt") and tnt and tnt.boom - and not minetest.is_protected(pos, "") then - - tnt.boom(pos, { - radius = radius, - damage_radius = damage_radius, - sound = self.sounds.explode, - }) - else - - minetest.sound_play(self.sounds.explode, { - pos = pos, - gain = 1.0, - max_hear_distance = self.sounds.distance or 32 - }) - - entity_physics(pos, damage_radius) - effect(pos, 32, "tnt_smoke.png", radius * 3, radius * 5, radius, 1, 0) - end - - return - end - end - - elseif self.attack_type == "dogfight" - or (self.attack_type == "dogshoot" and dogswitch(self, dtime) == 2) - or (self.attack_type == "dogshoot" and dist <= self.reach and dogswitch(self) == 0) then - - if self.fly - and dist > self.reach then - - local p1 = s - local me_y = floor(p1.y) - local p2 = p - local p_y = floor(p2.y + 1) - local v = self.object:getvelocity() - - if flight_check(self, s) then - - if me_y < p_y then - - self.object:setvelocity({ - x = v.x, - y = 1 * self.walk_velocity, - z = v.z - }) - - elseif me_y > p_y then - - self.object:setvelocity({ - x = v.x, - y = -1 * self.walk_velocity, - z = v.z - }) - end - else - if me_y < p_y then - - self.object:setvelocity({ - x = v.x, - y = 0.01, - z = v.z - }) - - elseif me_y > p_y then - - self.object:setvelocity({ - x = v.x, - y = -0.01, - z = v.z - }) - end - end - - end - - -- rnd: new movement direction - if self.path.following - and self.path.way - and self.attack_type ~= "dogshoot" then - - -- no paths longer than 50 - if #self.path.way > 50 - or dist < self.reach then - self.path.following = false - return - end - - local p1 = self.path.way[1] - - if not p1 then - self.path.following = false - return - end - - if abs(p1.x-s.x) + abs(p1.z - s.z) < 0.6 then - -- reached waypoint, remove it from queue - table.remove(self.path.way, 1) - end - - -- set new temporary target - p = {x = p1.x, y = p1.y, z = p1.z} - end - - local vec = { - x = p.x - s.x, - z = p.z - s.z - } - - yaw = (atan(vec.z / vec.x) + pi / 2) - self.rotate - - if p.x > s.x then yaw = yaw + pi end - - yaw = set_yaw(self.object, yaw) - - -- move towards enemy if beyond mob reach - if dist > self.reach then - - -- path finding by rnd - if self.pathfinding -- only if mob has pathfinding enabled - and enable_pathfinding then - - smart_mobs(self, s, p, dist, dtime) - end - - if is_at_cliff(self) then - - set_velocity(self, 0) - set_animation(self, "stand") - else - - if self.path.stuck then - set_velocity(self, self.walk_velocity) - else - set_velocity(self, self.run_velocity) - end - - if self.animation and self.animation.run_start then - set_animation(self, "run") - else - set_animation(self, "walk") - end - end - - else -- rnd: if inside reach range - - self.path.stuck = false - self.path.stuck_timer = 0 - self.path.following = false -- not stuck anymore - - set_velocity(self, 0) - - if not self.custom_attack then - - if self.timer > 1 then - - self.timer = 0 - - if self.double_melee_attack - and random(1, 2) == 1 then - set_animation(self, "punch2") - else - set_animation(self, "punch") - end - - local p2 = p - local s2 = s - - p2.y = p2.y + .5 - s2.y = s2.y + .5 - - if line_of_sight(self, p2, s2) == true then - - -- play attack sound - mob_sound(self, self.sounds.attack) - - -- punch player (or what player is attached to) - local attached = self.attack:get_attach() - if attached then - self.attack = attached - end - self.attack:punch(self.object, 1.0, { - full_punch_interval = 1.0, - damage_groups = {fleshy = self.damage} - }, nil) - end - end - else -- call custom attack every second - if self.custom_attack - and self.timer > 1 then - - self.timer = 0 - - self.custom_attack(self, p) - end - end - end - - elseif self.attack_type == "shoot" - or (self.attack_type == "dogshoot" and dogswitch(self, dtime) == 1) - or (self.attack_type == "dogshoot" and dist > self.reach and dogswitch(self) == 0) then - - p.y = p.y - .5 - s.y = s.y + .5 - - local dist = get_distance(p, s) - local vec = { - x = p.x - s.x, - y = p.y - s.y, - z = p.z - s.z - } - - yaw = (atan(vec.z / vec.x) + pi / 2) - self.rotate - - if p.x > s.x then yaw = yaw + pi end - - yaw = set_yaw(self.object, yaw) - - set_velocity(self, 0) - - if self.shoot_interval - and self.timer > self.shoot_interval - and random(1, 100) <= 60 then - - self.timer = 0 - set_animation(self, "shoot") - - -- play shoot attack sound - mob_sound(self, self.sounds.shoot_attack) - - local p = self.object:get_pos() - - p.y = p.y + (self.collisionbox[2] + self.collisionbox[5]) / 2 - - if minetest.registered_entities[self.arrow] then - - local obj = minetest.add_entity(p, self.arrow) - local ent = obj:get_luaentity() - local amount = (vec.x * vec.x + vec.y * vec.y + vec.z * vec.z) ^ 0.5 - local v = ent.velocity or 1 -- or set to default - - ent.switch = 1 - ent.owner_id = tostring(self.object) -- add unique owner id to arrow - - -- offset makes shoot aim accurate - vec.y = vec.y + self.shoot_offset - vec.x = vec.x * (v / amount) - vec.y = vec.y * (v / amount) - vec.z = vec.z * (v / amount) - - obj:setvelocity(vec) - end - end - end - end -end - - --- falling and fall damage -local falling = function(self, pos) - - if self.fly then - return - end - - -- floating in water (or falling) - local v = self.object:getvelocity() - - if v.y > 0 then - - -- apply gravity when moving up - self.object:setacceleration({ - x = 0, - y = -10, - z = 0 - }) - - elseif v.y <= 0 and v.y > self.fall_speed then - - -- fall downwards at set speed - self.object:setacceleration({ - x = 0, - y = self.fall_speed, - z = 0 - }) - else - -- stop accelerating once max fall speed hit - self.object:setacceleration({x = 0, y = 0, z = 0}) - end - - -- in water then float up --- if minetest.registered_nodes[node_ok(pos).name].groups.liquid then - if minetest.registered_nodes[node_ok(pos).name].groups.water then - - if self.floats == 1 then - - self.object:setacceleration({ - x = 0, - y = -self.fall_speed / (max(1, v.y) ^ 2), - z = 0 - }) - end - else - - -- fall damage onto solid ground - if self.fall_damage == 1 - and self.object:getvelocity().y == 0 then - - local d = (self.old_y or 0) - self.object:get_pos().y - - if d > 5 then - - self.health = self.health - floor(d - 5) - - effect(pos, 5, "tnt_smoke.png", 1, 2, 2, nil) - - if check_for_death(self, "fall", {type = "fall"}) then - return - end - end - - self.old_y = self.object:get_pos().y - end - end -end - - --- deal damage and effects when mob punched -local mob_punch = function(self, hitter, tflp, tool_capabilities, dir) - - -- custom punch function - if self.do_punch then - - -- when false skip going any further - if self.do_punch(self, hitter, tflp, tool_caps, dir) == false then - return - end - end - - -- mob health check --- if self.health <= 0 then --- return --- end - - -- error checking when mod profiling is enabled - if not tool_capabilities then - minetest.log("warning", "[mobs] Mod profiling enabled, damage not enabled") - return - end - - -- is mob protected? - if self.protected and hitter:is_player() - and minetest.is_protected(self.object:get_pos(), hitter:get_player_name()) then - minetest.chat_send_player(hitter:get_player_name(), S("Mob has been protected!")) - return - end - - - -- weapon wear - local weapon = hitter:get_wielded_item() - local punch_interval = 1.4 - - -- calculate mob damage - local damage = 0 - local armor = self.object:get_armor_groups() or {} - local tmp - - -- quick error check incase it ends up 0 (serialize.h check test) - if tflp == 0 then - tflp = 0.2 - end - - if use_cmi then - damage = cmi.calculate_damage(self.object, hitter, tflp, tool_capabilities, dir) - else - - for group,_ in pairs( (tool_capabilities.damage_groups or {}) ) do - - tmp = tflp / (tool_capabilities.full_punch_interval or 1.4) - - if tmp < 0 then - tmp = 0.0 - elseif tmp > 1 then - tmp = 1.0 - end - - damage = damage + (tool_capabilities.damage_groups[group] or 0) - * tmp * ((armor[group] or 0) / 100.0) - end - end - - -- check for tool immunity or special damage - for n = 1, #self.immune_to do - - if self.immune_to[n][1] == weapon:get_name() then - - damage = self.immune_to[n][2] or 0 - break - end - end - - -- healing - if damage <= -1 then - self.health = self.health - floor(damage) - return - end - --- print ("Mob Damage is", damage) - - if use_cmi then - - local cancel = cmi.notify_punch(self.object, hitter, tflp, tool_capabilities, dir, damage) - - if cancel then return end - end - - -- add weapon wear - if tool_capabilities then - punch_interval = tool_capabilities.full_punch_interval or 1.4 - end - - if weapon:get_definition() - and weapon:get_definition().tool_capabilities then - - weapon:add_wear(floor((punch_interval / 75) * 9000)) - hitter:set_wielded_item(weapon) - end - - -- only play hit sound and show blood effects if damage is 1 or over - if damage >= 1 then - - -- weapon sounds - if weapon:get_definition().sounds ~= nil then - - local s = random(0, #weapon:get_definition().sounds) - - minetest.sound_play(weapon:get_definition().sounds[s], { - object = self.object, --hitter, - max_hear_distance = 8 - }) - else - minetest.sound_play("default_punch", { - object = self.object, --hitter, - max_hear_distance = 5 - }) - end - - -- blood_particles - if self.blood_amount > 0 - and not disable_blood then - - local pos = self.object:get_pos() - - pos.y = pos.y + (-self.collisionbox[2] + self.collisionbox[5]) * .5 - - effect(pos, self.blood_amount, self.blood_texture, nil, nil, 1, nil) - end - - -- do damage - self.health = self.health - floor(damage) - - -- exit here if dead, special item check - if weapon:get_name() == "mobs:pick_lava" then - if check_for_death(self, "lava", {type = "punch", - puncher = hitter}) then - return - end - else - if check_for_death(self, "hit", {type = "punch", - puncher = hitter}) then - return - end - end - - --[[ add healthy afterglow when hit (can cause hit lag with larger textures) - core.after(0.1, function() - self.object:settexturemod("^[colorize:#c9900070") - - core.after(0.3, function() - self.object:settexturemod("") - end) - end) ]] - - -- knock back effect (only on full punch) - if self.knock_back > 0 - and tflp >= punch_interval then - - local v = self.object:getvelocity() - local r = 1.4 - min(punch_interval, 1.4) - local kb = r * 5 - local up = 2 - - -- if already in air then dont go up anymore when hit - if v.y > 0 - or self.fly then - up = 0 - end - - -- direction error check - dir = dir or {x = 0, y = 0, z = 0} - - -- check if tool already has specific knockback value - if tool_capabilities.damage_groups["knockback"] then - kb = tool_capabilities.damage_groups["knockback"] - else - kb = kb * 1.5 - end - - self.object:setvelocity({ - x = dir.x * kb, - y = up, - z = dir.z * kb - }) - - self.pause_timer = 0.25 - end - end -- END if damage - - -- if skittish then run away - if self.runaway == true then - - local lp = hitter:get_pos() - local s = self.object:get_pos() - local vec = { - x = lp.x - s.x, - y = lp.y - s.y, - z = lp.z - s.z - } - - local yaw = (atan(vec.z / vec.x) + 3 * pi / 2) - self.rotate - - if lp.x > s.x then - yaw = yaw + pi - end - - yaw = set_yaw(self.object, yaw) - self.state = "runaway" - self.runaway_timer = 0 - self.following = nil - end - - local name = hitter:get_player_name() or "" - - -- attack puncher and call other mobs for help - if self.passive == false - and self.state ~= "flop" - and self.child == false - and hitter:get_player_name() ~= self.owner - and not mobs.invis[ name ] then - - -- attack whoever punched mob - self.state = "" - do_attack(self, hitter) - - -- alert others to the attack - local objs = minetest.get_objects_inside_radius(hitter:get_pos(), self.view_range) - local obj = nil - - for n = 1, #objs do - - obj = objs[n]:get_luaentity() - - if obj then - - -- only alert members of same mob - if obj.group_attack == true - and obj.state ~= "attack" - and obj.owner ~= name - and obj.name == self.name then - do_attack(obj, hitter) - end - - -- have owned mobs attack player threat - if obj.owner == name and obj.owner_loyal then - do_attack(obj, self.object) - end - end - end - end -end - - --- get entity staticdata -local mob_staticdata = function(self) - - -- remove mob when out of range unless tamed - if remove_far - and self.remove_ok - and not self.tamed - and self.lifetimer < 20000 then - -- RJK code - if codermobs_disable_wild then self.lifetimer = 0 end - - --print ("REMOVED " .. self.name) - - self.object:remove() - - return ""-- nil - end - - self.remove_ok = true - self.attack = nil - self.following = nil - self.state = "stand" - - -- used to rotate older mobs - if self.drawtype - and self.drawtype == "side" then - self.rotate = math.rad(90) - end - - if use_cmi then - self.serialized_cmi_components = cmi.serialize_components(self._cmi_components) - end - - local tmp = {} - - for _,stat in pairs(self) do - - local t = type(stat) - - if t ~= "function" - and t ~= "nil" - and t ~= "userdata" - and _ ~= "_cmi_components" then - tmp[_] = self[_] - end - end - - --print('===== '..self.name..'\n'.. dump(tmp)..'\n=====\n') - return minetest.serialize(tmp) -end - - --- activate mob and reload settings -local mob_activate = function(self, staticdata, def, dtime) - - -- remove monsters in peaceful mode - if self.type == "monster" - and peaceful_only then - - self.object:remove() - - return - end - - -- load entity variables - local tmp = minetest.deserialize(staticdata) - - if tmp then - for _,stat in pairs(tmp) do - self[_] = stat - end - end - - -- select random texture, set model and size - if not self.base_texture then - - -- compatiblity with old simple mobs textures - if type(def.textures[1]) == "string" then - def.textures = {def.textures} - end - - self.base_texture = def.textures[random(1, #def.textures)] - self.base_mesh = def.mesh - self.base_size = self.visual_size - self.base_colbox = self.collisionbox - end - - -- set texture, model and size - local textures = self.base_texture - local mesh = self.base_mesh - local vis_size = self.base_size - local colbox = self.base_colbox - - -- specific texture if gotten - if self.gotten == true - and def.gotten_texture then - textures = def.gotten_texture - end - - -- specific mesh if gotten - if self.gotten == true - and def.gotten_mesh then - mesh = def.gotten_mesh - end - - -- set child objects to half size - if self.child == true then - - vis_size = { - x = self.base_size.x * .5, - y = self.base_size.y * .5, - } - - if def.child_texture then - textures = def.child_texture[1] - end - - colbox = { - self.base_colbox[1] * .5, - self.base_colbox[2] * .5, - self.base_colbox[3] * .5, - self.base_colbox[4] * .5, - self.base_colbox[5] * .5, - self.base_colbox[6] * .5 - } - end - - if self.health == 0 then - self.health = random (self.hp_min, self.hp_max) - end - - -- pathfinding init - self.path = {} - self.path.way = {} -- path to follow, table of positions - self.path.lastpos = {x = 0, y = 0, z = 0} - self.path.stuck = false - self.path.following = false -- currently following path? - self.path.stuck_timer = 0 -- if stuck for too long search for path - - -- mob defaults - self.object:set_armor_groups({immortal = 1, fleshy = self.armor}) - self.old_y = self.object:get_pos().y - self.old_health = self.health - self.sounds.distance = self.sounds.distance or 10 - self.textures = textures - self.mesh = mesh - self.collisionbox = colbox - self.visual_size = vis_size - self.standing_in = "" - - -- check existing nametag - if not self.nametag then - self.nametag = def.nametag - end - - -- set anything changed above - self.object:set_properties(self) - set_yaw(self.object, (random(0, 360) - 180) / 180 * pi) - update_tag(self) - set_animation(self, "stand") - - -- run on_spawn function if found - if self.on_spawn and not self.on_spawn_run then - if self.on_spawn(self) then - self.on_spawn_run = true -- if true, set flag to run once only - end - end - - -- run after_activate - if def.after_activate then - def.after_activate(self, staticdata, def, dtime) - end - - if use_cmi then - self._cmi_components = cmi.activate_components(self.serialized_cmi_components) - cmi.notify_activate(self.object, dtime) - end -end - - --- main mob function -local mob_step = function(self, dtime) - - if use_cmi then - cmi.notify_step(self.object, dtime) - end - - local pos = self.object:get_pos() - local yaw = 0 - - -- RJK code - if (self.type == "monster" and peaceful_only ) or - (self.type == "npc" and codermobs_disable_npc ) or - (not self.tamed and codermobs_disable_wild ) or - codermobs_disable_mobs then - self.object:remove() - return - end - - -- when lifetimer expires remove mob (except npc and tamed) - if self.type ~= "npc" - and not self.tamed - and self.state ~= "attack" - and remove_far ~= true - and self.lifetimer < 20000 then - - self.lifetimer = self.lifetimer - dtime - - if self.lifetimer <= 0 then - - -- only despawn away from player - local objs = minetest.get_objects_inside_radius(pos, 15) - - for n = 1, #objs do - - if objs[n]:is_player() then - - self.lifetimer = 20 - - return - end - end - --- minetest.log("action", --- S("lifetimer expired, removed @1", self.name)) - - effect(pos, 15, "tnt_smoke.png", 2, 4, 2, 0) - - self.object:remove() - - return - end - end - --- RJK: Start of simple mob talk code. --- - if self.name == nil then - self.name = "__oink__" - end - if self.name == "codermobs:bee" - and not self.tamed and math.random (2) == 1 then - local ttime = os.time() - if (ttime - LastBeeTalkTime) > BeeTalkDelay then - local mm = math.random (#BeeRemarks) - local ss = BeeRemarks [mm] - minetest.chat_send_all (" " .. ss) - LastBeeTalkTime = ttime - end - end - if self.name == "codermobs:kitten" - and not self.tamed and math.random (2) == 1 then - local ttime = os.time() - if (ttime - LastKittenTalkTime) > KittenTalkDelay then - local mm = math.random (#KittenRemarks) - local ss = KittenRemarks [mm] - minetest.chat_send_all (" " .. ss) - LastKittenTalkTime = ttime - end - end - if self.name == "codermobs:wolf" - and not self.tamed and math.random (2) == 1 then - local ttime = os.time() - if (ttime - LastWolfTalkTime) > WolfTalkDelay then - local mm = math.random (#WolfRemarks) - local ss = WolfRemarks [mm] - minetest.chat_send_all (" " .. ss) - LastWolfTalkTime = ttime - end - end --- --- RJK: End of simple mob talk code. - - falling(self, pos) - - -- knockback timer - if self.pause_timer > 0 then - - self.pause_timer = self.pause_timer - dtime - - return - end - - -- run custom function (defined in mob lua file) - if self.do_custom then - - -- when false skip going any further - if self.do_custom(self, dtime) == false then - return - end - end - - -- attack timer - self.timer = self.timer + dtime - - if self.state ~= "attack" then - if self.timer < 1 then - return - end - self.timer = 0 - end - - -- never go over 100 - if self.timer > 100 then - self.timer = 1 - end - - -- node replace check (cow eats grass etc.) - replace(self, pos) - - -- mob plays random sound at times - if random(1, 100) == 1 then - mob_sound(self, self.sounds.random) - end - - -- environmental damage timer (every 1 second) - self.env_damage_timer = self.env_damage_timer + dtime - - if (self.state == "attack" and self.env_damage_timer > 1) - or self.state ~= "attack" then - - self.env_damage_timer = 0 - - do_env_damage(self) - end - - monster_attack(self) - npc_attack(self) - breed(self) - follow_flop(self) - do_states(self, dtime) - do_jump(self) -end - - --- default function when mobs are blown up with TNT -local do_tnt = function(obj, damage) - - --print ("----- Damage", damage) - - obj.object:punch(obj.object, 1.0, { - full_punch_interval = 1.0, - damage_groups = {fleshy = damage}, - }, nil) - - return false, true, {} -end - - -mobs.spawning_mobs = {} - --- register mob entity -function mobs:register_mob (name, def) - - mobs.spawning_mobs[name] = true - -minetest.register_entity(name, { - - stepheight = def.stepheight or 1.1, -- was 0.6 - name = name, - type = def.type, - attack_type = def.attack_type, - fly = def.fly, - fly_in = def.fly_in or "air", - owner = def.owner or "", - order = def.order or "", - on_die = def.on_die, - do_custom = def.do_custom, - jump_height = def.jump_height or 4, -- was 6 - drawtype = def.drawtype, -- DEPRECATED, use rotate instead - rotate = math.rad(def.rotate or 0), -- 0=front, 90=side, 180=back, 270=side2 - lifetimer = def.lifetimer or 180, -- 3 minutes - hp_min = max(1, (def.hp_min or 5) * difficulty), - hp_max = max(1, (def.hp_max or 10) * difficulty), - physical = true, - collisionbox = def.collisionbox, - visual = def.visual, - visual_size = def.visual_size or {x = 1, y = 1}, - mesh = def.mesh, - makes_footstep_sound = def.makes_footstep_sound or false, - view_range = def.view_range or 5, - walk_velocity = def.walk_velocity or 1, - run_velocity = def.run_velocity or 2, - damage = max(0, (def.damage or 0) * difficulty), - light_damage = def.light_damage or 0, - water_damage = def.water_damage or 0, - lava_damage = def.lava_damage or 0, - suffocation = def.suffocation or 2, - fall_damage = def.fall_damage or 1, - fall_speed = def.fall_speed or -10, -- must be lower than -2 (default: -10) - drops = def.drops or {}, - armor = def.armor or 100, - on_rightclick = def.on_rightclick, - arrow = def.arrow, - shoot_interval = def.shoot_interval, - sounds = def.sounds or {}, - animation = def.animation, - follow = def.follow, - jump = def.jump ~= false, - walk_chance = def.walk_chance or 50, - attacks_monsters = def.attacks_monsters or false, - - -- RJK: - attacks_set = def.attacks_set, - - group_attack = def.group_attack or false, - passive = def.passive or false, - knock_back = def.knock_back or 3, - blood_amount = def.blood_amount or 5, - blood_texture = def.blood_texture or "mobs_blood.png", - shoot_offset = def.shoot_offset or 0, - floats = def.floats or 1, -- floats in water by default - replace_rate = def.replace_rate, - replace_what = def.replace_what, - replace_with = def.replace_with, - replace_offset = def.replace_offset or 0, - on_replace = def.on_replace, - timer = 0, - env_damage_timer = 0, -- only used when state = "attack" - tamed = false, - pause_timer = 0, - horny = false, - hornytimer = 0, - child = false, - gotten = false, - health = 0, - reach = def.reach or 3, - htimer = 0, - texture_list = def.textures, - child_texture = def.child_texture, - docile_by_day = def.docile_by_day or false, - time_of_day = 0.5, - fear_height = def.fear_height or 0, - runaway = def.runaway, - runaway_timer = 0, - pathfinding = def.pathfinding, - immune_to = def.immune_to or {}, - explosion_radius = def.explosion_radius, - explosion_timer = def.explosion_timer or 3, - custom_attack = def.custom_attack, - double_melee_attack = def.double_melee_attack, - dogshoot_switch = def.dogshoot_switch, - dogshoot_count = 0, - dogshoot_count_max = def.dogshoot_count_max or 5, - dogshoot_count2_max = def.dogshoot_count2_max or (def.dogshoot_count_max or 5), - attack_animals = def.attack_animals or false, - specific_attack = def.specific_attack, - owner_loyal = def.owner_loyal, - facing_fence = false, - _cmi_is_mob = true, - - on_spawn = def.on_spawn, - - on_blast = def.on_blast or do_tnt, - - on_step = mob_step, - - do_punch = def.do_punch, - - on_punch = mob_punch, - - on_breed = def.on_breed, - - on_grown = def.on_grown, - - on_activate = function(self, staticdata, dtime) - return mob_activate(self, staticdata, def, dtime) - end, - - get_staticdata = function(self) - return mob_staticdata(self) - end, - -}) - -end -- END mobs:register_mob function - -local function StartsWithAnyOf (String, StartList) - for _, str in ipairs (StartList) do - if string.sub (String, 1, string.len (str)) == str then - return true - end - end - return false -end - -local mob_prefixes = { - "critters_", "codermobs:", "petores:", "codersea:" -} - -local count_mobs = function (pos, type, mbrange) - local num_type = 0 - local num_total = 0 - - mbrange = mbrange * 16 - local objs = minetest.get_objects_inside_radius (pos, mbrange) - - for n = 1, #objs do - if not objs [n]:is_player() then - local obj = objs [n]:get_luaentity() - - if obj and obj.name and - StartsWithAnyOf (obj.name, mob_prefixes) then - num_total = num_total + 1 - - if obj.name == type then - num_type = num_type + 1 - end - end - end - end - - return num_type, num_total -end - --- global functions - -function mobs:spawn_specific (name, nodes, neighbors, min_light, max_light, - interval, chance, aoc, min_height, max_height, day_toggle, on_spawn) - - if cmdebug then -print ("cmdebug spawn_specific" - .. " name:" .. name - .. " min_light:" .. min_light - .. " max_light:" .. max_light - .. " min_height:" .. min_height - .. " max_height:" .. max_height - ) - end - - local mbrange = mobs.mbrange - mobs.mbrange = nil - - -- RJK: Set a default active_object_count - if (not aoc) or (aoc < 1) then - aoc = mobs.defaultaoc - end - - -- chance/spawn number override in minetest.conf for registered mob - local numbers = minetest.settings:get(name) - - if numbers then - numbers = numbers:split(",") - chance = tonumber(numbers[1]) or chance - aoc = tonumber(numbers[2]) or aoc - - if chance == 0 then - minetest.log("warning", string.format("[mobs] %s has spawning disabled", name)) - return - end - - minetest.log("action", - string.format("[mobs] Chance setting for %s changed to %s (total: %s)", name, chance, aoc)) - - end - - minetest.register_abm ({ - label = name .. " spawning", - nodenames = nodes, - neighbors = neighbors, - interval = interval, - chance = chance , - catch_up = false, - - action = function (pos, node, active_object_count, active_object_count_wider) - - if cmdebug then -print ("cmdebug chance:"..chance.." name:"..name.." pos:" -..pos.x..","..pos.y..","..pos.z) - end - - -- is mob actually registered? - if not mobs.spawning_mobs[name] then - return - end - --- if active_object_count_wider >= max_per_block then --- return --- end - - if mbrange == nil or mbrange == 0 then mbrange = 1 end - if mbrange > 3 then mbrange = 3 end - local m3 = mbrange * mbrange * mbrange - local cde = codermobs_density * m3 - - local not_ghost = true - if (name == "codermobs:ghost") then not_ghost = false end - - local a1, a2 = count_mobs (pos, name, mbrange) - if (a1 >= aoc) or - (not_ghost and (a1 > 0) and (a2 >= cde/2)) or - (not_ghost and (a2 >= cde)) then - if cmdebug then -print ("cmdebug too many entities: ", name, a1, aoc, a2, codermobs_density) - end - return - end - - -- if toggle set to nil then ignore day/night check - if day_toggle ~= nil then - local tod = (minetest.get_timeofday() or 0) * 24000 - - if tod > 4500 and tod < 19500 then - -- daylight, but mob wants night - if day_toggle == false then - return - end - else - -- night time but mob wants day - if day_toggle == true then - return - end - end - end - - -- spawn above node - pos.y = pos.y + 1 - - -- only spawn away from player - local objs = minetest.get_objects_inside_radius(pos, 6) - - for n = 1, #objs do - if objs[n]:is_player() then - return - end - end - - -- mobs cannot spawn in protected areas when enabled - if not codermobs_spawn_protected - and minetest.is_protected(pos, "") then - return - end - - -- are we spawning within height limits? - if pos.y > max_height - or pos.y < min_height then - return - end - - -- are light levels ok? - local light = minetest.get_node_light(pos) - if not light - or light > max_light - or light < min_light then - return - end - - -- are we spawning inside solid nodes? - if minetest.registered_nodes[node_ok(pos).name].walkable == true then - return - end - - pos.y = pos.y + 1 - - if minetest.registered_nodes[node_ok(pos).name].walkable == true then - return - end - - -- spawn mob half block higher than ground - pos.y = pos.y - 0.5 - - if minetest.registered_entities[name] then - local mob = minetest.add_entity(pos, name) ---[[ - print ("[mobs] Spawned " .. name .. " at " - .. minetest.pos_to_string(pos) .. " on " - .. node.name .. " near " .. neighbors[1]) -]] - if on_spawn then - - local ent = mob:get_luaentity() - - on_spawn(ent, pos) - end - else - minetest.log("warning", string.format("[mobs] %s failed to spawn at %s", - name, minetest.pos_to_string(pos))) - end - end - }) -end - --- RJK: Support for spawning amphibious mobs - --- compatibility with older mob registration -function mobs:register_spawn (name, nodes, max_light, min_light, -chance, active_object_count, max_height, day_toggle) - - if cmdebug then - print ("cmdebug register_spawn" -.. " name:" .. name -.. " min_light:" .. min_light -.. " max_light:" .. max_light -.. " max_height:" .. max_height - ) - end - - local spawn_in = { "air" } - - -- RJK - if name == "codermobs:mooncow" then - spawn_in = { "moontest:vacuum" } - end - - local amphibious = mobs.amphibious - mobs.amphibious = nil - - if (amphibious ~= nil) and amphibious then - spawn_in = { - "default:water_source" , - "default:water_flowing" , - "air" , - } - end - - if mobs.spawn_by ~= nil then spawn_in = mobs.spawn_by end - mobs.spawn_by = nil - - mobs:spawn_specific (name, nodes, spawn_in, min_light, max_light, 30, - chance, active_object_count, -31000, max_height, day_toggle) -end - - --- MarkBu's spawn function -function mobs:spawn(def) - - local name = def.name - local nodes = def.nodes or {"group:soil", "group:stone"} - local neighbors = def.neighbors or {"air"} - local min_light = def.min_light or 0 - local max_light = def.max_light or 15 - local interval = def.interval or 30 - local chance = def.chance or 5000 - local active_object_count = def.active_object_count or 1 - local min_height = def.min_height or -31000 - local max_height = def.max_height or 31000 - local day_toggle = def.day_toggle - local on_spawn = def.on_spawn - - mobs:spawn_specific(name, nodes, neighbors, min_light, max_light, interval, - chance, active_object_count, min_height, max_height, day_toggle, on_spawn) -end - - --- register arrow for shoot attack -function mobs:register_arrow(name, def) - - if not name or not def then return end -- errorcheck - - minetest.register_entity(name, { - - physical = false, - visual = def.visual, - visual_size = def.visual_size, - textures = def.textures, - velocity = def.velocity, - hit_player = def.hit_player, - hit_node = def.hit_node, - hit_mob = def.hit_mob, - drop = def.drop or false, -- drops arrow as registered item when true - collisionbox = {0, 0, 0, 0, 0, 0}, -- remove box around arrows - timer = 0, - switch = 0, - owner_id = def.owner_id, - rotate = def.rotate, - automatic_face_movement_dir = def.rotate - and (def.rotate - (pi / 180)) or false, - - on_activate = def.on_activate, - - on_step = def.on_step or function(self, dtime) - - self.timer = self.timer + 1 - - local pos = self.object:get_pos() - - if self.switch == 0 - or self.timer > 150 - or not within_limits(pos, 0) then - - self.object:remove() ; -- print ("removed arrow") - - return - end - - -- does arrow have a tail (fireball) - if def.tail - and def.tail == 1 - and def.tail_texture then - - minetest.add_particle({ - pos = pos, - velocity = {x = 0, y = 0, z = 0}, - acceleration = {x = 0, y = 0, z = 0}, - expirationtime = def.expire or 0.25, - collisiondetection = false, - texture = def.tail_texture, - size = def.tail_size or 5, - glow = def.glow or 0, - }) - end - - if self.hit_node then - - local node = node_ok(pos).name - - if minetest.registered_nodes[node].walkable then - - self.hit_node(self, pos, node) - - if self.drop == true then - - pos.y = pos.y + 1 - - self.lastpos = (self.lastpos or pos) - - minetest.add_item(self.lastpos, self.object:get_luaentity().name) - end - - self.object:remove() ; -- print ("hit node") - - return - end - end - - if self.hit_player or self.hit_mob then - - for _,player in pairs(minetest.get_objects_inside_radius(pos, 1.0)) do - - if self.hit_player - and player:is_player() then - - self.hit_player(self, player) - self.object:remove() ; -- print ("hit player") - return - end - - local entity = player:get_luaentity() - - if entity - and self.hit_mob - and entity._cmi_is_mob == true - and tostring(player) ~= self.owner_id - and entity.name ~= self.object:get_luaentity().name then - - self.hit_mob(self, player) - - self.object:remove() ; --print ("hit mob") - - return - end - end - end - - self.lastpos = pos - end - }) -end - - --- compatibility function -function mobs:explosion(pos, radius) - local self = {sounds = {}} - self.sounds.explode = "tnt_explode" - mobs:boom(self, pos, radius) -end - - --- make explosion with protection and tnt mod check -function mobs:boom(self, pos, radius) - - if minetest.get_modpath("tnt") and tnt and tnt.boom - and not minetest.is_protected(pos, "") then - - tnt.boom(pos, { - radius = radius, - damage_radius = radius, - sound = self.sounds.explode, - explode_center = true, - }) - else - minetest.sound_play(self.sounds.explode, { - pos = pos, - gain = 1.0, - max_hear_distance = self.sounds.distance or 32 - }) - - entity_physics(pos, radius) - effect(pos, 32, "tnt_smoke.png", radius * 3, radius * 5, radius, 1, 0) - end -end - - --- Register spawn eggs - --- Note: This also introduces the “spawn_egg” group: --- * spawn_egg=1: Spawn egg (generic mob, no metadata) --- * spawn_egg=2: Spawn egg (captured/tamed mob, metadata) -function mobs:register_egg(mob, desc, background, addegg, no_creative) - - local grp = {spawn_egg = 1} - - -- RJK code: - if codermobs_creative_eggs == false then - no_creative = true - end - - -- do NOT add this egg to creative inventory (e.g. dungeon master) - if creative and no_creative == true then - grp.not_in_creative_inventory = 1 - end - - local invimg = background - - if addegg == 1 then - invimg = "mobs_chicken_egg.png^(" .. invimg .. - "^[mask:mobs_chicken_egg_overlay.png)" - end - - -- register new spawn egg containing mob information - minetest.register_craftitem(mob .. "_set", { - - description = S("@1 (Tamed)", desc), - inventory_image = invimg, - groups = {spawn_egg = 2, not_in_creative_inventory = 1}, - stack_max = 1, - - on_place = function(itemstack, placer, pointed_thing) - - local pos = pointed_thing.above - - -- am I clicking on something with existing on_rightclick function? - local under = minetest.get_node(pointed_thing.under) - local def = minetest.registered_nodes[under.name] - if def and def.on_rightclick then - return def.on_rightclick(pointed_thing.under, under, placer, itemstack) - end - - if pos - and within_limits(pos, 0) - and not minetest.is_protected(pos, placer:get_player_name()) then - - if not minetest.registered_entities[mob] then - return - end - - pos.y = pos.y + 1 - - local data = itemstack:get_metadata() - local mob = minetest.add_entity(pos, mob, data) - local ent = mob:get_luaentity() - - -- set owner if not a monster - if ent.type ~= "monster" then - ent.owner = placer:get_player_name() - ent.tamed = true - end - - -- since mob is unique we remove egg once spawned - itemstack:take_item() - end - - return itemstack - end, - }) - - - -- register old stackable mob egg - minetest.register_craftitem(mob, { - - description = desc, - inventory_image = invimg, - groups = grp, - - on_place = function(itemstack, placer, pointed_thing) - - local pos = pointed_thing.above - - -- am I clicking on something with existing on_rightclick function? - local under = minetest.get_node(pointed_thing.under) - local def = minetest.registered_nodes[under.name] - if def and def.on_rightclick then - return def.on_rightclick(pointed_thing.under, under, placer, itemstack) - end - - if pos - and within_limits(pos, 0) - and not minetest.is_protected(pos, placer:get_player_name()) then - - if not minetest.registered_entities[mob] then - return - end - - pos.y = pos.y + 1 - - local mob = minetest.add_entity(pos, mob) - local ent = mob:get_luaentity() - - -- don't set owner if monster or sneak pressed - if ent.type ~= "monster" - and not placer:get_player_control().sneak then - ent.owner = placer:get_player_name() - ent.tamed = true - end - - -- if not in creative then take item - if not mobs.is_creative(placer:get_player_name()) then - itemstack:take_item() - end - end - - return itemstack - end, - }) - -end - - --- capture critter (thanks to blert2112 for idea) -function mobs:capture_mob(self, clicker, chance_hand, chance_net, chance_lasso, force_take, replacewith) - - if self.child - or not clicker:is_player() - or not clicker:get_inventory() then - return false - end - - -- get name of clicked mob - local mobname = self.name - - -- if not nil change what will be added to inventory - if replacewith then - mobname = replacewith - end - - local name = clicker:get_player_name() - local tool = clicker:get_wielded_item() - - -- are we using hand, net or lasso to pick up mob? - if tool:get_name() ~= "" - and tool:get_name() ~= "mobs:net" - and tool:get_name() ~= "mobs:lasso" then - return false - end - - -- is mob tamed? - if self.tamed == false - and force_take == false then - - minetest.chat_send_player(name, S("Not tamed!")) - - return true -- false - end - - -- cannot pick up if not owner - if self.owner ~= name - and force_take == false then - - minetest.chat_send_player(name, S("@1 is owner!", self.owner)) - - return true -- false - end - - if clicker:get_inventory():room_for_item("main", mobname) then - - -- was mob clicked with hand, net, or lasso? - local chance = 0 - - if tool:get_name() == "" then - chance = chance_hand - - elseif tool:get_name() == "mobs:net" then - - chance = chance_net - - tool:add_wear(4000) -- 17 uses - - clicker:set_wielded_item(tool) - - elseif tool:get_name() == "mobs:lasso" then - - chance = chance_lasso - - tool:add_wear(650) -- 100 uses - - clicker:set_wielded_item(tool) - - end - - -- calculate chance.. add to inventory if successful? - if chance > 0 and random(1, 100) <= chance then - - -- default mob egg - local new_stack = ItemStack(mobname) - - -- add special mob egg with all mob information - -- unless 'replacewith' contains new item to use - if not replacewith then - - new_stack = ItemStack(mobname .. "_set") - - local tmp = {} - - for _,stat in pairs(self) do - local t = type(stat) - if t ~= "function" - and t ~= "nil" - and t ~= "userdata" then - tmp[_] = self[_] - end - end - - local data_str = minetest.serialize(tmp) - - new_stack:set_metadata(data_str) - end - - local inv = clicker:get_inventory() - - if inv:room_for_item("main", new_stack) then - inv:add_item("main", new_stack) - else - minetest.add_item(clicker:get_pos(), new_stack) - end - - self.object:remove() - - mob_sound(self, "default_place_node_hard") - - - else - minetest.chat_send_player(name, S("Missed!")) - - mob_sound(self, "mobs_swing") - end - end - - return true -end - - --- protect tamed mob with rune item -function mobs:protect(self, clicker) - - local name = clicker:get_player_name() - local tool = clicker:get_wielded_item() - - if tool:get_name() ~= "mobs:protector" then - return false - end - - if self.tamed == false then - minetest.chat_send_player(name, S("Not tamed!")) - return true -- false - end - - if self.protected == true then - minetest.chat_send_player(name, S("Already protected!")) - return true -- false - end - - if not mobs.is_creative(clicker:get_player_name()) then - tool:take_item() -- take 1 protection rune - clicker:set_wielded_item(tool) - end - - self.protected = true - - local pos = self.object:get_pos() - pos.y = pos.y + self.collisionbox[2] + 0.5 - - effect(self.object:get_pos(), 25, "mobs_protect_particle.png", 0.5, 4, 2, 15) - - mob_sound(self, "mobs_spell") - - return true -end - - -local mob_obj = {} -local mob_sta = {} - --- feeding, taming and breeding (thanks blert2112) -function mobs:feed_tame(self, clicker, feed_count, breed, tame) - - if not self.follow then - return false - end - - -- can eat/tame with item in hand - if follow_holding(self, clicker) then - - -- if not in creative then take item - if not mobs.is_creative(clicker:get_player_name()) then - - local item = clicker:get_wielded_item() - - item:take_item() - - clicker:set_wielded_item(item) - end - - -- increase health - self.health = self.health + 4 - - if self.health >= self.hp_max then - - self.health = self.hp_max - - if self.htimer < 1 then - - minetest.chat_send_player(clicker:get_player_name(), - S("@1 at full health (@2)", - self.name:split(":")[2], tostring(self.health))) - - self.htimer = 5 - end - end - - self.object:set_hp(self.health) - - update_tag(self) - - -- make children grow quicker - if self.child == true then - - self.hornytimer = self.hornytimer + 20 - - return true - end - - -- feed and tame - self.food = (self.food or 0) + 1 - if self.food >= feed_count then - - self.food = 0 - - if breed and self.hornytimer == 0 then - self.horny = true - end - - self.gotten = false - - if tame then - - if self.tamed == false then - minetest.chat_send_player(clicker:get_player_name(), - S("@1 has been tamed!", - self.name:split(":")[2])) - end - - self.tamed = true - - if not self.owner or self.owner == "" then - self.owner = clicker:get_player_name() - end - end - - -- make sound when fed so many times - mob_sound(self, self.sounds.random) - end - - return true - end - - local item = clicker:get_wielded_item() - - -- if mob has been tamed you can name it with a nametag - if item:get_name() == "mobs:nametag" - and clicker:get_player_name() == self.owner then - - local name = clicker:get_player_name() - - -- store mob and nametag stack in external variables - mob_obj[name] = self - mob_sta[name] = item - - local tag = self.nametag or "" - - minetest.show_formspec(name, "mobs_nametag", "size[8,4]" - .. default.gui_bg - .. default.gui_bg_img - .. "field[0.5,1;7.5,0;name;" .. minetest.formspec_escape(S("Enter name:")) .. ";" .. tag .. "]" - .. "button_exit[2.5,3.5;3,1;mob_rename;" .. minetest.formspec_escape(S("Rename")) .. "]") - - end - - return false - -end - - --- inspired by blockmen's nametag mod -minetest.register_on_player_receive_fields(function(player, formname, fields) - - -- right-clicked with nametag and name entered? - if formname == "mobs_nametag" - and fields.name - and fields.name ~= "" then - - local name = player:get_player_name() - - if not mob_obj[name] - or not mob_obj[name].object then - return - end - - -- limit name entered to 64 characters long - if string.len(fields.name) > 64 then - fields.name = string.sub(fields.name, 1, 64) - end - - -- update nametag - mob_obj[name].nametag = fields.name - - update_tag(mob_obj[name]) - - -- if not in creative then take item - if not mobs.is_creative(name) then - - mob_sta[name]:take_item() - - player:set_wielded_item(mob_sta[name]) - end - - -- reset external variables - mob_obj[name] = nil - mob_sta[name] = nil - - end -end) - - --- compatibility function for old entities to new modpack entities -function mobs:alias_mob(old_name, new_name) - - -- spawn egg - minetest.register_alias(old_name, new_name) - - -- entity - minetest.register_entity(":" .. old_name, { - - physical = false, - - on_step = function(self) - - local pos = self.object:get_pos() - - if minetest.registered_entities[new_name] then - minetest.add_entity(pos, new_name) - end - - self.object:remove() - end - }) -end - --- =================================================================== --- RJK code. - -minetest.register_on_chat_message(function(name, message) - local n - n = string.find (message, "bee" ) - if n ~= nil then LastBeeTalkTime = 0 end - n = string.find (message, "Bee" ) - if n ~= nil then LastBeeTalkTime = 0 end - - n = string.find (message, "kitten" ) - if n ~= nil then LastKittenTalkTime = 0 end - n = string.find (message, "Kitten" ) - if n ~= nil then LastKittenTalkTime = 0 end - - n = string.find (message, "cat" ) - if n ~= nil then LastKittenTalkTime = 0 end - n = string.find (message, "Cat" ) - if n ~= nil then LastKittenTalkTime = 0 end - - n = string.find (message, "wolf" ) - if n ~= nil then LastWolfTalkTime = 0 end - n = string.find (message, "Wolf" ) - if n ~= nil then LastWolfTalkTime = 0 end -end) diff --git a/patches/Bucket_Game-patched/mods/codermobs/codermobs/src/elk.blend b/patches/Bucket_Game-patched/mods/codermobs/codermobs/src/elk.blend index d6990bc1183f26d7aad6158d2aa4a01c5b3948f5..3bee9cd1348bfa8346613213123474f86b643fb8 100644 GIT binary patch delta 84893 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 0 then - return - end - - self.old_health = self.health - - -- still got some health? play hurt sound - if self.health > 0 then - - mob_sound(self, self.sounds.damage) - - -- make sure health isn't higher than max - if self.health > self.hp_max then - self.health = self.hp_max - end - - -- backup nametag so we can show health stats - if not self.nametag2 then - self.nametag2 = self.nametag or "" - end - - if show_health then - - self.htimer = 2 - self.nametag = "♥ " .. self.health .. " / " .. self.hp_max - - update_tag(self) - end - - return false - end - - -- dropped cooked item if mob died in lava - if cause == "lava" then - item_drop(self, true) - else - item_drop(self, nil) - end - - mob_sound(self, self.sounds.death) - - local pos = self.object:get_pos() - - -- execute custom death function - if self.on_die then - - self.on_die(self, pos) - - if use_cmi then - cmi.notify_die(self.object, cmi_cause) - end - - self.object:remove() - - return true - end - - -- default death function and die animation (if defined) - if self.animation - and self.animation.die_start - and self.animation.die_end then - - local frames = self.animation.die_end - self.animation.die_start - local speed = self.animation.die_speed or 15 - local length = max(frames / speed, 0) - - self.attack = nil - self.v_start = false - self.timer = 0 - self.blinktimer = 0 - self.passive = true - self.state = "die" - set_velocity(self, 0) - set_animation(self, "die") - - minetest.after(length, function(self) - - if use_cmi then - cmi.notify_die(self.object, cmi_cause) - end - - self.object:remove() - end, self) - else - - if use_cmi then - cmi.notify_die(self.object, cmi_cause) - end - - self.object:remove() - end - - effect(pos, 20, "tnt_smoke.png") - - return true -end - - --- check if within physical map limits (-30911 to 30927) -local within_limits = function(pos, radius) - - if (pos.x - radius) > -30913 - and (pos.x + radius) < 30928 - and (pos.y - radius) > -30913 - and (pos.y + radius) < 30928 - and (pos.z - radius) > -30913 - and (pos.z + radius) < 30928 then - return true -- within limits - end - - return false -- beyond limits -end - - --- is mob facing a cliff -local is_at_cliff = function(self) - - if self.fear_height == 0 then -- 0 for no falling protection! - return false - end - --- RJK: Bug fix for old mobs --- local yaw = self.object:get_yaw() - local yaw = (self.object:get_yaw() or 0) + self.rotate - minetest.log ("action", "yawful " .. yaw) -- @@@ - - local dir_x = -sin(yaw) * (self.collisionbox[4] + 0.5) - local dir_z = cos(yaw) * (self.collisionbox[4] + 0.5) - local pos = self.object:get_pos() - local ypos = pos.y + self.collisionbox[2] -- just above floor - - if minetest.line_of_sight( - {x = pos.x + dir_x, y = ypos, z = pos.z + dir_z}, - {x = pos.x + dir_x, y = ypos - self.fear_height, z = pos.z + dir_z} - , 1) then - return true - end - - dir_x = sin(yaw) * 2 - dir_z = cos(yaw) * 2 - - if self.fear_height > 2 then - if minetest.line_of_sight ( - {x = pos.x + dir_x, y = pos.y , z = pos.z + dir_z} , - {x = pos.x + dir_x, y = pos.y - self.fear_height , z = pos.z + dir_z} , -1) then - return true - end - end - - return false -end - - --- get node but use fallback for nil or unknown -local node_ok = function(pos, fallback) - - fallback = fallback or mobs.fallback_node - - local node = minetest.get_node_or_nil(pos) - - if node and minetest.registered_nodes[node.name] then - return node - end - - return minetest.registered_nodes[fallback] -- {name = fallback} -end - - --- environmental damage (water, lava, fire, light etc.) -local do_env_damage = function(self) - - -- feed/tame text timer (so mob 'full' messages dont spam chat) - if self.htimer > 0 then - self.htimer = self.htimer - 1 - end - - -- reset nametag after showing health stats - if self.htimer < 1 and self.nametag2 then - - self.nametag = self.nametag2 - self.nametag2 = nil - - update_tag(self) - end - - local pos = self.object:get_pos() - - self.time_of_day = minetest.get_timeofday() - - -- remove mob if beyond map limits - if not within_limits(pos, 0) then - self.object:remove() - return - end - - -- bright light harms mob - if self.light_damage ~= 0 --- and pos.y > 0 --- and self.time_of_day > 0.2 --- and self.time_of_day < 0.8 - and (minetest.get_node_light(pos) or 0) > 12 then - - self.health = self.health - self.light_damage - - effect(pos, 5, "tnt_smoke.png") - - if check_for_death(self, "light", {type = "light"}) then return end - end - - local y_level = self.collisionbox[2] - - if self.child then - y_level = self.collisionbox[2] * 0.5 - end - - -- what is mob standing in? - pos.y = pos.y + y_level + 0.25 -- foot level - self.standing_in = node_ok(pos, "air").name --- print ("standing in " .. self.standing_in) - - -- don't fall when on ignore, just stand still - if self.standing_in == "ignore" then - self.object:setvelocity({x = 0, y = 0, z = 0}) - end - - local nodef = minetest.registered_nodes[self.standing_in] - - pos.y = pos.y + 1 -- for particle effect position - - -- water - if self.water_damage - and nodef.groups.water then - - if self.water_damage ~= 0 then - - self.health = self.health - self.water_damage - - effect(pos, 5, "bubble.png", nil, nil, 1, nil) - - if check_for_death(self, "water", {type = "environment", - pos = pos, node = self.standing_in}) then return end - end - - -- lava or fire - elseif self.lava_damage - and (nodef.groups.lava - or self.standing_in == node_fire - or self.standing_in == node_permanent_flame) then - - if self.lava_damage ~= 0 then - - self.health = self.health - self.lava_damage - - effect(pos, 5, "fire_basic_flame.png", nil, nil, 1, nil) - - if check_for_death(self, "lava", {type = "environment", - pos = pos, node = self.standing_in}) then return end - end - - -- damage_per_second node check - elseif nodef.damage_per_second ~= 0 then - - self.health = self.health - nodef.damage_per_second - - effect(pos, 5, "tnt_smoke.png") - - if check_for_death(self, "dps", {type = "environment", - pos = pos, node = self.standing_in}) then return end - end ---[[ - --- suffocation inside solid node - if self.suffocation ~= 0 - and nodef.walkable == true - and nodef.groups.disable_suffocation ~= 1 - and nodef.drawtype == "normal" then - - self.health = self.health - self.suffocation - - if check_for_death(self, "suffocation", {type = "environment", - pos = pos, node = self.standing_in}) then return end - end -]] - check_for_death(self, "", {type = "unknown"}) -end - - --- jump if facing a solid node (not fences or gates) -local do_jump = function(self) - - if not self.jump - or self.jump_height == 0 - or self.fly - or self.child then - return false - end - - self.facing_fence = false - - -- something stopping us while moving? - if self.state ~= "stand" - and get_velocity(self) > 0.5 - and self.object:getvelocity().y ~= 0 then - return false - end - - local pos = self.object:get_pos() - local yaw = self.object:get_yaw() - - -- what is mob standing on? - pos.y = pos.y + self.collisionbox[2] - 0.2 - - local nod = node_ok(pos) - ---print ("standing on:", nod.name, pos.y) - - if minetest.registered_nodes[nod.name].walkable == false then - return false - end - - -- where is front - local dir_x = -sin(yaw) * (self.collisionbox[4] + 0.5) - local dir_z = cos(yaw) * (self.collisionbox[4] + 0.5) - - -- what is in front of mob? - local nod = node_ok({ - x = pos.x + dir_x, - y = pos.y + 0.5, - z = pos.z + dir_z - }) - - -- thin blocks that do not need to be jumped - if nod.name == node_snow then - return false - end - ---print ("in front:", nod.name, pos.y + 0.5) - - if self.walk_chance == 0 - or minetest.registered_items[nod.name].walkable then - - if not nod.name:find("fence") - and not nod.name:find("gate") then - - local v = self.object:getvelocity() - - v.y = self.jump_height - - set_animation(self, "jump") -- only when defined - - self.object:setvelocity(v) - - mob_sound(self, self.sounds.jump) - else - self.facing_fence = true - end - - return true - end - - return false -end - - --- blast damage to entities nearby (modified from TNT mod) -local entity_physics = function(pos, radius) - - radius = radius * 2 - - local objs = minetest.get_objects_inside_radius(pos, radius) - local obj_pos, dist - - for n = 1, #objs do - - obj_pos = objs[n]:get_pos() - - dist = get_distance(pos, obj_pos) - if dist < 1 then dist = 1 end - - local damage = floor((4 / dist) * radius) - local ent = objs[n]:get_luaentity() - - -- punches work on entities AND players - objs[n]:punch(objs[n], 1.0, { - full_punch_interval = 1.0, - damage_groups = {fleshy = damage}, - }, pos) - end -end - - --- should mob follow what I'm holding ? -local follow_holding = function(self, clicker) - - if mobs.invis[clicker:get_player_name()] then - return false - end - - local item = clicker:get_wielded_item() - local t = type(self.follow) - - -- single item - if t == "string" - and item:get_name() == self.follow then - return true - - -- multiple items - elseif t == "table" then - - for no = 1, #self.follow do - - if self.follow[no] == item:get_name() then - return true - end - end - end - - return false -end - - --- find two animals of same type and breed if nearby and horny -local breed = function(self) - - -- child takes 240 seconds before growing into adult - if self.child == true then - - self.hornytimer = self.hornytimer + 1 - - if self.hornytimer > 240 then - self.child = false - self.hornytimer = 0 - - self.object:set_properties({ - textures = self.base_texture, - mesh = self.base_mesh, - visual_size = self.base_size , - collisionbox = self.base_colbox , - }) - - -- custom function when child grows up - if self.on_grown then - self.on_grown(self) - else - -- jump when fully grown so as not to fall into ground - self.object:setvelocity({ - x = 0, - y = self.jump_height, - z = 0 - }) - end - end - - return - end - - -- horny animal can mate for 40 seconds, - -- afterwards horny animal cannot mate again for 200 seconds - if self.horny == true - and self.hornytimer < 240 then - - self.hornytimer = self.hornytimer + 1 - - if self.hornytimer >= 240 then - self.hornytimer = 0 - self.horny = false - end - end - - -- find another same animal who is also horny and mate if nearby - if self.horny == true - and self.hornytimer <= 40 then - - local pos = self.object:get_pos() - - effect({x = pos.x, y = pos.y + 1, z = pos.z}, 8, "heart.png", 3, 4, 1, 0.1) - - local objs = minetest.get_objects_inside_radius(pos, 3) - local num = 0 - local ent = nil - - for n = 1, #objs do - - ent = objs[n]:get_luaentity() - - -- check for same animal with different colour - local canmate = false - - if ent then - - if ent.name == self.name then - canmate = true - else - local entname = string.split(ent.name,":") - local selfname = string.split(self.name,":") - - if entname[1] == selfname[1] then - entname = string.split(entname[2],"_") - selfname = string.split(selfname[2],"_") - - if entname[1] == selfname[1] then - canmate = true - end - end - end - end - - if ent - and canmate == true - and ent.horny == true - and ent.hornytimer <= 40 then - num = num + 1 - end - - -- found your mate? then have a baby - if num > 1 then - - self.hornytimer = 41 - ent.hornytimer = 41 - - -- spawn baby - minetest.after(5, function() - - -- custom breed function - if self.on_breed then - - -- when false skip going any further - if self.on_breed(self, ent) == false then - return - end - else - effect(pos, 15, "tnt_smoke.png", 1, 2, 2, 15, 5) - end - - local mob = minetest.add_entity(pos, self.name) - local ent2 = mob:get_luaentity() - local textures = self.base_texture - - -- using specific child texture (if found) - if self.child_texture then - textures = self.child_texture[1] - end - - -- and resize to half height - mob:set_properties({ - textures = textures, - visual_size = { - x = self.base_size.x * .5, - y = self.base_size.y * .5, - }, - collisionbox = { - self.base_colbox[1] * .5, - self.base_colbox[2] * .5, - self.base_colbox[3] * .5, - self.base_colbox[4] * .5, - self.base_colbox[5] * .5, - self.base_colbox[6] * .5, - }, - }) - -- tamed and owned by parents' owner - ent2.child = true - ent2.tamed = true - ent2.owner = self.owner - end) - - num = 0 - - break - end - end - end -end - - --- find and replace what mob is looking for (grass, wheat etc.) -local replace = function(self, pos) - - if not self.replace_rate - or not self.replace_what - or self.child == true - or self.object:getvelocity().y ~= 0 - or random(1, self.replace_rate) > 1 then - return - end - - local what, with, y_offset - - if type(self.replace_what[1]) == "table" then - - local num = random(#self.replace_what) - - what = self.replace_what[num][1] or "" - with = self.replace_what[num][2] or "" - y_offset = self.replace_what[num][3] or 0 - else - what = self.replace_what - with = self.replace_with or "" - y_offset = self.replace_offset or 0 - end - - pos.y = pos.y + y_offset - - if #minetest.find_nodes_in_area(pos, pos, what) > 0 then - --- print ("replace node = ".. minetest.get_node(pos).name, pos.y) - - local oldnode = {name = what} - local newnode = {name = with} - local on_replace_return - - if self.on_replace then - on_replace_return = self.on_replace(self, pos, oldnode, newnode) - end - - if on_replace_return ~= false then - - minetest.set_node(pos, {name = with}) - - -- when cow/sheep eats grass, replace wool and milk - if self.gotten == true then - self.gotten = false - self.object:set_properties(self) - end - end - end -end - - --- check if daytime and also if mob is docile during daylight hours -local day_docile = function(self) - - if self.docile_by_day == false then - - return false - - elseif self.docile_by_day == true - and self.time_of_day > 0.2 - and self.time_of_day < 0.8 then - - return true - end -end - - --- path finding and smart mob routine by rnd -local smart_mobs = function(self, s, p, dist, dtime) - - local s1 = self.path.lastpos - - -- is it becoming stuck? - if abs(s1.x - s.x) + abs(s1.z - s.z) < 1.5 then - self.path.stuck_timer = self.path.stuck_timer + dtime - else - self.path.stuck_timer = 0 - end - - self.path.lastpos = {x = s.x, y = s.y, z = s.z} - - -- im stuck, search for path - if (self.path.stuck_timer > stuck_timeout and not self.path.following) - or (self.path.stuck_timer > stuck_path_timeout and self.path.following) then - - self.path.stuck_timer = 0 - - -- lets try find a path, first take care of positions - -- since pathfinder is very sensitive - local sheight = self.collisionbox[5] - self.collisionbox[2] - - -- round position to center of node to avoid stuck in walls - -- also adjust height for player models! - s.x = floor(s.x + 0.5) --- s.y = floor(s.y + 0.5) - sheight - s.z = floor(s.z + 0.5) - - local ssight, sground = minetest.line_of_sight(s, { - x = s.x, y = s.y - 4, z = s.z}, 1) - - -- determine node above ground - if not ssight then - s.y = sground.y + 1 - end - - local p1 = self.attack:get_pos() - - p1.x = floor(p1.x + 0.5) - p1.y = floor(p1.y + 0.5) - p1.z = floor(p1.z + 0.5) - - local dropheight = 6 - if self.fear_height ~= 0 then dropheight = self.fear_height end - --- self.path.way = minetest.find_path(s, p1, 16, 2, 6, "Dijkstra") - self.path.way = minetest.find_path(s, p1, 16, self.stepheight, dropheight, "A*_noprefetch") - - -- attempt to unstick mob that is "daydreaming" - self.object:setpos({ - x = s.x + 0.1 * (random() * 2 - 1), - y = s.y + 1, - z = s.z + 0.1 * (random() * 2 - 1) - }) - - self.state = "" - do_attack(self, self.attack) - - -- no path found, try something else - if not self.path.way then - - self.path.following = false - - -- lets make way by digging/building if not accessible - if self.pathfinding == 2 then - - -- is player higher than mob? - if s.y < p1.y then - - -- build upwards - if not minetest.is_protected(s, "") then - - local ndef1 = minetest.registered_nodes[self.standing_in] - - if ndef1 and (ndef1.buildable_to or ndef1.groups.liquid) then - - minetest.set_node(s, {name = mobs.fallback_node}) - end - end - - local sheight = math.ceil(self.collisionbox[5]) + 1 - - -- assume mob is 2 blocks high so it digs above its head - s.y = s.y + sheight - - -- remove one block above to make room to jump - if not minetest.is_protected(s, "") then - - local node1 = node_ok(s, "air").name - local ndef1 = minetest.registered_nodes[node1] - - if node1 ~= "air" - and node1 ~= "ignore" - and ndef1 - and not ndef1.groups.level - and not ndef1.groups.unbreakable - and not ndef1.groups.liquid then - - minetest.set_node(s, {name = "air"}) - minetest.add_item(s, ItemStack(node1)) - - end - end - - s.y = s.y - sheight - self.object:setpos({x = s.x, y = s.y + 2, z = s.z}) - - else -- dig 2 blocks to make door toward player direction - - local yaw1 = self.object:get_yaw() + pi / 2 - local p1 = { - x = s.x + cos(yaw1), - y = s.y, - z = s.z + sin(yaw1) - } - - if not minetest.is_protected(p1, "") then - - local node1 = node_ok(p1, "air").name - local ndef1 = minetest.registered_nodes[node1] - - if node1 ~= "air" - and node1 ~= "ignore" - and ndef1 - and not ndef1.groups.level - and not ndef1.groups.unbreakable - and not ndef1.groups.liquid then - - minetest.add_item(p1, ItemStack(node1)) - minetest.set_node(p1, {name = "air"}) - end - - p1.y = p1.y + 1 - node1 = node_ok(p1, "air").name - ndef1 = minetest.registered_nodes[node1] - - if node1 ~= "air" - and node1 ~= "ignore" - and ndef1 - and not ndef1.groups.level - and not ndef1.groups.unbreakable - and not ndef1.groups.liquid then - - minetest.add_item(p1, ItemStack(node1)) - minetest.set_node(p1, {name = "air"}) - end - - end - end - end - - -- will try again in 2 second - self.path.stuck_timer = stuck_timeout - 2 - - -- frustration! cant find the damn path :( - mob_sound(self, self.sounds.random) - else - -- yay i found path - mob_sound(self, self.sounds.attack) - - set_velocity(self, self.walk_velocity) - - -- follow path now that it has it - self.path.following = true - end - end -end - - --- specific attacks -local specific_attack = function(list, what) - - -- no list so attack default (player, animals etc.) - if list == nil then - return true - end - - -- found entity on list to attack? - for no = 1, #list do - - if list[no] == what then - return true - end - end - - return false -end - - --- monster find someone to attack -local monster_attack = function(self) - - if self.type ~= "monster" - or not damage_enabled - or creative - or self.state == "attack" - or day_docile(self) then - return - end - - local s = self.object:get_pos() - local p, sp, dist - local player, obj, min_player - local type, name = "", "" - local min_dist = self.view_range + 1 - local objs = minetest.get_objects_inside_radius(s, self.view_range) - - for n = 1, #objs do - - if objs[n]:is_player() then - - if mobs.invis[ objs[n]:get_player_name() ] then - - type = "" - else - player = objs[n] - type = "player" - name = "player" - end - else - obj = objs[n]:get_luaentity() - - if obj then - player = obj.object - type = obj.type - name = obj.name or "" - end - end - - -- find specific mob to attack, failing that attack player/npc/animal - if specific_attack(self.specific_attack, name) - and (type == "player" or type == "npc" - or (type == "animal" and self.attack_animals == true)) then - - s = self.object:get_pos() - p = player:get_pos() - sp = s - - -- aim higher to make looking up hills more realistic - p.y = p.y + 1 - sp.y = sp.y + 1 - - dist = get_distance(p, s) - - if dist < self.view_range then - -- field of view check goes here - - -- choose closest player to attack - if line_of_sight(self, sp, p, 2) == true - and dist < min_dist then - min_dist = dist - min_player = player - end - end - end - end - - -- attack player - if min_player then - do_attack(self, min_player) - end -end - --- npc, find closest monster to attack -local npc_attack = function (self) - - if false then - if self.type ~= "npc" - or not self.attacks_monsters - or self.state == "attack" then - return - end - end - - if self.type == "monster" or - self.state == "attack" then return end - - local may_attack = false - if self.attacks_monsters or - self.attacks_set ~= nil then may_attack = true end - if not may_attack then return end - - local p, sp, obj, min_player - local s = self.object:get_pos() - local min_dist = self.view_range + 1 - local objs = minetest.get_objects_inside_radius (s, self.view_range) - - for n = 1, #objs do - obj = objs [n]:get_luaentity() - local attack_it = false - - if self.attacks_monsters and - obj and obj.type == "monster" then - attack_it = true - end - - if self.attacks_set ~= nil and obj and obj.name and - self.attacks_set [obj.name] then - attack_it = true - end - - if attack_it then - p = obj.object:get_pos() - local dist = get_distance (p, s) - - if dist < min_dist then - min_dist = dist - min_player = obj.object - end - end - end - - if min_player then - do_attack (self, min_player) - end -end - - --- follow player if owner or holding item, if fish outta water then flop -local follow_flop = function(self) - - -- find player to follow - if (self.follow ~= "" - or self.order == "follow") - and not self.following - and self.state ~= "attack" - and self.state ~= "runaway" then - - local s = self.object:get_pos() - local players = minetest.get_connected_players() - - for n = 1, #players do - - if get_distance(players[n]:get_pos(), s) < self.view_range - and not mobs.invis[ players[n]:get_player_name() ] then - - self.following = players[n] - - break - end - end - end - - if self.type == "npc" - and self.order == "follow" - and self.state ~= "attack" - and self.owner ~= "" then - - -- npc stop following player if not owner - if self.following - and self.owner - and self.owner ~= self.following:get_player_name() then - self.following = nil - end - else - -- stop following player if not holding specific item - if self.following - and self.following:is_player() - and follow_holding(self, self.following) == false then - self.following = nil - end - - end - - -- follow that thing - if self.following then - - local s = self.object:get_pos() - local p - - if self.following:is_player() then - - p = self.following:get_pos() - - elseif self.following.object then - - p = self.following.object:get_pos() - end - - if p then - - local dist = get_distance(p, s) - - -- dont follow if out of range - if dist > self.view_range then - self.following = nil - else - local vec = { - x = p.x - s.x, - z = p.z - s.z - } - - local yaw = (atan(vec.z / vec.x) + pi / 2) - self.rotate - - if p.x > s.x then yaw = yaw + pi end - - yaw = set_yaw(self.object, yaw) - - -- anyone but standing npc's can move along - if dist > self.reach - and self.order ~= "stand" then - - set_velocity(self, self.walk_velocity) - - if self.walk_chance ~= 0 then - set_animation(self, "walk") - end - else - set_velocity(self, 0) - set_animation(self, "stand") - end - - return - end - end - end - - -- swimmers flop when out of their element, and swim again when back in - if self.fly then - local s = self.object:get_pos() - if not flight_check(self, s) then - - self.state = "flop" - self.object:setvelocity({x = 0, y = -5, z = 0}) - - set_animation(self, "stand") - - return - elseif self.state == "flop" then - self.state = "stand" - end - end -end - - --- dogshoot attack switch and counter function -local dogswitch = function(self, dtime) - - -- switch mode not activated - if not self.dogshoot_switch - or not dtime then - return 0 - end - - self.dogshoot_count = self.dogshoot_count + dtime - - if (self.dogshoot_switch == 1 - and self.dogshoot_count > self.dogshoot_count_max) - or (self.dogshoot_switch == 2 - and self.dogshoot_count > self.dogshoot_count2_max) then - - self.dogshoot_count = 0 - - if self.dogshoot_switch == 1 then - self.dogshoot_switch = 2 - else - self.dogshoot_switch = 1 - end - end - - return self.dogshoot_switch -end - - --- execute current state (stand, walk, run, attacks) -local do_states = function(self, dtime) - - local yaw = self.object:get_yaw() or 0 - - if self.state == "stand" then - - if random(1, 4) == 1 then - - local lp = nil - local s = self.object:get_pos() - local objs = minetest.get_objects_inside_radius(s, 3) - - for n = 1, #objs do - - if objs[n]:is_player() then - lp = objs[n]:get_pos() - break - end - end - - -- look at any players nearby, otherwise turn randomly - if lp then - - local vec = { - x = lp.x - s.x, - z = lp.z - s.z - } - - yaw = (atan(vec.z / vec.x) + pi / 2) - self.rotate - - if lp.x > s.x then yaw = yaw + pi end - else - yaw = yaw + random(-0.5, 0.5) - end - - yaw = set_yaw(self.object, yaw) - end - - set_velocity(self, 0) - set_animation(self, "stand") - - -- npc's ordered to stand stay standing - if self.type ~= "npc" - or self.order ~= "stand" then - - if self.walk_chance ~= 0 - and self.facing_fence ~= true - and random(1, 100) <= self.walk_chance - and is_at_cliff(self) == false then - - set_velocity(self, self.walk_velocity) - self.state = "walk" - set_animation(self, "walk") - - -- fly up/down randomly for flying mobs - if self.fly and random(1, 100) <= self.walk_chance then - - local v = self.object:getvelocity() - local ud = random(-1, 2) / 9 - - self.object:setvelocity({x = v.x, y = ud, z = v.z}) - end - end - end - - elseif self.state == "walk" then - - local s = self.object:get_pos() - local lp = nil - - -- is there something I need to avoid? - if self.water_damage > 0 - and self.lava_damage > 0 then - - lp = minetest.find_node_near(s, 1, {"group:water", "group:lava"}) - - elseif self.water_damage > 0 then - - lp = minetest.find_node_near(s, 1, {"group:water"}) - - elseif self.lava_damage > 0 then - - lp = minetest.find_node_near(s, 1, {"group:lava"}) - end - - if lp then - - -- if mob in water or lava then look for land - if (self.lava_damage - and minetest.registered_nodes[self.standing_in].groups.lava) - or (self.water_damage - and minetest.registered_nodes[self.standing_in].groups.water) then - - lp = minetest.find_node_near(s, 5, {"group:soil", "group:stone", - "group:sand", node_ice, node_snowblock}) - - -- did we find land? - if lp then - - local vec = { - x = lp.x - s.x, - z = lp.z - s.z - } - - yaw = (atan(vec.z / vec.x) + pi / 2) - self.rotate - - if lp.x > s.x then yaw = yaw + pi end - - -- look towards land and jump/move in that direction - yaw = set_yaw(self.object, yaw) - do_jump(self) - set_velocity(self, self.walk_velocity) - else - yaw = yaw + random(-0.5, 0.5) - end - - else - - local vec = { - x = lp.x - s.x, - z = lp.z - s.z - } - - yaw = (atan(vec.z / vec.x) + pi / 2) - self.rotate - - if lp.x > s.x then yaw = yaw + pi end - end - - yaw = set_yaw(self.object, yaw) - - -- otherwise randomly turn - elseif random(1, 100) <= 30 then - - yaw = yaw + random(-0.5, 0.5) - - yaw = set_yaw(self.object, yaw) - end - - -- stand for great fall in front - local temp_is_cliff = is_at_cliff(self) - - if self.facing_fence == true - or temp_is_cliff - or random(1, 100) <= 30 then - - set_velocity(self, 0) - self.state = "stand" - set_animation(self, "stand") - else - set_velocity(self, self.walk_velocity) - - if flight_check(self) - and self.animation - and self.animation.fly_start - and self.animation.fly_end then - set_animation(self, "fly") - else - set_animation(self, "walk") - end - end - - -- runaway when punched - elseif self.state == "runaway" then - - self.runaway_timer = self.runaway_timer + 1 - - -- stop after 5 seconds or when at cliff - if self.runaway_timer > 5 - or is_at_cliff(self) then - self.runaway_timer = 0 - set_velocity(self, 0) - self.state = "stand" - set_animation(self, "stand") - else - set_velocity(self, self.run_velocity) - set_animation(self, "walk") - end - - -- attack routines (explode, dogfight, shoot, dogshoot) - elseif self.state == "attack" then - - -- calculate distance from mob and enemy - local s = self.object:get_pos() - local p = self.attack:get_pos() or s - local dist = get_distance(p, s) - - -- stop attacking if player or out of range - if dist > self.view_range - or not self.attack - or not self.attack:get_pos() - or self.attack:get_hp() <= 0 - or (self.attack:is_player() and mobs.invis[ self.attack:get_player_name() ]) then - --- print(" ** stop attacking **", dist, self.view_range) - self.state = "stand" - set_velocity(self, 0) - set_animation(self, "stand") - self.attack = nil - self.v_start = false - self.timer = 0 - self.blinktimer = 0 - - return - end - - if self.attack_type == "explode" then - - local vec = { - x = p.x - s.x, - z = p.z - s.z - } - - yaw = (atan(vec.z / vec.x) + pi / 2) - self.rotate - - if p.x > s.x then yaw = yaw + pi end - - yaw = set_yaw(self.object, yaw) - - -- start timer when inside reach - if dist < self.reach and not self.v_start then - self.v_start = true - self.timer = 0 - self.blinktimer = 0 --- print ("=== explosion timer started", self.explosion_timer) - end - - -- walk right up to player when timer active - if dist < 1.5 and self.v_start then - set_velocity(self, 0) - else - set_velocity(self, self.run_velocity) - end - - if self.animation and self.animation.run_start then - set_animation(self, "run") - else - set_animation(self, "walk") - end - - if self.v_start then - - self.timer = self.timer + dtime - self.blinktimer = (self.blinktimer or 0) + dtime - - if self.blinktimer > 0.2 then - - self.blinktimer = 0 - - if self.blinkstatus then - self.object:settexturemod("") - else - self.object:settexturemod("^[brighten") - end - - self.blinkstatus = not self.blinkstatus - end - --- print ("=== explosion timer", self.timer) - - if self.timer > self.explosion_timer then - - local pos = self.object:get_pos() - local radius = self.explosion_radius or 1 - local damage_radius = radius - - -- dont damage anything if area protected or next to water - if minetest.find_node_near(pos, 1, {"group:water"}) - or minetest.is_protected(pos, "") then - - damage_radius = 0 - end - - self.object:remove() - - if minetest.get_modpath("tnt") and tnt and tnt.boom - and not minetest.is_protected(pos, "") then - - tnt.boom(pos, { - radius = radius, - damage_radius = damage_radius, - sound = self.sounds.explode, - }) - else - - minetest.sound_play(self.sounds.explode, { - pos = pos, - gain = 1.0, - max_hear_distance = self.sounds.distance or 32 - }) - - entity_physics(pos, damage_radius) - effect(pos, 32, "tnt_smoke.png", radius * 3, radius * 5, radius, 1, 0) - end - - return - end - end - - elseif self.attack_type == "dogfight" - or (self.attack_type == "dogshoot" and dogswitch(self, dtime) == 2) - or (self.attack_type == "dogshoot" and dist <= self.reach and dogswitch(self) == 0) then - - if self.fly - and dist > self.reach then - - local p1 = s - local me_y = floor(p1.y) - local p2 = p - local p_y = floor(p2.y + 1) - local v = self.object:getvelocity() - - if flight_check(self, s) then - - if me_y < p_y then - - self.object:setvelocity({ - x = v.x, - y = 1 * self.walk_velocity, - z = v.z - }) - - elseif me_y > p_y then - - self.object:setvelocity({ - x = v.x, - y = -1 * self.walk_velocity, - z = v.z - }) - end - else - if me_y < p_y then - - self.object:setvelocity({ - x = v.x, - y = 0.01, - z = v.z - }) - - elseif me_y > p_y then - - self.object:setvelocity({ - x = v.x, - y = -0.01, - z = v.z - }) - end - end - - end - - -- rnd: new movement direction - if self.path.following - and self.path.way - and self.attack_type ~= "dogshoot" then - - -- no paths longer than 50 - if #self.path.way > 50 - or dist < self.reach then - self.path.following = false - return - end - - local p1 = self.path.way[1] - - if not p1 then - self.path.following = false - return - end - - if abs(p1.x-s.x) + abs(p1.z - s.z) < 0.6 then - -- reached waypoint, remove it from queue - table.remove(self.path.way, 1) - end - - -- set new temporary target - p = {x = p1.x, y = p1.y, z = p1.z} - end - - local vec = { - x = p.x - s.x, - z = p.z - s.z - } - - yaw = (atan(vec.z / vec.x) + pi / 2) - self.rotate - - if p.x > s.x then yaw = yaw + pi end - - yaw = set_yaw(self.object, yaw) - - -- move towards enemy if beyond mob reach - if dist > self.reach then - - -- path finding by rnd - if self.pathfinding -- only if mob has pathfinding enabled - and enable_pathfinding then - - smart_mobs(self, s, p, dist, dtime) - end - - if is_at_cliff(self) then - - set_velocity(self, 0) - set_animation(self, "stand") - else - - if self.path.stuck then - set_velocity(self, self.walk_velocity) - else - set_velocity(self, self.run_velocity) - end - - if self.animation and self.animation.run_start then - set_animation(self, "run") - else - set_animation(self, "walk") - end - end - - else -- rnd: if inside reach range - - self.path.stuck = false - self.path.stuck_timer = 0 - self.path.following = false -- not stuck anymore - - set_velocity(self, 0) - - if not self.custom_attack then - - if self.timer > 1 then - - self.timer = 0 - - if self.double_melee_attack - and random(1, 2) == 1 then - set_animation(self, "punch2") - else - set_animation(self, "punch") - end - - local p2 = p - local s2 = s - - p2.y = p2.y + .5 - s2.y = s2.y + .5 - - if line_of_sight(self, p2, s2) == true then - - -- play attack sound - mob_sound(self, self.sounds.attack) - - -- punch player (or what player is attached to) - local attached = self.attack:get_attach() - if attached then - self.attack = attached - end - self.attack:punch(self.object, 1.0, { - full_punch_interval = 1.0, - damage_groups = {fleshy = self.damage} - }, nil) - end - end - else -- call custom attack every second - if self.custom_attack - and self.timer > 1 then - - self.timer = 0 - - self.custom_attack(self, p) - end - end - end - - elseif self.attack_type == "shoot" - or (self.attack_type == "dogshoot" and dogswitch(self, dtime) == 1) - or (self.attack_type == "dogshoot" and dist > self.reach and dogswitch(self) == 0) then - - p.y = p.y - .5 - s.y = s.y + .5 - - local dist = get_distance(p, s) - local vec = { - x = p.x - s.x, - y = p.y - s.y, - z = p.z - s.z - } - - yaw = (atan(vec.z / vec.x) + pi / 2) - self.rotate - - if p.x > s.x then yaw = yaw + pi end - - yaw = set_yaw(self.object, yaw) - - set_velocity(self, 0) - - if self.shoot_interval - and self.timer > self.shoot_interval - and random(1, 100) <= 60 then - - self.timer = 0 - set_animation(self, "shoot") - - -- play shoot attack sound - mob_sound(self, self.sounds.shoot_attack) - - local p = self.object:get_pos() - - p.y = p.y + (self.collisionbox[2] + self.collisionbox[5]) / 2 - - if minetest.registered_entities[self.arrow] then - - local obj = minetest.add_entity(p, self.arrow) - local ent = obj:get_luaentity() - local amount = (vec.x * vec.x + vec.y * vec.y + vec.z * vec.z) ^ 0.5 - local v = ent.velocity or 1 -- or set to default - - ent.switch = 1 - ent.owner_id = tostring(self.object) -- add unique owner id to arrow - - -- offset makes shoot aim accurate - vec.y = vec.y + self.shoot_offset - vec.x = vec.x * (v / amount) - vec.y = vec.y * (v / amount) - vec.z = vec.z * (v / amount) - - obj:setvelocity(vec) - end - end - end - end -end - - --- falling and fall damage -local falling = function(self, pos) - - if self.fly then - return - end - - -- floating in water (or falling) - local v = self.object:getvelocity() - - if v.y > 0 then - - -- apply gravity when moving up - self.object:setacceleration({ - x = 0, - y = -10, - z = 0 - }) - - elseif v.y <= 0 and v.y > self.fall_speed then - - -- fall downwards at set speed - self.object:setacceleration({ - x = 0, - y = self.fall_speed, - z = 0 - }) - else - -- stop accelerating once max fall speed hit - self.object:setacceleration({x = 0, y = 0, z = 0}) - end - - -- in water then float up --- if minetest.registered_nodes[node_ok(pos).name].groups.liquid then - if minetest.registered_nodes[node_ok(pos).name].groups.water then - - if self.floats == 1 then - - self.object:setacceleration({ - x = 0, - y = -self.fall_speed / (max(1, v.y) ^ 2), - z = 0 - }) - end - else - - -- fall damage onto solid ground - if self.fall_damage == 1 - and self.object:getvelocity().y == 0 then - - local d = (self.old_y or 0) - self.object:get_pos().y - - if d > 5 then - - self.health = self.health - floor(d - 5) - - effect(pos, 5, "tnt_smoke.png", 1, 2, 2, nil) - - if check_for_death(self, "fall", {type = "fall"}) then - return - end - end - - self.old_y = self.object:get_pos().y - end - end -end - - --- deal damage and effects when mob punched -local mob_punch = function(self, hitter, tflp, tool_capabilities, dir) - - -- custom punch function - if self.do_punch then - - -- when false skip going any further - if self.do_punch(self, hitter, tflp, tool_caps, dir) == false then - return - end - end - - -- mob health check --- if self.health <= 0 then --- return --- end - - -- error checking when mod profiling is enabled - if not tool_capabilities then - minetest.log("warning", "[mobs] Mod profiling enabled, damage not enabled") - return - end - - -- is mob protected? - if self.protected and hitter:is_player() - and minetest.is_protected(self.object:get_pos(), hitter:get_player_name()) then - minetest.chat_send_player(hitter:get_player_name(), S("Mob has been protected!")) - return - end - - - -- weapon wear - local weapon = hitter:get_wielded_item() - local punch_interval = 1.4 - - -- calculate mob damage - local damage = 0 - local armor = self.object:get_armor_groups() or {} - local tmp - - -- quick error check incase it ends up 0 (serialize.h check test) - if tflp == 0 then - tflp = 0.2 - end - - if use_cmi then - damage = cmi.calculate_damage(self.object, hitter, tflp, tool_capabilities, dir) - else - - for group,_ in pairs( (tool_capabilities.damage_groups or {}) ) do - - tmp = tflp / (tool_capabilities.full_punch_interval or 1.4) - - if tmp < 0 then - tmp = 0.0 - elseif tmp > 1 then - tmp = 1.0 - end - - damage = damage + (tool_capabilities.damage_groups[group] or 0) - * tmp * ((armor[group] or 0) / 100.0) - end - end - - -- check for tool immunity or special damage - for n = 1, #self.immune_to do - - if self.immune_to[n][1] == weapon:get_name() then - - damage = self.immune_to[n][2] or 0 - break - end - end - - -- healing - if damage <= -1 then - self.health = self.health - floor(damage) - return - end - --- print ("Mob Damage is", damage) - - if use_cmi then - - local cancel = cmi.notify_punch(self.object, hitter, tflp, tool_capabilities, dir, damage) - - if cancel then return end - end - - -- add weapon wear - if tool_capabilities then - punch_interval = tool_capabilities.full_punch_interval or 1.4 - end - - if weapon:get_definition() - and weapon:get_definition().tool_capabilities then - - weapon:add_wear(floor((punch_interval / 75) * 9000)) - hitter:set_wielded_item(weapon) - end - - -- only play hit sound and show blood effects if damage is 1 or over - if damage >= 1 then - - -- weapon sounds - if weapon:get_definition().sounds ~= nil then - - local s = random(0, #weapon:get_definition().sounds) - - minetest.sound_play(weapon:get_definition().sounds[s], { - object = self.object, --hitter, - max_hear_distance = 8 - }) - else - minetest.sound_play("default_punch", { - object = self.object, --hitter, - max_hear_distance = 5 - }) - end - - -- blood_particles - if self.blood_amount > 0 - and not disable_blood then - - local pos = self.object:get_pos() - - pos.y = pos.y + (-self.collisionbox[2] + self.collisionbox[5]) * .5 - - effect(pos, self.blood_amount, self.blood_texture, nil, nil, 1, nil) - end - - -- do damage - self.health = self.health - floor(damage) - - -- exit here if dead, special item check - if weapon:get_name() == "mobs:pick_lava" then - if check_for_death(self, "lava", {type = "punch", - puncher = hitter}) then - return - end - else - if check_for_death(self, "hit", {type = "punch", - puncher = hitter}) then - return - end - end - - --[[ add healthy afterglow when hit (can cause hit lag with larger textures) - core.after(0.1, function() - self.object:settexturemod("^[colorize:#c9900070") - - core.after(0.3, function() - self.object:settexturemod("") - end) - end) ]] - - -- knock back effect (only on full punch) - if self.knock_back > 0 - and tflp >= punch_interval then - - local v = self.object:getvelocity() - local r = 1.4 - min(punch_interval, 1.4) - local kb = r * 5 - local up = 2 - - -- if already in air then dont go up anymore when hit - if v.y > 0 - or self.fly then - up = 0 - end - - -- direction error check - dir = dir or {x = 0, y = 0, z = 0} - - -- check if tool already has specific knockback value - if tool_capabilities.damage_groups["knockback"] then - kb = tool_capabilities.damage_groups["knockback"] - else - kb = kb * 1.5 - end - - self.object:setvelocity({ - x = dir.x * kb, - y = up, - z = dir.z * kb - }) - - self.pause_timer = 0.25 - end - end -- END if damage - - -- if skittish then run away - if self.runaway == true then - - local lp = hitter:get_pos() - local s = self.object:get_pos() - local vec = { - x = lp.x - s.x, - y = lp.y - s.y, - z = lp.z - s.z - } - - local yaw = (atan(vec.z / vec.x) + 3 * pi / 2) - self.rotate - - if lp.x > s.x then - yaw = yaw + pi - end - - yaw = set_yaw(self.object, yaw) - self.state = "runaway" - self.runaway_timer = 0 - self.following = nil - end - - local name = hitter:get_player_name() or "" - - -- attack puncher and call other mobs for help - if self.passive == false - and self.state ~= "flop" - and self.child == false - and hitter:get_player_name() ~= self.owner - and not mobs.invis[ name ] then - - -- attack whoever punched mob - self.state = "" - do_attack(self, hitter) - - -- alert others to the attack - local objs = minetest.get_objects_inside_radius(hitter:get_pos(), self.view_range) - local obj = nil - - for n = 1, #objs do - - obj = objs[n]:get_luaentity() - - if obj then - - -- only alert members of same mob - if obj.group_attack == true - and obj.state ~= "attack" - and obj.owner ~= name - and obj.name == self.name then - do_attack(obj, hitter) - end - - -- have owned mobs attack player threat - if obj.owner == name and obj.owner_loyal then - do_attack(obj, self.object) - end - end - end - end -end - - --- get entity staticdata -local mob_staticdata = function(self) - - -- remove mob when out of range unless tamed - if remove_far - and self.remove_ok - and not self.tamed - and self.lifetimer < 20000 then - -- RJK code - if codermobs_disable_wild then self.lifetimer = 0 end - - --print ("REMOVED " .. self.name) - - self.object:remove() - - return ""-- nil - end - - self.remove_ok = true - self.attack = nil - self.following = nil - self.state = "stand" - - -- used to rotate older mobs - if self.drawtype - and self.drawtype == "side" then - self.rotate = math.rad(90) - end - - if use_cmi then - self.serialized_cmi_components = cmi.serialize_components(self._cmi_components) - end - - local tmp = {} - - for _,stat in pairs(self) do - - local t = type(stat) - - if t ~= "function" - and t ~= "nil" - and t ~= "userdata" - and _ ~= "_cmi_components" then - tmp[_] = self[_] - end - end - - --print('===== '..self.name..'\n'.. dump(tmp)..'\n=====\n') - return minetest.serialize(tmp) -end - - --- activate mob and reload settings -local mob_activate = function(self, staticdata, def, dtime) - - -- remove monsters in peaceful mode - if self.type == "monster" - and peaceful_only then - - self.object:remove() - - return - end - - -- load entity variables - local tmp = minetest.deserialize(staticdata) - - if tmp then - for _,stat in pairs(tmp) do - self[_] = stat - end - end - - -- select random texture, set model and size - if not self.base_texture then - - -- compatiblity with old simple mobs textures - if type(def.textures[1]) == "string" then - def.textures = {def.textures} - end - - self.base_texture = def.textures[random(1, #def.textures)] - self.base_mesh = def.mesh - self.base_size = self.visual_size - self.base_colbox = self.collisionbox - end - - -- set texture, model and size - local textures = self.base_texture - local mesh = self.base_mesh - local vis_size = self.base_size - local colbox = self.base_colbox - - -- specific texture if gotten - if self.gotten == true - and def.gotten_texture then - textures = def.gotten_texture - end - - -- specific mesh if gotten - if self.gotten == true - and def.gotten_mesh then - mesh = def.gotten_mesh - end - - -- set child objects to half size - if self.child == true then - - vis_size = { - x = self.base_size.x * .5, - y = self.base_size.y * .5, - } - - if def.child_texture then - textures = def.child_texture[1] - end - - colbox = { - self.base_colbox[1] * .5, - self.base_colbox[2] * .5, - self.base_colbox[3] * .5, - self.base_colbox[4] * .5, - self.base_colbox[5] * .5, - self.base_colbox[6] * .5 - } - end - - if self.health == 0 then - self.health = random (self.hp_min, self.hp_max) - end - - -- pathfinding init - self.path = {} - self.path.way = {} -- path to follow, table of positions - self.path.lastpos = {x = 0, y = 0, z = 0} - self.path.stuck = false - self.path.following = false -- currently following path? - self.path.stuck_timer = 0 -- if stuck for too long search for path - - -- mob defaults - self.object:set_armor_groups({immortal = 1, fleshy = self.armor}) - self.old_y = self.object:get_pos().y - self.old_health = self.health - self.sounds.distance = self.sounds.distance or 10 - self.textures = textures - self.mesh = mesh - self.collisionbox = colbox - self.visual_size = vis_size - self.standing_in = "" - - -- check existing nametag - if not self.nametag then - self.nametag = def.nametag - end - - -- set anything changed above - self.object:set_properties(self) - set_yaw(self.object, (random(0, 360) - 180) / 180 * pi) - update_tag(self) - set_animation(self, "stand") - - -- run on_spawn function if found - if self.on_spawn and not self.on_spawn_run then - if self.on_spawn(self) then - self.on_spawn_run = true -- if true, set flag to run once only - end - end - - -- run after_activate - if def.after_activate then - def.after_activate(self, staticdata, def, dtime) - end - - if use_cmi then - self._cmi_components = cmi.activate_components(self.serialized_cmi_components) - cmi.notify_activate(self.object, dtime) - end -end - - --- main mob function -local mob_step = function(self, dtime) - - if use_cmi then - cmi.notify_step(self.object, dtime) - end - - local pos = self.object:get_pos() - local yaw = 0 - - -- RJK code - if (self.type == "monster" and peaceful_only ) or - (self.type == "npc" and codermobs_disable_npc ) or - (not self.tamed and codermobs_disable_wild ) or - codermobs_disable_mobs then - self.object:remove() - return - end - - -- when lifetimer expires remove mob (except npc and tamed) - if self.type ~= "npc" - and not self.tamed - and self.state ~= "attack" - and remove_far ~= true - and self.lifetimer < 20000 then - - self.lifetimer = self.lifetimer - dtime - - if self.lifetimer <= 0 then - - -- only despawn away from player - local objs = minetest.get_objects_inside_radius(pos, 15) - - for n = 1, #objs do - - if objs[n]:is_player() then - - self.lifetimer = 20 - - return - end - end - --- minetest.log("action", --- S("lifetimer expired, removed @1", self.name)) - - effect(pos, 15, "tnt_smoke.png", 2, 4, 2, 0) - - self.object:remove() - - return - end - end - --- RJK: Start of simple mob talk code. --- - if self.name == nil then - self.name = "__oink__" - end - if self.name == "codermobs:bee" - and not self.tamed and math.random (2) == 1 then - local ttime = os.time() - if (ttime - LastBeeTalkTime) > BeeTalkDelay then - local mm = math.random (#BeeRemarks) - local ss = BeeRemarks [mm] - minetest.chat_send_all (" " .. ss) - LastBeeTalkTime = ttime - end - end - if self.name == "codermobs:kitten" - and not self.tamed and math.random (2) == 1 then - local ttime = os.time() - if (ttime - LastKittenTalkTime) > KittenTalkDelay then - local mm = math.random (#KittenRemarks) - local ss = KittenRemarks [mm] - minetest.chat_send_all (" " .. ss) - LastKittenTalkTime = ttime - end - end - if self.name == "codermobs:wolf" - and not self.tamed and math.random (2) == 1 then - local ttime = os.time() - if (ttime - LastWolfTalkTime) > WolfTalkDelay then - local mm = math.random (#WolfRemarks) - local ss = WolfRemarks [mm] - minetest.chat_send_all (" " .. ss) - LastWolfTalkTime = ttime - end - end --- --- RJK: End of simple mob talk code. - - falling(self, pos) - - -- knockback timer - if self.pause_timer > 0 then - - self.pause_timer = self.pause_timer - dtime - - return - end - - -- run custom function (defined in mob lua file) - if self.do_custom then - - -- when false skip going any further - if self.do_custom(self, dtime) == false then - return - end - end - - -- attack timer - self.timer = self.timer + dtime - - if self.state ~= "attack" then - if self.timer < 1 then - return - end - self.timer = 0 - end - - -- never go over 100 - if self.timer > 100 then - self.timer = 1 - end - - -- node replace check (cow eats grass etc.) - replace(self, pos) - - -- mob plays random sound at times - if random(1, 100) == 1 then - mob_sound(self, self.sounds.random) - end - - -- environmental damage timer (every 1 second) - self.env_damage_timer = self.env_damage_timer + dtime - - if (self.state == "attack" and self.env_damage_timer > 1) - or self.state ~= "attack" then - - self.env_damage_timer = 0 - - do_env_damage(self) - end - - monster_attack(self) - npc_attack(self) - breed(self) - follow_flop(self) - do_states(self, dtime) - do_jump(self) -end - - --- default function when mobs are blown up with TNT -local do_tnt = function(obj, damage) - - --print ("----- Damage", damage) - - obj.object:punch(obj.object, 1.0, { - full_punch_interval = 1.0, - damage_groups = {fleshy = damage}, - }, nil) - - return false, true, {} -end - - -mobs.spawning_mobs = {} - --- register mob entity -function mobs:register_mob (name, def) - - mobs.spawning_mobs[name] = true - -minetest.register_entity(name, { - - stepheight = def.stepheight or 1.1, -- was 0.6 - name = name, - type = def.type, - attack_type = def.attack_type, - fly = def.fly, - fly_in = def.fly_in or "air", - owner = def.owner or "", - order = def.order or "", - on_die = def.on_die, - do_custom = def.do_custom, - jump_height = def.jump_height or 4, -- was 6 - drawtype = def.drawtype, -- DEPRECATED, use rotate instead - rotate = math.rad(def.rotate or 0), -- 0=front, 90=side, 180=back, 270=side2 - lifetimer = def.lifetimer or 180, -- 3 minutes - hp_min = max(1, (def.hp_min or 5) * difficulty), - hp_max = max(1, (def.hp_max or 10) * difficulty), - physical = true, - collisionbox = def.collisionbox, - visual = def.visual, - visual_size = def.visual_size or {x = 1, y = 1}, - mesh = def.mesh, - makes_footstep_sound = def.makes_footstep_sound or false, - view_range = def.view_range or 5, - walk_velocity = def.walk_velocity or 1, - run_velocity = def.run_velocity or 2, - damage = max(0, (def.damage or 0) * difficulty), - light_damage = def.light_damage or 0, - water_damage = def.water_damage or 0, - lava_damage = def.lava_damage or 0, - suffocation = def.suffocation or 2, - fall_damage = def.fall_damage or 1, - fall_speed = def.fall_speed or -10, -- must be lower than -2 (default: -10) - drops = def.drops or {}, - armor = def.armor or 100, - on_rightclick = def.on_rightclick, - arrow = def.arrow, - shoot_interval = def.shoot_interval, - sounds = def.sounds or {}, - animation = def.animation, - follow = def.follow, - jump = def.jump ~= false, - walk_chance = def.walk_chance or 50, - attacks_monsters = def.attacks_monsters or false, - - -- RJK: - attacks_set = def.attacks_set, - - group_attack = def.group_attack or false, - passive = def.passive or false, - knock_back = def.knock_back or 3, - blood_amount = def.blood_amount or 5, - blood_texture = def.blood_texture or "mobs_blood.png", - shoot_offset = def.shoot_offset or 0, - floats = def.floats or 1, -- floats in water by default - replace_rate = def.replace_rate, - replace_what = def.replace_what, - replace_with = def.replace_with, - replace_offset = def.replace_offset or 0, - on_replace = def.on_replace, - timer = 0, - env_damage_timer = 0, -- only used when state = "attack" - tamed = false, - pause_timer = 0, - horny = false, - hornytimer = 0, - child = false, - gotten = false, - health = 0, - reach = def.reach or 3, - htimer = 0, - texture_list = def.textures, - child_texture = def.child_texture, - docile_by_day = def.docile_by_day or false, - time_of_day = 0.5, - fear_height = def.fear_height or 0, - runaway = def.runaway, - runaway_timer = 0, - pathfinding = def.pathfinding, - immune_to = def.immune_to or {}, - explosion_radius = def.explosion_radius, - explosion_timer = def.explosion_timer or 3, - custom_attack = def.custom_attack, - double_melee_attack = def.double_melee_attack, - dogshoot_switch = def.dogshoot_switch, - dogshoot_count = 0, - dogshoot_count_max = def.dogshoot_count_max or 5, - dogshoot_count2_max = def.dogshoot_count2_max or (def.dogshoot_count_max or 5), - attack_animals = def.attack_animals or false, - specific_attack = def.specific_attack, - owner_loyal = def.owner_loyal, - facing_fence = false, - _cmi_is_mob = true, - - on_spawn = def.on_spawn, - - on_blast = def.on_blast or do_tnt, - - on_step = mob_step, - - do_punch = def.do_punch, - - on_punch = mob_punch, - - on_breed = def.on_breed, - - on_grown = def.on_grown, - - on_activate = function(self, staticdata, dtime) - return mob_activate(self, staticdata, def, dtime) - end, - - get_staticdata = function(self) - return mob_staticdata(self) - end, - -}) - -end -- END mobs:register_mob function - -local function StartsWithAnyOf (String, StartList) - for _, str in ipairs (StartList) do - if string.sub (String, 1, string.len (str)) == str then - return true - end - end - return false -end - -local mob_prefixes = { - "critters_", "codermobs:", "petores:", "codersea:" -} - -local count_mobs = function (pos, type, mbrange) - local num_type = 0 - local num_total = 0 - - mbrange = mbrange * 16 - local objs = minetest.get_objects_inside_radius (pos, mbrange) - - for n = 1, #objs do - if not objs [n]:is_player() then - local obj = objs [n]:get_luaentity() - - if obj and obj.name and - StartsWithAnyOf (obj.name, mob_prefixes) then - num_total = num_total + 1 - - if obj.name == type then - num_type = num_type + 1 - end - end - end - end - - return num_type, num_total -end - --- global functions - -function mobs:spawn_specific (name, nodes, neighbors, min_light, max_light, - interval, chance, aoc, min_height, max_height, day_toggle, on_spawn) - - if cmdebug then -print ("cmdebug spawn_specific" - .. " name:" .. name - .. " min_light:" .. min_light - .. " max_light:" .. max_light - .. " min_height:" .. min_height - .. " max_height:" .. max_height - ) - end - - local mbrange = mobs.mbrange - mobs.mbrange = nil - - -- RJK: Set a default active_object_count - if (not aoc) or (aoc < 1) then - aoc = mobs.defaultaoc - end - - -- chance/spawn number override in minetest.conf for registered mob - local numbers = minetest.settings:get(name) - - if numbers then - numbers = numbers:split(",") - chance = tonumber(numbers[1]) or chance - aoc = tonumber(numbers[2]) or aoc - - if chance == 0 then - minetest.log("warning", string.format("[mobs] %s has spawning disabled", name)) - return - end - - minetest.log("action", - string.format("[mobs] Chance setting for %s changed to %s (total: %s)", name, chance, aoc)) - - end - - minetest.register_abm ({ - label = name .. " spawning", - nodenames = nodes, - neighbors = neighbors, - interval = interval, - chance = chance , - catch_up = false, - - action = function (pos, node, active_object_count, active_object_count_wider) - - if cmdebug then -print ("cmdebug chance:"..chance.." name:"..name.." pos:" -..pos.x..","..pos.y..","..pos.z) - end - - -- is mob actually registered? - if not mobs.spawning_mobs[name] then - return - end - --- if active_object_count_wider >= max_per_block then --- return --- end - - if mbrange == nil or mbrange == 0 then mbrange = 1 end - if mbrange > 3 then mbrange = 3 end - local m3 = mbrange * mbrange * mbrange - local cde = codermobs_density * m3 - - local not_ghost = true - if (name == "codermobs:ghost") then not_ghost = false end - - local a1, a2 = count_mobs (pos, name, mbrange) - if (a1 >= aoc) or - (not_ghost and (a1 > 0) and (a2 >= cde/2)) or - (not_ghost and (a2 >= cde)) then - if cmdebug then -print ("cmdebug too many entities: ", name, a1, aoc, a2, codermobs_density) - end - return - end - - -- if toggle set to nil then ignore day/night check - if day_toggle ~= nil then - local tod = (minetest.get_timeofday() or 0) * 24000 - - if tod > 4500 and tod < 19500 then - -- daylight, but mob wants night - if day_toggle == false then - return - end - else - -- night time but mob wants day - if day_toggle == true then - return - end - end - end - - -- spawn above node - pos.y = pos.y + 1 - - -- only spawn away from player - local objs = minetest.get_objects_inside_radius(pos, 6) - - for n = 1, #objs do - if objs[n]:is_player() then - return - end - end - - -- mobs cannot spawn in protected areas when enabled - if not codermobs_spawn_protected - and minetest.is_protected(pos, "") then - return - end - - -- are we spawning within height limits? - if pos.y > max_height - or pos.y < min_height then - return - end - - -- are light levels ok? - local light = minetest.get_node_light(pos) - if not light - or light > max_light - or light < min_light then - return - end - - -- are we spawning inside solid nodes? - if minetest.registered_nodes[node_ok(pos).name].walkable == true then - return - end - - pos.y = pos.y + 1 - - if minetest.registered_nodes[node_ok(pos).name].walkable == true then - return - end - - -- spawn mob half block higher than ground - pos.y = pos.y - 0.5 - - if minetest.registered_entities[name] then - local mob = minetest.add_entity(pos, name) ---[[ - print ("[mobs] Spawned " .. name .. " at " - .. minetest.pos_to_string(pos) .. " on " - .. node.name .. " near " .. neighbors[1]) -]] - if on_spawn then - - local ent = mob:get_luaentity() - - on_spawn(ent, pos) - end - else - minetest.log("warning", string.format("[mobs] %s failed to spawn at %s", - name, minetest.pos_to_string(pos))) - end - end - }) -end - --- RJK: Support for spawning amphibious mobs - --- compatibility with older mob registration -function mobs:register_spawn (name, nodes, max_light, min_light, -chance, active_object_count, max_height, day_toggle) - - if cmdebug then - print ("cmdebug register_spawn" -.. " name:" .. name -.. " min_light:" .. min_light -.. " max_light:" .. max_light -.. " max_height:" .. max_height - ) - end - - local spawn_in = { "air" } - - -- RJK - if name == "codermobs:mooncow" then - spawn_in = { "moontest:vacuum" } - end - - local amphibious = mobs.amphibious - mobs.amphibious = nil - - if (amphibious ~= nil) and amphibious then - spawn_in = { - "default:water_source" , - "default:water_flowing" , - "air" , - } - end - - if mobs.spawn_by ~= nil then spawn_in = mobs.spawn_by end - mobs.spawn_by = nil - - mobs:spawn_specific (name, nodes, spawn_in, min_light, max_light, 30, - chance, active_object_count, -31000, max_height, day_toggle) -end - - --- MarkBu's spawn function -function mobs:spawn(def) - - local name = def.name - local nodes = def.nodes or {"group:soil", "group:stone"} - local neighbors = def.neighbors or {"air"} - local min_light = def.min_light or 0 - local max_light = def.max_light or 15 - local interval = def.interval or 30 - local chance = def.chance or 5000 - local active_object_count = def.active_object_count or 1 - local min_height = def.min_height or -31000 - local max_height = def.max_height or 31000 - local day_toggle = def.day_toggle - local on_spawn = def.on_spawn - - mobs:spawn_specific(name, nodes, neighbors, min_light, max_light, interval, - chance, active_object_count, min_height, max_height, day_toggle, on_spawn) -end - - --- register arrow for shoot attack -function mobs:register_arrow(name, def) - - if not name or not def then return end -- errorcheck - - minetest.register_entity(name, { - - physical = false, - visual = def.visual, - visual_size = def.visual_size, - textures = def.textures, - velocity = def.velocity, - hit_player = def.hit_player, - hit_node = def.hit_node, - hit_mob = def.hit_mob, - drop = def.drop or false, -- drops arrow as registered item when true - collisionbox = {0, 0, 0, 0, 0, 0}, -- remove box around arrows - timer = 0, - switch = 0, - owner_id = def.owner_id, - rotate = def.rotate, - automatic_face_movement_dir = def.rotate - and (def.rotate - (pi / 180)) or false, - - on_activate = def.on_activate, - - on_step = def.on_step or function(self, dtime) - - self.timer = self.timer + 1 - - local pos = self.object:get_pos() - - if self.switch == 0 - or self.timer > 150 - or not within_limits(pos, 0) then - - self.object:remove() ; -- print ("removed arrow") - - return - end - - -- does arrow have a tail (fireball) - if def.tail - and def.tail == 1 - and def.tail_texture then - - minetest.add_particle({ - pos = pos, - velocity = {x = 0, y = 0, z = 0}, - acceleration = {x = 0, y = 0, z = 0}, - expirationtime = def.expire or 0.25, - collisiondetection = false, - texture = def.tail_texture, - size = def.tail_size or 5, - glow = def.glow or 0, - }) - end - - if self.hit_node then - - local node = node_ok(pos).name - - if minetest.registered_nodes[node].walkable then - - self.hit_node(self, pos, node) - - if self.drop == true then - - pos.y = pos.y + 1 - - self.lastpos = (self.lastpos or pos) - - minetest.add_item(self.lastpos, self.object:get_luaentity().name) - end - - self.object:remove() ; -- print ("hit node") - - return - end - end - - if self.hit_player or self.hit_mob then - - for _,player in pairs(minetest.get_objects_inside_radius(pos, 1.0)) do - - if self.hit_player - and player:is_player() then - - self.hit_player(self, player) - self.object:remove() ; -- print ("hit player") - return - end - - local entity = player:get_luaentity() - - if entity - and self.hit_mob - and entity._cmi_is_mob == true - and tostring(player) ~= self.owner_id - and entity.name ~= self.object:get_luaentity().name then - - self.hit_mob(self, player) - - self.object:remove() ; --print ("hit mob") - - return - end - end - end - - self.lastpos = pos - end - }) -end - - --- compatibility function -function mobs:explosion(pos, radius) - local self = {sounds = {}} - self.sounds.explode = "tnt_explode" - mobs:boom(self, pos, radius) -end - - --- make explosion with protection and tnt mod check -function mobs:boom(self, pos, radius) - - if minetest.get_modpath("tnt") and tnt and tnt.boom - and not minetest.is_protected(pos, "") then - - tnt.boom(pos, { - radius = radius, - damage_radius = radius, - sound = self.sounds.explode, - explode_center = true, - }) - else - minetest.sound_play(self.sounds.explode, { - pos = pos, - gain = 1.0, - max_hear_distance = self.sounds.distance or 32 - }) - - entity_physics(pos, radius) - effect(pos, 32, "tnt_smoke.png", radius * 3, radius * 5, radius, 1, 0) - end -end - - --- Register spawn eggs - --- Note: This also introduces the “spawn_egg” group: --- * spawn_egg=1: Spawn egg (generic mob, no metadata) --- * spawn_egg=2: Spawn egg (captured/tamed mob, metadata) -function mobs:register_egg(mob, desc, background, addegg, no_creative) - - local grp = {spawn_egg = 1} - - -- RJK code: - if codermobs_creative_eggs == false then - no_creative = true - end - - -- do NOT add this egg to creative inventory (e.g. dungeon master) - if creative and no_creative == true then - grp.not_in_creative_inventory = 1 - end - - local invimg = background - - if addegg == 1 then - invimg = "mobs_chicken_egg.png^(" .. invimg .. - "^[mask:mobs_chicken_egg_overlay.png)" - end - - -- register new spawn egg containing mob information - minetest.register_craftitem(mob .. "_set", { - - description = S("@1 (Tamed)", desc), - inventory_image = invimg, - groups = {spawn_egg = 2, not_in_creative_inventory = 1}, - stack_max = 1, - - on_place = function(itemstack, placer, pointed_thing) - - local pos = pointed_thing.above - - -- am I clicking on something with existing on_rightclick function? - local under = minetest.get_node(pointed_thing.under) - local def = minetest.registered_nodes[under.name] - if def and def.on_rightclick then - return def.on_rightclick(pointed_thing.under, under, placer, itemstack) - end - - if pos - and within_limits(pos, 0) - and not minetest.is_protected(pos, placer:get_player_name()) then - - if not minetest.registered_entities[mob] then - return - end - - pos.y = pos.y + 1 - - local data = itemstack:get_metadata() - local mob = minetest.add_entity(pos, mob, data) - local ent = mob:get_luaentity() - - -- set owner if not a monster - if ent.type ~= "monster" then - ent.owner = placer:get_player_name() - ent.tamed = true - end - - -- since mob is unique we remove egg once spawned - itemstack:take_item() - end - - return itemstack - end, - }) - - - -- register old stackable mob egg - minetest.register_craftitem(mob, { - - description = desc, - inventory_image = invimg, - groups = grp, - - on_place = function(itemstack, placer, pointed_thing) - - local pos = pointed_thing.above - - -- am I clicking on something with existing on_rightclick function? - local under = minetest.get_node(pointed_thing.under) - local def = minetest.registered_nodes[under.name] - if def and def.on_rightclick then - return def.on_rightclick(pointed_thing.under, under, placer, itemstack) - end - - if pos - and within_limits(pos, 0) - and not minetest.is_protected(pos, placer:get_player_name()) then - - if not minetest.registered_entities[mob] then - return - end - - pos.y = pos.y + 1 - - local mob = minetest.add_entity(pos, mob) - local ent = mob:get_luaentity() - - -- don't set owner if monster or sneak pressed - if ent.type ~= "monster" - and not placer:get_player_control().sneak then - ent.owner = placer:get_player_name() - ent.tamed = true - end - - -- if not in creative then take item - if not mobs.is_creative(placer:get_player_name()) then - itemstack:take_item() - end - end - - return itemstack - end, - }) - -end - - --- capture critter (thanks to blert2112 for idea) -function mobs:capture_mob(self, clicker, chance_hand, chance_net, chance_lasso, force_take, replacewith) - - if self.child - or not clicker:is_player() - or not clicker:get_inventory() then - return false - end - - -- get name of clicked mob - local mobname = self.name - - -- if not nil change what will be added to inventory - if replacewith then - mobname = replacewith - end - - local name = clicker:get_player_name() - local tool = clicker:get_wielded_item() - - -- are we using hand, net or lasso to pick up mob? - if tool:get_name() ~= "" - and tool:get_name() ~= "mobs:net" - and tool:get_name() ~= "mobs:lasso" then - return false - end - - -- is mob tamed? - if self.tamed == false - and force_take == false then - - minetest.chat_send_player(name, S("Not tamed!")) - - return true -- false - end - - -- cannot pick up if not owner - if self.owner ~= name - and force_take == false then - - minetest.chat_send_player(name, S("@1 is owner!", self.owner)) - - return true -- false - end - - if clicker:get_inventory():room_for_item("main", mobname) then - - -- was mob clicked with hand, net, or lasso? - local chance = 0 - - if tool:get_name() == "" then - chance = chance_hand - - elseif tool:get_name() == "mobs:net" then - - chance = chance_net - - tool:add_wear(4000) -- 17 uses - - clicker:set_wielded_item(tool) - - elseif tool:get_name() == "mobs:lasso" then - - chance = chance_lasso - - tool:add_wear(650) -- 100 uses - - clicker:set_wielded_item(tool) - - end - - -- calculate chance.. add to inventory if successful? - if chance > 0 and random(1, 100) <= chance then - - -- default mob egg - local new_stack = ItemStack(mobname) - - -- add special mob egg with all mob information - -- unless 'replacewith' contains new item to use - if not replacewith then - - new_stack = ItemStack(mobname .. "_set") - - local tmp = {} - - for _,stat in pairs(self) do - local t = type(stat) - if t ~= "function" - and t ~= "nil" - and t ~= "userdata" then - tmp[_] = self[_] - end - end - - local data_str = minetest.serialize(tmp) - - new_stack:set_metadata(data_str) - end - - local inv = clicker:get_inventory() - - if inv:room_for_item("main", new_stack) then - inv:add_item("main", new_stack) - else - minetest.add_item(clicker:get_pos(), new_stack) - end - - self.object:remove() - - mob_sound(self, "default_place_node_hard") - - - else - minetest.chat_send_player(name, S("Missed!")) - - mob_sound(self, "mobs_swing") - end - end - - return true -end - - --- protect tamed mob with rune item -function mobs:protect(self, clicker) - - local name = clicker:get_player_name() - local tool = clicker:get_wielded_item() - - if tool:get_name() ~= "mobs:protector" then - return false - end - - if self.tamed == false then - minetest.chat_send_player(name, S("Not tamed!")) - return true -- false - end - - if self.protected == true then - minetest.chat_send_player(name, S("Already protected!")) - return true -- false - end - - if not mobs.is_creative(clicker:get_player_name()) then - tool:take_item() -- take 1 protection rune - clicker:set_wielded_item(tool) - end - - self.protected = true - - local pos = self.object:get_pos() - pos.y = pos.y + self.collisionbox[2] + 0.5 - - effect(self.object:get_pos(), 25, "mobs_protect_particle.png", 0.5, 4, 2, 15) - - mob_sound(self, "mobs_spell") - - return true -end - - -local mob_obj = {} -local mob_sta = {} - --- feeding, taming and breeding (thanks blert2112) -function mobs:feed_tame(self, clicker, feed_count, breed, tame) - - if not self.follow then - return false - end - - -- can eat/tame with item in hand - if follow_holding(self, clicker) then - - -- if not in creative then take item - if not mobs.is_creative(clicker:get_player_name()) then - - local item = clicker:get_wielded_item() - - item:take_item() - - clicker:set_wielded_item(item) - end - - -- increase health - self.health = self.health + 4 - - if self.health >= self.hp_max then - - self.health = self.hp_max - - if self.htimer < 1 then - - minetest.chat_send_player(clicker:get_player_name(), - S("@1 at full health (@2)", - self.name:split(":")[2], tostring(self.health))) - - self.htimer = 5 - end - end - - self.object:set_hp(self.health) - - update_tag(self) - - -- make children grow quicker - if self.child == true then - - self.hornytimer = self.hornytimer + 20 - - return true - end - - -- feed and tame - self.food = (self.food or 0) + 1 - if self.food >= feed_count then - - self.food = 0 - - if breed and self.hornytimer == 0 then - self.horny = true - end - - self.gotten = false - - if tame then - - if self.tamed == false then - minetest.chat_send_player(clicker:get_player_name(), - S("@1 has been tamed!", - self.name:split(":")[2])) - end - - self.tamed = true - - if not self.owner or self.owner == "" then - self.owner = clicker:get_player_name() - end - end - - -- make sound when fed so many times - mob_sound(self, self.sounds.random) - end - - return true - end - - local item = clicker:get_wielded_item() - - -- if mob has been tamed you can name it with a nametag - if item:get_name() == "mobs:nametag" - and clicker:get_player_name() == self.owner then - - local name = clicker:get_player_name() - - -- store mob and nametag stack in external variables - mob_obj[name] = self - mob_sta[name] = item - - local tag = self.nametag or "" - - minetest.show_formspec(name, "mobs_nametag", "size[8,4]" - .. default.gui_bg - .. default.gui_bg_img - .. "field[0.5,1;7.5,0;name;" .. minetest.formspec_escape(S("Enter name:")) .. ";" .. tag .. "]" - .. "button_exit[2.5,3.5;3,1;mob_rename;" .. minetest.formspec_escape(S("Rename")) .. "]") - - end - - return false - -end - - --- inspired by blockmen's nametag mod -minetest.register_on_player_receive_fields(function(player, formname, fields) - - -- right-clicked with nametag and name entered? - if formname == "mobs_nametag" - and fields.name - and fields.name ~= "" then - - local name = player:get_player_name() - - if not mob_obj[name] - or not mob_obj[name].object then - return - end - - -- limit name entered to 64 characters long - if string.len(fields.name) > 64 then - fields.name = string.sub(fields.name, 1, 64) - end - - -- update nametag - mob_obj[name].nametag = fields.name - - update_tag(mob_obj[name]) - - -- if not in creative then take item - if not mobs.is_creative(name) then - - mob_sta[name]:take_item() - - player:set_wielded_item(mob_sta[name]) - end - - -- reset external variables - mob_obj[name] = nil - mob_sta[name] = nil - - end -end) - - --- compatibility function for old entities to new modpack entities -function mobs:alias_mob(old_name, new_name) - - -- spawn egg - minetest.register_alias(old_name, new_name) - - -- entity - minetest.register_entity(":" .. old_name, { - - physical = false, - - on_step = function(self) - - local pos = self.object:get_pos() - - if minetest.registered_entities[new_name] then - minetest.add_entity(pos, new_name) - end - - self.object:remove() - end - }) -end - --- =================================================================== --- RJK code. - -minetest.register_on_chat_message(function(name, message) - local n - n = string.find (message, "bee" ) - if n ~= nil then LastBeeTalkTime = 0 end - n = string.find (message, "Bee" ) - if n ~= nil then LastBeeTalkTime = 0 end - - n = string.find (message, "kitten" ) - if n ~= nil then LastKittenTalkTime = 0 end - n = string.find (message, "Kitten" ) - if n ~= nil then LastKittenTalkTime = 0 end - - n = string.find (message, "cat" ) - if n ~= nil then LastKittenTalkTime = 0 end - n = string.find (message, "Cat" ) - if n ~= nil then LastKittenTalkTime = 0 end - - n = string.find (message, "wolf" ) - if n ~= nil then LastWolfTalkTime = 0 end - n = string.find (message, "Wolf" ) - if n ~= nil then LastWolfTalkTime = 0 end -end)