Jump to content

jqkeric11

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by jqkeric11

  1. I Want to Change Thor Patcher Icon How Can I do ?
  2. Because your script Instance Name not same as Instance_db.txt Name
  3. 1. rathena-master\db\re\mob_drop This is a set mob drop 2. rathena-master\db\re\item_randomopt_group This is a set randomopt_group 3.rathena-master\db\re\item_randomopt_db This is a set randomopt DB
  4. Because this table is custome so you have to MySql manual add table
  5. Step1 : You have to Add Source (ex: UseSkillEvent) Because Not Skill Event In Ra Step2 : Use SkillEvent then Add Result ex:
  6. Because char_athena.conf > start_point So you should Edit (Ex:prontera )
  7. because they are different map you can use /where
  8. Can You Show Me Map Name? Because start_point have same map ex: iz_int_a iz_int_b iz_int_c ...
  9. I want to output The damage of players do to monsters. (the last Damage is 261 to poring ) I was trying to use this msg to track back to the source code but I can't find it either in the msgstringtable and map_msg. I tried this code below, but it showed the last maximum hit was the mob's total life points instead of the immediate hit damage. So I'm here to search and ask for the solution, thank you for your helping and answering.
  10. i try to change pet size i success but when i move pet is recovery original size what i can do ? I Use this edit
  11. Because Instance use Example: https://youtu.be/yWdeFHhT4qw?t=5m17s
  12. Rathena no mobassist script How I can do?
  13. 58,Ice Canyon,3600,300,1@ice01,158,10,1@ice01,1@ice02,1@ice03,1@ice04 this is my db/re/instance_db.txt
  14. I have two scripts I create A instance and enter is OK then, I exit A instance I use B instance i don't create new B instance but why can enter? and no display
  15. My database select big5 I fix Answer: (1)Go to inter_athena //default_codepage: big5
  16. This is my clientinfo.xml <?xml version="1.0" encoding="BIG5" ?> <clientinfo> <servicetype>taiwan</servicetype> <servertype>primary</servertype> <extendedslot>2</extendedslot> <connection> <display>127.0.0.1</display> <desc></desc> <balloon></balloon> <address>127.0.0.1</address> <port>6900</port> <version>45</version> <langtype>4</langtype> <aid> <admin></admin> </aid> <registrationweb></registrationweb> </connection> <servicetype>taiwan</servicetype> <servertype>primary</servertype> <extendedslot>2</extendedslot> <connection> <display></display> <desc></desc> <balloon></balloon> <address>127.0.0.1</address> <port>69000</port> <version>45</version> <langtype>4</langtype> <aid> <admin></admin> </aid> <registrationweb></registrationweb> </connection> <!-- 若需要多重選單請將註解移除 --> < ! -- <servicetype>taiwan</servicetype> <servertype>primary</servertype> <extendedslot>2</extendedslot> <connection> <display>^398ADFCS_eAthena Client^000000</display> <desc></desc> <balloon></balloon> <address>127.0.0.1</address> <port>6900</port> <version>211</version> <langtype>4</langtype> <aid> <admin></admin> </aid> <registrationweb></registrationweb> </connection> -- > </clientinfo>
  17. I use this https://rathena.org/board/topic/74969-send-mail-via-scriptcommand/ English and number is OK but I use Chinese is faile example: sendmail .charid,.sender$,"("+NoviceReward+1+")","這是本私服給的小小獎勵!繼續加油!",100000,2456,1;
  18. If i want to modify skill calculate What i should do now ?
  19. I can't Useing these command * getmobdata(<GID>,<arrayname>) * setmobdata <GID>,<parameter>,<new value>; and i can't find these Source add How am i do ?
×
×
  • Create New...