Hey there,
I was trying to sniff the data for level but I can't seem to figure it out alone...
If I'm correct it should be 0x303D packet?
Sniffed packets:
Yeah, so 0x3013 is correct. And the level up/down does matter regarding your purpose.
Again... 0x3013 is chardata packet... server sends its once you teleported/loaded char.... So no, it is not what I'm looking for, I'm looking for packet that updates level after level up/down(if died) like bots have, I want to get character level without teleporting...
If I remember correctly 0x3054 - ENTITY_ANIMATION_PROMOTE only triggers once, regardless of how many levels gained.
You may wanna use 0x3056 - ENTITY_UPDATE_EXPERIENCE instead as it tells you the amount of gained/lost EXP.
None of those packets will tell you the level, thus you need 0x3013 to know your current level and experience in order to calculate the new level based on gained and lost exp.
Still 0x3013 (+0x3054). You are behaving way to confident for asking here without knowing this domain very well.
“Never argue with a fool, onlookers may not be able to tell the difference.”
Exactly, that's why I won't argue with you
Quote:
Originally Posted by DaxterSoul
If I remember correctly 0x3054 - ENTITY_ANIMATION_PROMOTE only triggers once, regardless of how many levels gained.
You may wanna use 0x3056 - ENTITY_UPDATE_EXPERIENCE instead as it tells you the amount of gained/lost EXP.
None of those packets will tell you the level, thus you need 0x3013 to know your current level and experience in order to calculate the new level based on gained and lost exp.
Okay, I will do that, although thought this was going to be easier.... Thanks alot for your advice!
Someone know what mean this opcode ? 12/03/2010 - SRO Coding Corner - 7 Replies http://img835.imageshack.us/img835/8371/95671826.j pg
is because of capture the flag or what ? ...
[Dev Help]Custom mode Opcode editing 07/25/2010 - Shaiya Private Server - 14 Replies hey guy's n girls
Wondering if anyone has come across this, when editing the Opcode for the mode statpoints.
Underland Dev team have found that if set to anything above 9, 10 for example, it jumps straight to 16 ingame. is there anything we can do to edit this without the huge jump in points we do not want...
Thanks in advance
Shikari
[AutoIt] OpCode Isro probleme Find Gold 10/04/2009 - Silkroad Online - 1 Replies hi all :)
with this page http://www.elitepvpers.com/forum/sro-exploits-hacks -bots-guides/298129-misc-nubecoder-ini-updates.htm l ( Liste OpCode )
i can find HP,MP,X,Y,CharName,ServerName,ExpPoint,Sp
but I can not use a (Gold, Guild Name, Lvl , STR, INT )
I use a Script AutoIt ( Find in web ) for can read in my memory.
#include <nomadmemory.au3>
OpCode Gold And Lvl Not Work 09/29/2009 - Silkroad Online - 0 Replies hi all :)
with that http://www.elitepvpers.com/forum/sro-exploits-hacks -bots-guides/298129-misc-nubecoder-ini-updates.htm l ( In Opcode Liste )
i can use opcode for read in memory my HP,MP,SP,NameChar,Server,X,Y
but I can not read
i use Autoit and i use a script find in web
This Script Work for Client ISRO ( 1.215 )
#include <nomadmemory.au3>