Jayz Posted November 19, 2012 Posted November 19, 2012 (edited) When you loot certain item like 1201 auto announce if possible how to script? give me example thanks Problem Solved by cydh Edited November 20, 2012 by Zack- Quote
goddameit Posted November 19, 2012 Posted November 19, 2012 (edited) active at when getting item or holding ? Edited November 19, 2012 by goddameit Quote
Jayz Posted November 19, 2012 Author Posted November 19, 2012 (edited) auto map announce when looting the item in the floor Edited November 19, 2012 by Zack- Quote
goddameit Posted November 19, 2012 Posted November 19, 2012 (edited) auto map announce when looting the item in the floor looting the item in the floor? so how to active? when drop something? when pick up something? when hold something? Edited November 19, 2012 by goddameit Quote
Jayz Posted November 19, 2012 Author Posted November 19, 2012 auto map announce when looting the item in the floor looting the item in the floor? so how to active? when drop something? when pick up something? when hold something? when pick up the item have auto map announce Quote
goddameit Posted November 19, 2012 Posted November 19, 2012 auto map announce when looting the item in the floor looting the item in the floor? so how to active? when drop something? when pick up something? when hold something? when pick up the item have auto map announce suggest to edit src Quote
Jayz Posted November 19, 2012 Author Posted November 19, 2012 i dont know how to make thats why im here requesting thread if this is src @mod please move to the right section Quote
goddameit Posted November 19, 2012 Posted November 19, 2012 (edited) will not suggest using script to complete, here is why 1. you have to make a loop event on player to make sure when something change you will know it 2. during the loop event, you have to check is there specify item in your area by using getareadropitem 3. if that specify item is in your area, now check did it disappear after cold time (loop event) 4. if it disappear, now check your inventory and see did you have new item that is that specify item 5. if yes, do announce - but in source, you only have to add some new commands in clif_parse_TakeItem (clif.c) ex : if( fitem->item_data.nameid == blabla ){ do announce } Edited November 19, 2012 by goddameit Quote
Cydh Posted November 19, 2012 Posted November 19, 2012 (edited) hmmm.. maybe 1. make the db/item_loot_db.txt 2. every pc_additem and the item is listed on db/item_loot_db.txt, will be announced Edited November 19, 2012 by cydh Quote
Jayz Posted November 19, 2012 Author Posted November 19, 2012 hmmm.. maybe 1. make the db/item_loot_txt 2. every pc_takeitem and the item is listed on db/item_loot_txt, will be announced yah thats i need Quote
AnnieRuru Posted November 20, 2012 Posted November 20, 2012 http://www.eathena.ws/board/index.php?s=&showtopic=272695&view=findpost&p=1494510 this one better I think Quote
Question
Jayz
When you loot certain item like 1201 auto announce
if possible how to script? give me example thanks
Problem Solved by cydh
Edited by Zack-11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.