Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. LOL then the first post will work.. ID,Name,JName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,ADelay,aMotion,dMotion,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per Then Please carefully read this.. MEXP The MVP exp the mob gives when it is defeated (to the player who got the MVP reward) (This exp is a percentage of the exp the monster gives.) MVP1id The Item ID of the MVP drop goes here MVP1per The rate of being dropped goes here MVP2id The Item ID of the MVP drop goes here MVP2per The rate of being dropped goes here MVP3id The Item ID of the MVP drop goes here MVP3per The rate of being dropped goes here Example: Normal Monster 1002,PORING,Poring,Poring,1,60,1,27,20,1,8,9,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,512,150,619,20,0,0,0,0,4001,1 MVP Monster 1502,PORING_V,Pori Pori,Bring it on!,99,95000000,1,78525,25106,1,5000,10000,0,10,100,100,65,100,255,255,10,12,1,3,25,0x39A5,160,1672,672,480,43625,10020,1000,4005,100,2286,200,5035,10000,2344,2500,2346,2500,2350,2500,2348,2500,2655,500,7126,10000,0,0,0,0,2110,4500
  2. simplyopen command promt then type ipconfig. And read Wireless LAN adapter Wireless Network Connection:
  3. Mr jaBote, I think what he want is a summon slave of the MVP Monster.
  4. is that what you think? Please view the example.. @NPC_SUMMONSLAVE or you can take a look at the mob_skill_db.txt and search NPC_SUMMPNSLAVE and see how is it work. 1646,Lord Knight Seyren@NPC_CALLSLAVE,attack,352,1,10000,0,10000,yes,self,always,0,,,,,,,1646,Lord Knight Seyren@NPC_CALLSLAVE,idle,352,1,10000,0,10000,yes,self,always,0,,,,,,,1646,Lord Knight Seyren@NPC_SUMMONSLAVE,attack,196,5,10000,700,10000,no,self,slavele,3,1641,1642,1643,1644,1645,0,1646,Lord Knight Seyren@NPC_SUMMONSLAVE,idle,196,5,10000,700,10000,no,self,slavele,3,1641,1642,1643,1644,1645,0,1646,Lord Knight Seyren@NPC_SUMMONMONSTER,attack,209,5,10000,700,60000000,yes,self,myhpltmaxrate,30,1641,1642,1643,1644,1645,0,
  5. Check mob_skill_db.txt? example: "NightMare" 1046,Doppelganger@NPC_SUMMONSLAVE,attack,196,1,10000,700,10000,no,self,slavele,3,1427,,,,,,
  6. You can use tortoise SVN Right Click on file, Choose apply patch. please read the compatibility rev. of the patch before applying..
  7. yes, just give it a try, and don't forget to recompile!!
  8. if you are using vs2012, then use Hercules-11.sln note: Hercules-12.sln is for vs2013 you can still use hercules-12.sln but you need to edit the properties, and in general change platform toolset to v110 then apply and try to recompile.
  9. Mhalicot

    Weird

    yes Note: If it is a local (.@) variable, and you're absolutely sure you used the correct case, please disragard this message, otherwise please correct your scripts, as this will become fatal in a near future.
  10. 2013 client are usine ragexe so please comment #define PACKETVER_RE change it to //#define PACKETVER_RE Please read the line // Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).
  11. in login-server.conf find the line // Client MD5 hash check// If turned on, the login server will check if the client's hash matches// the value below, and will not connect tampered clients.// Note: see docmd5_hashcheck.txt for more details.client_hash_check: off// Client MD5 hashes// A player can login with a client hash at or below the account group_id.// Format: group_id, hashclient_hash: 0, 113e195e6c051bb1cfb12a644bb084c5client_hash: 99, cb1ea78023d337c38e8ba5124e2338ae
  12. delete the line that you added, and please check your mmo.h if what client you are using. #ifndef PACKETVER #define PACKETVER 20130807#endif// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).//#define PACKETVER_RE then, if this doesnt work, please make sure that you diff your client Disable Packet Encryption
  13. Mhalicot

    Weird

    please update your /npc dir. Added ability to use constants instead of sprite IDs for NPCs
  14. Dont work, same error: Not sure if i added the line right?! I dont know if you are using latest rev. but try to update your packet.h it must contain #ifdef PACKETVER_RE packet(0x0365,41,clif->pPartyRecruitRegisterReq,2,4);#else // not PACKETVER_RE packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4);#endif // PACKETVER_RE
  15. this is Compatible in Hercules..
  16. Fixed on Version 1.1 Please go do download page http://herc.ws/board/files/file/53-autoatk/
  17. is disable multiple window working on client 2013-08-07?
  18. if the files is already added of has #1060 - Duplicate in your map-server.exe type To manually skip, type: 'sql update skip <file name>'
  19. No se como o que hice (empece a darle click a cada opcion), pero ya me funciona. Gracias y disculpa las molestias. Please use English language, Its okay if its not your native language just give it a try..
  20. okay, just in case for the others
  21. rightclick afk>Configuration Properties>General> search for Platform Toolset, change VS2012(v110) to VS2010(v100) then try to recompile again..
  22. Please take note of this Topic > http://herc.ws/board/topic/2866-is-rathena-winning-the-race/#entry19008
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.