Jump to content

BraKaYedmore

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

BraKaYedmore's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Hello everyone I'm having a problem with adding a new skill, what is happening is: I already add a new skill into the src, apparently the skill is working, when I use @useskill seems to be working. The thing is, I don't know how to put an visual effect into the skill, I tried to do this by using the skill Lord of Vermillion as a guide. And what I'm trying to understand is how the client loads the effect of the skill. Because the name of the skill Lord of Vermillion in the source is WZ_VERMILLION, and the name of the files .bmp at the data/texture/effect is lord_stick_<something>.bmp The same happens to another skill, the Soul Breaker, the name of the skill in the source is AS_SPLASHER, but the .bmp files at data/texture/effect is purpleslash.tga I don't know if I made my point, so just in case: I'm trying to understand how the client references the right effect image to each skill, how does he(the client) knows when the skill Lord of Vermillion is used, it(the client) has to load the lord_stick_<something>.bmp files. And I don't know how to put an effect in my skill, which its source name is BS_PRIMEIRA_SKILL. Thank you
  2. No man, you were right. I realize that I should put those lines together with the 'packet_ver: 33' instead of anywhere in the file. //2012-07-02aRagexeRE (unstable) packet_ver: 33 0x0363,19,wanttoconnection,2:6:10:14:18 0x0364,6,ticksend,2 0x085a,7,actionrequest,2:6 0x0861,8,movefromkafra,2:4 0x0862,10,useskilltoid,2:4:6 0x0863,10,useskilltopos,2:4:6:8 0x0886,6,solvecharname,2 0x0889,90,useskilltoposinfo,2:4:6:8:10 0x089e,6,dropitem,2:4 0x089f,6,takeitem,2 0x08a0,8,movetokafra,2:4 0x094a,6,getcharnamerequest,2 0x0953,5,walktoxy,2 0x0960,5,changedir,2:4 0x0879,18,bookingregreq,2:4:6 //--by Psyche //2011-10-25aRagexeRE 0x01FD,15,repairitem,2 0x0887,26,friendslistadd,2 0x023B,5,hommenu,2:4 0x08AB,36,storagepassword,0 0x0288,-1,cashshopbuy,4:8 0x08A8,26,partyinvite2,2 0x0363,19,wanttoconnection,2:6:10:14:18 0x0369,7,actionrequest,2:6 0x07EC,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x08A2,-1,itemlistwindowselected,2:4:8 0x0888,18,bookingregreq,2:4:6 0x0803,4 0x0804,14,bookingsearchreq,2:4:6:8:12 0x0805,-1 0x0806,2,bookingdelreq,0 0x0807,4 0x0808,14,bookingupdatereq,2 0x0809,50 0x080A,18 0x080B,6 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0817,2,reqclosebuyingstore,0 0x0360,6,reqclickbuyingstore,2 0x0281,-1,reqtradebuyingstore,2:4:8:12 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0362,2,searchstoreinfonextpage,0 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0437,5,walktoxy,2 0x035F,6,ticksend,2 0x0894,5,changedir,2:4 0x0835,6,takeitem,2 0x0893,6,dropitem,2:4 0x089B,8,movetokafra,2:4 0x08A6,8,movefromkafra,2:4 0x0885,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x08AD,6,getcharnamerequest,2 0x0368,6,solvecharname,2 0x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections //--by Psyche Thanks for the help!
  3. Thanks, I tried that but I'm still getting the error.
  4. Good night everyone, there is a long time that I don't work with Ragnarok servers, I'm back now. And I'm with a little diffult in some parts. I need help... Let me explain what is happening... I run my rAthena emulator(its everything working good!) Some seconds after I login I lost the connection with the server, and map server displays that message: [Warning]: clif_parse: Received unsupported packet (packet 0xb203, 5 bytes received), disconnecting session #3. The rAthena version that I'm using is: 17348 I'm using this data: http://svn6.assembla.com/svn/ClientSide/Translation_Project/renewal%20data/ With this lua files folder: http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/ With this System folder: http://svn6.assembla.com/svn/ClientSide/Lua_Project/System/ With this 2011-10-25aRagexeRE: http://svn6.assembla.com/svn/ClientSide/Diff_Project/kRO/RagexeRE/2011/ The RagexeRE diff is displayed at the image below: The RagexeRE is working good until I connect to the map server, and after some seconds ingame I got disconnected from server. And this is the warning displayed by the 'map-server_sql.bat': Some informations I think could be useful: Here is how the 'packet_db.txt' is configured: Here is how the 'mmo.h' file is configured: Here is how the 'clientinfo.xml' is configured: If anyone had this problem before, and know how to fix, or have some tips, or saw something wrong in my files, please let me know. Thanks!
×
×
  • Create New...