Jump to content

simplyniceweb

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

simplyniceweb's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. @kodkodkub @Brynner I already did that and i still get the same result, am i missing something here? Attached is my patch file. 2018patch.log
  2. My client is 2018-06-21aragexere and i diffed it to zoom out 100% but it's not like 2017 or lower clients you can zoom out at max. any idea why? or any solution?
  3. This doesn't work anymore, i tried it and when i hit @afk the rest of the players went afk also and can't login because it will make them afk again.
  4. Hi, so i used @MrUnzO packet structure and i'm still getting the packet error: but as you can see in my logserver it's accepting my request to login. also i've added some packets from the provided packets of @MrUnzO: // 2017-06-14bRagexeRE 20170614: [ [PACKET.CZ.ITEM_THROW,0x0367,6,2,4], //packet(0x0367,6,clif_parse_DropItem,2,4); [PACKET.CZ.REQUEST_MOVE,0x0361,5,2], //packet(0x0361,5,clif_parse_WalkToXY,2); [PACKET.CZ.ACK_STORE_PASSWORD,0x0437,36,0], //packet(0x0437,36,clif_parse_StoragePassword,0); [PACKET.CZ.USE_SKILL_TOGROUND,0x0838,10,2,4,6,8], //packet(0x0838,10,clif_parse_UseSkillToPos,2,4,6,8); [PACKET.CZ.REQUEST_ACT,0x083C,7,2,6], //packet(0x083C,7,clif_parse_ActionRequest,2,6); [PACKET.CZ.REQ_CLICK_TO_BUYING_STORE,0x0860,6,2], //packet(0x0860,6,clif_parse_ReqClickBuyingStore,2); [PACKET.CZ.ADD_FRIENDS,0x0867,26,2], //packet(0x0867,26,clif_parse_FriendsListAdd,2); [PACKET.CZ.REQ_CLOSE_BUYING_STORE,0x086B,2,0], //packet(0x086B,2,clif_parse_ReqCloseBuyingStore,0); [PACKET.CZ.SEARCH_STORE_INFO,0x086C,-1,2,4,5,9,13,14,15], //packet(0x086C,-1,clif_parse_SearchStoreInfo,2,4,5,9,13,14,15); [PACKET.CZ.PARTY_BOOKING_REQ_REGISTER,0x0877,18,2,4], //packet(0x0877,18,clif_parse_PartyBookingRegisterReq,2,4); [PACKET.CZ.CHANGE_DIRECTION,0x087E,5,2,4], //packet(0x087E,5,clif_parse_ChangeDir,2,4); [PACKET.CZ.USE_SKILL_TOGROUNDMoreInfo,0x0889,90,2,4,6,8,10], //packet(0x0889,90,clif_parse_UseSkillToPosMoreInfo,2,4,6,8,10); [PACKET.CZ.REQ_JOIN_GROUP,0x0899,26,2], //packet(0x0899,26,clif_parse_PartyInvite2,2); [PACKET.CZ.REQ_TRADE_BUYING_STORE,0x089D,-1,2,4,8,12], [PACKET.CZ.REQ_OPEN_BUYING_STORE,0x08A2,-1,2,4,8,9,89], //packet(0x08A2,-1,clif_parse_ReqOpenBuyingStore,2,4,8,9,89); [PACKET.CZ.ITEM_PICKUP,0x08AD,6,2], //packet(0x08AD,6,clif_parse_TakeItem,2); [PACKET.CZ.REQ_TRADE_BUYING_STORE,0x092F,-1,2,4,8,12], //packet(0x092F,-1,clif_parse_ReqTradeBuyingStore,2,4,8,12); [PACKET.CZ.USE_SKILL,0x091B,10,2,4,6], //packet(0x091B,10,clif_parse_UseSkillToId,2,4,6); [PACKET.CZ.REQNAME,0x0936,6,2], //packet(0x0936,6,clif_parse_GetCharNameRequest,2); [PACKET.CZ.ENTER,0x0944,19,2,6,10,14,18], //packet(0x0944,19,clif_parse_WantToConnection,2,6,10,14,18); [PACKET.CZ.MOVE_ITEM_FROM_BODY_TO_STORE,0x0879,8,2,4],//packet(0x0879,8,clif_parse_MoveToKafra,2,4); [PACKET.CZ.MOVE_ITEM_FROM_STORE_TO_BODY,0x023B,8,2,4],//packet(0x023B,8,clif_parse_MoveFromKafra,2,4); [PACKET.CZ.ITEMLISTWIN_RES,0x089D,-1,2,4,8,12], //packet(0x089D,-1,clif_parse_ItemListWindowSelected,2,4,8,12); [PACKET.CZ.SEARCH_STORE_INFO_NEXT_PAGE,0x0928,2,0],//packet(0x0928,2,clif_parse_SearchStoreInfoNextPage,0); [PACKET.CZ.SSILIST_ITEM_CLICK,0x0963,12,2,6,10],//packet(0x0963,12,clif_parse_SearchStoreInfoListItemClick,2,6,10); [PACKET.CZ.COMMAND_MER,0x0364,5,2,4], //parseable_packet(0x0364,5,clif_parse_HomMenu,2,4); /* // 2017-06-14bRagexeRE packet(0x0364,5,clif_parse_HomMenu,2,4); //packet(0x0865,4,NULL,0); // CZ_GANGSI_RANK packet(0x0866,6,clif_parse_TickSend,2); packet(0x087D,6,clif_parse_SolveCharName,2); //packet(0x0957,8,NULL,0); // CZ_JOIN_BATTLE_FIELD */ ], anything else i'm missing here sir @Akkarin?
  5. sorry for the rush. I've tried: 20170614: [0x5ED10A48,0x667F4301,0x2E5D761F] // 2017-06-14bRagexeRE 20170614: [ [PACKET.CZ.CHANGE_DIRECTION,0x087E,5,2,4], [PACKET.CZ.ITEM_PICKUP,0x08AD,6,2], [PACKET.CZ.ITEM_THROW,0x0885,6,2,4], [PACKET.CZ.MOVE_ITEM_FROM_BODY_TO_STORE,0x0879,8,2,4], [PACKET.CZ.MOVE_ITEM_FROM_STORE_TO_BODY,0x0864,8,2,4], [PACKET.CZ.USE_SKILL_TOGROUND,0x0438,10,2,4,6,8], [PACKET.CZ.SSILIST_ITEM_CLICK,0x0838,12,2,6,10], [PACKET.CZ.SEARCH_STORE_INFO_NEXT_PAGE,0x0928,2,0], [PACKET.CZ.REQ_CLOSE_BUYING_STORE,0x086B,2,0], [PACKET.CZ.PARTY_BOOKING_REQ_REGISTER,0x0877,18,2,4], // packet(0x02C4,8); // CZ_JOIN_BATTLE_FIELD [PACKET.CZ.ITEMLISTWIN_RES,0x089D,-1,2,4,8,12], [PACKET.CZ.ENTER,0x0363,19,2,6,10,14,18], [PACKET.CZ.PARTY_JOIN_REQ,0x0899,26,2], // packet(0x0927,4); // CZ_GANGSI_RANK [PACKET.CZ.ADD_FRIENDS,0x0867,26,2], [PACKET.CZ.COMMAND_MER,0x0817,5,2,4], [PACKET.CZ.ACK_STORE_PASSWORD,0x0923,36,0], // packet(0x09e8,11); //CZ_OPEN_MAILBOX // packet(0x0a2e,6); //TITLE [PACKET.CZ.REQUEST_ACT,0x083C,7,2,6], [PACKET.CZ.REQ_CLICK_TO_BUYING_STORE,0x0860,6,2], [PACKET.CZ.SEARCH_STORE_INFO,0x086C,-1,2,4,5,9,13,14,15], [PACKET.CZ.USE_SKILL_TOGROUNDMoreInfo,0x0889,90,2,4,6,8,10], [PACKET.CZ.REQ_OPEN_BUYING_STORE,0x08A2,-1,2,4,8,9,89], [PACKET.CZ.REQ_TRADE_BUYING_STORE,0x092F,-1,2,4,8,12], [PACKET.CZ.REQNAME,0x0936,6,2], ], but i'm getting that error, any idea? thanks
  6. sorry but which specific file /src/? i'll pay for extra if you can help me with the packets that works with 2017-06-14 client. thank you. just needed it to work with the '2017-06-14' client version.
  7. How can we get the packets like above for a specific client like 2017-06-14, is there any way @Akkarin? Hello good sir, may i know how did you get those packets for 2018-06-20 to be supported by roBrowser? can you help me with the 2017-06-14 client? Have a good day!
  8. I think what he meant for example if your client is 2017-06-14 or latest it won't work because src/Network/PacketVersions.js of roBrowser the latest client supported is: where can we get that information for 2017 for example.
  9. So i've made my own custom refine script. What i am missing is the chances or the formula. Like: +1 - +5 = 100% chance of success +6 = 80% chance of success - 20% chance of failing +7 = 60% chance of success - 40% chance of failing +8 = 40% chance of success - 60% chance of failing +9 = 20% chance of success - 80% chance of failing +10 = 10% chance of success - 90% chance of failing here's my custom script: https://gist.github.com/simplyniceweb/6536f6a34bdae8604f9803f9357b9659
×
×
  • Create New...