Jump to content

JimWest

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    USA

JimWest's Achievements

Poring

Poring (1/15)

1

Reputation

  1. glad you like it , btw what kind of error that still remain? i'll try to search the solution. @JimWest what date is your ragexe? what server do you use?h3rcules or r@thena? it seem i've found this error when i use h3rcules server. because you need to edit the src/map/packets.h to add this packet data and compile it again. //2013-06-05aRagexe (Cassiel) #if PACKETVER >= 20130703 packet(0x0369,7,clif->pActionRequest,2,6); packet(0x083C,10,clif->pUseSkillToId,2,4,6); packet(0x0437,5,clif->pWalkToXY,2); packet(0x035F,6,clif->pTickSend,2); packet(0x0930,5,clif->pChangeDir,2,4); packet(0x07E4,6,clif->pTakeItem,2); packet(0x0362,6,clif->pDropItem,2,4); packet(0x07EC,8,clif->pMoveToKafra,2,4); packet(0x0364,8,clif->pMoveFromKafra,2,4); packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); packet(0x096A,6,clif->pGetCharNameRequest,2); packet(0x0368,6,clif->pSolveCharName,2); packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); packet(0x0202,6,clif->pReqClickBuyingStore,2); packet(0x0817,2,clif->pReqCloseBuyingStore,0); packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // packet (0x0363,8); // CZ_JOIN_BATTLE_FIELD packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8,12); packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18); packet(0x0802,26,clif->pPartyInvite2,2); // packet (0x0436,4); // CZ_GANGSI_RANK packet(0x0360,26,clif->pFriendsListAdd,2); packet(0x094A,5,clif->pHomMenu,2,4); packet(0x0873,36,clif->pStoragePassword,2,4,20); #endif Hey cassiel thanks for your quick response but i'm not ussing hercules I'm using rathena svn do you have the contents of packet_db.txt for rathena for 20130703 please?
  2. @@Phenex The program is searching for OptionInfo.lua or OptionInfo.lub in the Ro\System\LuaFiles514 so to solve this problem, copy the luas in Ro\System to the Ro\System\LuaFiles514 directory Anyone has the packets_db for 20130703? I guess shakto is too busy
  3. Hey shakto good to see you here, have you the packets for 20130703? I can't open the ones in pastebin in the first post, can you provide a mirror please? Thanks in advance
  4. Where is @@Shakto? I can't wait to have my server without problems This is a screenshot of the problem I'm having when taltikng to an npc or picking objects with 20130703:
  5. I have this error when I talk to an npc or try to pick an item: I already updated the packet_db.txt and clientinfo as you said, what is the problem? thanks
  6. I tested the new 20130703ragexe and diff and solves the problem but now I'm having unsuported packets due to the need to update packet_db.txt and the version in clientinfo please any updates to make it work? @@Shakto the packets in pastebin don't show can you provide another mirror?
  7. I have another issue: When I want to summon pori pori or thanatos with @monster the client crash and stops. And then I can't log in again until I reset the server. Anyone knows how to solve this?? Thanks in advance.
  8. Ok now I solved it!!! yes I was in the incorrect directory, but it was not in the data directory, the program was searching for OptionInfo.lua or OptionInfo.lub in the Ro\System\LuaFiles514 so to solve this problem I copied the luas in Ro\System to the Ro\System\LuaFiles514 directory and then set the compatibility mode to the setup.exe, because I have a 64 bits machine, modify the resolution and and zero errors!!!!!! thanks for all the guiding!
  9. Thanks for the reply I've been searching for how to change it manually but the contents of my optioninfo.lub are this: CmdOnOffOderList = { "/notrade", "/noshift", "/noctrl", "/skillfail", "/notalkmsg", "/notalkmsg2", "/showname", "/fog", "/aura", "/window", "/miss", "/q1", "/q2", "/effect", "/bgm", "/sound", "/loginout", "/shopping", "/stateinfo", "/snap", "/itemsnap", "/skillsnap", "/hoai", "/merai", "/camera", "/btg" } CmdOnOffList = { ["/battlemode"] = 0, ["/notrade"] = 0, ["/noshift"] = 0, ["/noctrl"] = 1, ["/skillfail"] = 1, ["/notalkmsg"] = 0, ["/notalkmsg2"] = 0, ["/showname"] = 1, ["/fog"] = 1, ["/aura"] = 1, ["/window"] = 0, ["/miss"] = 1, ["/q1"] = 0, ["/q2"] = 0, ["/effect"] = 1, ["/bgm"] = 1, ["/sound"] = 1, ["/loginout"] = 1, ["/shopping"] = 1, ["/stateinfo"] = 1, ["/snap"] = 0, ["/itemsnap"] = 0, ["/skillsnap"] = 1, ["/hoai"] = 0, ["/merai"] = 0, ["/camera"] = 0, ["/btg"] = 1 } CmdHelpList = { --Orderlist Desc Start ["/battlemode"] = MsgStrID.MSI_BATTLEMODE, ["/notrade"] = MsgStrID.MSI_NOTRADE, ["/noshift"] = MsgStrID.MSI_NOSHIFT, ["/noctrl"] = MsgStrID.MSI_NOCTRL, ["/skillfail"] = MsgStrID.MSI_SKILLFAIL, ["/notalkmsg"] = MsgStrID.MSI_NOTALKMSG, ["/notalkmsg2"] = MsgStrID.MSI_NOTALKMSG2, ["/showname_on"] = MsgStrID.MSI_SHOWNAME_ON, ["/showname_off"] = MsgStrID.MSI_SHOWNAME_OFF, ["/fog"] = MsgStrID.MSI_FOG, ["/aura"] = MsgStrID.MSI_AURA, ["/window"] = MsgStrID.MSI_WINDOW, ["/miss"] = MsgStrID.MSI_MISS, ["/q1"] = MsgStrID.MSI_Q1, ["/q2"] = MsgStrID.MSI_Q2, ["/effect"] = MsgStrID.MSI_EFFECT, ["/bgm"] = MsgStrID.MSI_BGM, ["/sound"] = MsgStrID.MSI_SOUND, ["/loginout"] = MsgStrID.MSI_LOGINOUT, ["/shopping"] = MsgStrID.MSI_SHOPPING, ["/stateinfo"] = MsgStrID.MSI_STATEINFO, ["/snap"] = MsgStrID.MSI_SNAP, ["/itemsnap"] = MsgStrID.MSI_ITEMSNAP, ["/skillsnap"] = MsgStrID.MSI_SKILLSNAP, ["/hoai"] = MsgStrID.MSI_HOAI, ["/merai"] = MsgStrID.MSI_MERAI, ["/camera"] = MsgStrID.MSI_CAMERA, ["/btg"] = MsgStrID.MSI_BTG, --Orderlist Desc End ["/hi"] = MsgStrID.MSI_HI, ["/blacksmith"] = MsgStrID.MSI_BLACKSMITH, ["/alchemist"] = MsgStrID.MSI_ALCHEMIST, ["/help"] = MsgStrID.MSI_HELP, ["/who"] = MsgStrID.MSI_WHO, ["/sit"] = MsgStrID.MSI_SIT, ["/stand"] = MsgStrID.MSI_STAND, ["/q"] = MsgStrID.MSI_Q, ["/leave"] = MsgStrID.MSI_LEAVE, ["/where"] = MsgStrID.MSI_WHERE, ["/memo"] = MsgStrID.MSI_MEMO, ["/chat"] = MsgStrID.MSI_CHAT, ["/savechat"] = MsgStrID.MSI_SAVECHAT, ["/doridori"] = MsgStrID.MSI_DORIDORI, ["/bangbang"] = MsgStrID.MSI_BANGBANG, ["/bingbing"] = MsgStrID.MSI_BINGBING, ["/ex"] = MsgStrID.MSI_EX, ["/inall"] = MsgStrID.MSI_INALL, ["/exall"] = MsgStrID.MSI_EXALL, ["/pvpinfo"] = MsgStrID.MSI_PVPINFO, ["/hunting"] = MsgStrID.MSI_HUNTING } OptionInfoList = { ["Window_XPos"] = -1, ["Window_YPos"] = -1, ["Trilinear"] = 0, ["Bgm_Volume"] = 100, ["Effect_Volume"] = 100, ["AutoOpen1to1Window"] = 1, ["AutoOpen1to1Window_Friend"] = 1, ["PlaySound_Open1to1Window"] = 1, ["Simplicity_SkillList"] = 0, ["Show_SkillDescript"] = 0, ["ChangeChatMode"] = 1, ["LockMouse"] = 0, ["ChannelCopID"] = 0, ["Outdoor_ViewLatitude"] = -45, ["Outdoor_ViewDistance"] = 400, ["Indoor_ViewLatitude"] = -45, ["Indoor_ViewDistance"] = 300, ["SkinName"] = "<Basic Skin>" } where do I have to change resolution values? @reigneil: thank you for your help, but I'm already using opensetup and that doesn't solve the problem
  10. I didn't solved it yet, what I solved was the strike trough message, I hope somebody help us with this new issue
  11. Hi i'm following the steps to enter with the loki launcher I diffed the 20130605 client and in my clientinfo.xml changed to version 37, also I compiled rathena with definepacket version 20130605 but I'm having an error it seems that the launcher doen't send the user and pass because in the login server is in "blank" I attached an image. PLease Help! Solved now I get an error message when entering and also I setup a better resolution and mouse freedom but the settings dont change I get a Little window to play What am I doing wrong?
×
×
  • Create New...