kyeme 71 Posted December 2, 2013 Aegis have command "ShowScript" item2 Rice_weevil_Bug event OnConsume: var temp = rand 1 6 if temp==1 ShowEffect "" EF_POISONHIT ShowScript "" "Errrgg!!! This is so.. bitter....!!" SubExtParam User VAR_SP 50 elseif temp==2 ShowEffect "" EF_HEAL ShowScript "" "....Well at least this is good for my health though." HealHP 15 elseif temp==3 ShowEffect "" EF_POISONHIT ShowScript "" "Phewphew!! Arg.... Is this poisoned or what?!" SubExtParam User VAR_SP 100 elseif temp==4 ShowEffect "" EF_POISONHIT ShowScript "" "Whasdfhwkljhrtklwert....!!" SubExtParam User VAR_SP 200 elseif temp==5 ShowEffect "" EF_HEAL ShowScript "" "It's ok, no one sew me yet.." HealHP 10 else ShowEffect "" EF_HEAL ShowScript "" "I really need something to eat... ?? Sorry, little buggy." HealHP 5 endif return item Trans_Scroll_Devi event OnConsume: ShowEffect "" EF_CLOAKING ShowScript "" "ë³€-ì‹ -!! ë°ë¹„루치 í¬-옴!!" Montransform DEVIRUCHI 20 "EFST_MTF_ASPD" return Quote Share this post Link to post Share on other sites
malufett 247 Posted December 2, 2013 already in src but not yet implemented for scripting... void clif_ShowScript(struct block_list ... Quote Share this post Link to post Share on other sites
kyeme 71 Posted July 2, 2015 Up~ @rathena https://github.com/rathena/rathena/commit/6ad4ed13d130702b99d0dbe54767c6d6945d4876 Quote Share this post Link to post Share on other sites
Aly 3 Posted July 3, 2015 As far as I know, you can use the message command... even since the date of this topic. Is it don't produce the same results? *message "<character name>","<message>"; That command will send a message to the chat window of the character specified by name. The text will also appear above the head of that character. It will not be seen by anyone else. Quote Share this post Link to post Share on other sites
Nova 4 Posted July 3, 2015 Message leaves the text in the chatbox while showscript does not. I think Message also comes with the NPC name attached to it, while showscript does not. Oh and showscript is seen by everyone on screen. Quote Share this post Link to post Share on other sites