Page 1 of 1

Emote Brain

PostPosted: Wed Mar 28, 2012 12:55 pm
by deathwish
Lastnight i started playing playing around with mob brains, goal was to make a mobs more interactive with the client.
Heres one of the brains i made - Only a silly/simple brain, but i think some players would like.

Simple Mob, thats turns the npc to a client if they entre the npcs aggro range, the brain will automatically Emote(Military) the player for the amount of time the npc is facing the player, then the npc will turn back to its normal heading.
To stop the npc from going mad, i have set a 15sec time to the npc, some once it has emoted the player, it will leave the player along for the remain amount of time left.

Also with the NPC, i have played with the mobs models and added 10 different random models that the npc can load up from, just so you dont always have all the same boring modela all over the place lol.

I know its a bit of a silly post, but someone out there might enjoy it, or it might lead to greater things, Enjoy :)

Re: Emote Brain

PostPosted: Thu Mar 29, 2012 4:21 am
by rdsandersjr
Interesting idea; be interesting if you was like RR8+ they would random emote salute/bow ect.. when running through a capital city (the guards that is)

Re: Emote Brain

PostPosted: Thu Mar 29, 2012 9:20 am
by Graveen
Nice idea, but, why don't you extend instead the mobxambientbehaviour concept ?

(or use it, let's be mad :D)

edit: documentation for ambient behaviour: http://www.dolserver.net/viewtopic.php? ... 40#p118340

Re: Emote Brain

PostPosted: Fri Mar 30, 2012 9:35 am
by Argo
I have added a few epic quests a while ago, one needed to kill a skeleton named loteth. Upon his death he said something, which i realized by mobxambientbehaviour. Another one was to kill the inconnu ghost who says 'Arawn i am home' upon his death. Sweet to complete as mobxambientbehaviour :) Yeah i like that nifty little table :mrgreen:

kind regards
Argo

Re: Emote Brain

PostPosted: Fri Mar 30, 2012 5:21 pm
by deathwish
I guess using a mobxambientbehaviour concept would be nice, also take the load of the server too, but im not to sure how mobxambientbehaviour works, but im sure your link will tell me everything i need and the rest i will find out myself :).
be interesting if you was like RR8+ they would random emote salute/bow ect
The barin only set to target gms with a if command, so changing it to target rr8+ players would be easy to do, on my server, its set to target vips, but silly me, reinstalled my pc the other night and placed everything thing on my 2nd, hdd, etc the database and backups lol :p luckly everything i add, i use sql scripts, so i just got to find them all and reinstall them.

But if we going to go mad, i like to program the npcs, so you can ask basic questions and they give you a basic reply back, if you wave at them, they wave back and so on.