-
Content Count
531 -
Joined
-
Last visited
-
Days Won
6 -
Feedback
0%
eressea last won the day on August 17 2019
eressea had the most liked content!
Community Reputation
100 ExcellentAbout eressea

-
Rank
Baron
Contact Methods
-
Website URL
https://l2shrine.com/
Profile Information
-
Current Mood
Happy
-
Gender
Female
-
Country
Czech Republic
-
Nevermind25 started following eressea
-
XxPOiSoNxX started following eressea
-
Captivator started following eressea
-
AlisaCodeDragon started following eressea
-
Help High five item enchant
eressea replied to flyfreedom87's question in Request Server Development Help [L2J]
Hi, it seems you're using Java emulator (l2j), I'll move your topic to proper section. -
Discussion Create a password account
eressea replied to duartegabriel's topic in Server Development Discussion [L2OFF]
Also, if you can, use hauthd and MD5 passwords. NCsoft hash isn't really cryptographic and can be easily reversed to original password (or different string, but it works too, there are lot of collisions in results of this hashing function) so if anybody manages to steal your database, they'll be able to get passwords from it very quickly. -
Help AI parameters
eressea replied to Rootware's question in Request Server Development Help [L2OFF]
Hi, it's about what's the NPC is doing: PSTATE_IDLE=0 PSTATE_MOVE_AROUND=1 PSTATE_DO_NOTHING=2 PSTATE_ATTACK=3 PSTATE_CHASE=4 PSTATE_FLEE=5 PSTATE_GET_ITEM=6 PSTATE_FOLLOW=7 PSTATE_DECAYING=8 PSTATE_MOVE_TO_WAY_POINT=9 PSTATE_USE_SKILL=10 PSTATE_MOVE_TO=11 PSTATE_EFFECT_ACTION=12 PSTATE_EFFECT_ACTION2=13 PSTATE_PET_DEFAULT=14 PSTATE_MOVE_TO_TARGET=15 PSTATE_MOVE_SUPERPOINT=16 PSTATE_MOVE_FREEWAY=17- 1 reply
-
- 2
-
-
- ai.obj
- gracia final
-
(and 3 more)
Tagged with:
-
Help L2OFF - Change l2server.exe name process.
eressea replied to dandiarena's question in Request Server Development Help [L2OFF]
How did you solve conflicts when L2Server.exe shares memory with L2NPC.exe? -
I think you can patch client to copy keystrokes to all other windows of same user but it would require some asm/C++ and RE skills to do that. By the way, you’re asking in wrong section so I’ll move your topic where it belongs :)
-
WTS AdvExt64. The ultimate Interlude. Based of GF OFF core
eressea replied to Xeonc's topic in Marketplace [L2Packs & Files]
It must have been lot of work to do (or lot of work to write good script), good job! Still it's nothing compared to Kiv going through all C4 and GF l2server.exe finding all the differences... really good job guys!