AsiaGenius
Members-
Content Count
24 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by AsiaGenius
-
The link seems to be enlightening! I will study and post the results here.
-
Dll loaded and getting MAC successful The question is, how can I configure the emulator to receive MAC and other data that I want to send using my dll? Thanks for your attention!
-
Hello! I need help to finish my DLL Shield. My packet 0x64 content: (my dll working) My part of DLL source: unsigned int command = (*(unsigned short*)buf); if( (command == 0x64) ) { //if login packet, send mac to host serv char mac_address[18] = ""; GetMACaddress((char *)mac_address); //GET MAC memcpy((char*)buf+*len, mac_address, sizeof(mac_address)); //ATTACH MAC IN TO CURRENT PACKET 0X64 *len += 17; } ... correctly sends new packet value How do I get data added to the packet leng in the emulator? I tried so; char mac = RFIFOL(fd,12); But always returns zero... But I need some tips to properly handle this new value! I want to add MAC, HWID, Shield Version. I'm testing first only with the MAC! Help-me pls, I intend to share the DLL Shield for community!
-
Vending Skill Crash in Client 2015-05-13
AsiaGenius replied to Puuf's question in Client-Side Support
Not exist other solution? -
All pallets updated! Thanks! <3
-
My game appears this message whenever I login! After the "OK" button can login. How can I remove this warning?
-
Its 150$ for lifetime basic plan if you want some good addon/module you can ask hm 150$ for lifetime? if yes, i buy fast
-
void clif_parse_join_HUNT(int fd, struct map_session_data *sd) { const unsigned int blocksize = 6; unsigned int count, packet_orga,packet_orgas,packet_orgass,packet_type; struct s_packet_db* info = &packet_db[sd->packet_ver][RFIFOW(fd,0)]; packet_type = RFIFOW(fd,info->pos[0]); packet_id = RFIFOW(fd,info->pos[1]); if (packet_orga == 26964){ ShowWarning("Packet Received! \n"); } } I'm making a system that when you get a packet, the hexed, it will call an NPC! Currently the script does the following; 1 - Click the button on my hexed interface 2 - A packet is sent 3 - I get the packet and display a message "Packet Received: D" I must now call a script from an NPC in the game. Can anyone help me with something? void clif_parse_join_HUNT(int fd, struct map_session_data *sd) { const unsigned int blocksize = 6; unsigned int count, packet_orga,packet_orgas,packet_orgass,packet_type; struct s_packet_db* info = &packet_db[sd->packet_ver][RFIFOW(fd,0)]; packet_type = RFIFOW(fd,info->pos[0]); packet_id = RFIFOW(fd,info->pos[1]); if (packet_orga == 26964){ // //CALL NPC event_A WHERE } } Script to call - script event_A -1,{ mes "Working!"; close; } Sorry my bad english... Solved, close topic.
-
Not, 150$/month basic plan ._.
-
$150 / month? Oh good... I like hashield free lol
-
Please, send PM or link for me Dimensional Travel Npcs Quest Paid or No?
-
My problem solved, my BMP file format is corrupt. Thanks Dastgir!
-
my hexed not read this BMP help-me plssss
-
I receiver basic configuration to $150 O.o
-
Yes! Worked 1000000%%%, thaaaanks! Thanks Dastgir for atention. Cose topic, pls. Sorry my bad english
-
Hey! My RODEX not open WRITE MAIL. Help-me pls? Client is 2015-09-16aRagexe Sorry my bad english...
-
GEPARD $150 o_O
-
I use encryption packets + Hashield + ant bot scripts npc works fine lol
-
my file <?xml version="1.0" encoding="euc-kr"?> <clientinfo> <servicetype>america</servicetype> <servertype>primary</servertype> <connection> <display>playRO [^008000Online^000000]</display> <address>127.0.0.1</address> <port>6900</port> <version>52</version> <langtype>18</langtype> <aid> <admin>2004002</admin> <admin>2004148</admin> <admin>2005280</admin> </aid> </connection> <registrationweb>www.sas.com.br</registrationweb> </clientinfo>
-
Hello, I have one client diff 05-13-2015 perfect, read data folder first. But when I diff for him to read the GRF, read only GRF of iRO, not mine! --> I delete my data folder, re-diff reader GRF files and create my grf file When I login this message; Login or password incorrect He did not read my GRF, only GRF iRO! My data.ini [Data] 1=data.grf 2=mygrf.grf Sorry my bad english!