Jayz Posted November 19, 2012 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 407 Reputation: 55 Joined: 07/24/12 Last Seen: October 22, 2024 Share 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 Link to comment Share on other sites More sharing options...
goddameit Posted November 19, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted November 19, 2012 (edited) active at when getting item or holding ? Edited November 19, 2012 by goddameit Quote Link to comment Share on other sites More sharing options...
Jayz Posted November 19, 2012 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 407 Reputation: 55 Joined: 07/24/12 Last Seen: October 22, 2024 Author Share Posted November 19, 2012 (edited) auto map announce when looting the item in the floor Edited November 19, 2012 by Zack- Quote Link to comment Share on other sites More sharing options...
goddameit Posted November 19, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share 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 Link to comment Share on other sites More sharing options...
Jayz Posted November 19, 2012 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 407 Reputation: 55 Joined: 07/24/12 Last Seen: October 22, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
goddameit Posted November 19, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share 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 Link to comment Share on other sites More sharing options...
Ryokem Posted November 19, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 205 Reputation: 19 Joined: 10/12/12 Last Seen: November 7, 2013 Share Posted November 19, 2012 Try to give a shoot at this. Quote Link to comment Share on other sites More sharing options...
Jayz Posted November 19, 2012 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 407 Reputation: 55 Joined: 07/24/12 Last Seen: October 22, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
goddameit Posted November 19, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share 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 Link to comment Share on other sites More sharing options...
Cydh Posted November 19, 2012 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share 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 Link to comment Share on other sites More sharing options...
Jayz Posted November 19, 2012 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 407 Reputation: 55 Joined: 07/24/12 Last Seen: October 22, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
AnnieRuru Posted November 20, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted November 20, 2012 http://www.eathena.ws/board/index.php?s=&showtopic=272695&view=findpost&p=1494510 this one better I think Quote Link to comment Share on other sites More sharing options...
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-Link to comment
Share on other sites
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.