
Nevermind25
Members-
Posts
105 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Nevermind25
-
Use [lin2world] update user_skill set skill_id = 'wished skill id' where skill_id = 'unwanted skill_id' that may carry other problems but if you think a little and work in the query you can have a solution. Think on LEFT JOIN user_data subjob0_class, subjob1_class, subjob2_class, subjob3_class with the user_skill table
-
Request L2Off needs
Nevermind25 replied to Saruman's question in Request Server Development Help [L2OFF]
I match 70% with your opinion, the other 30% is about of "L2 died". -
Help Inventroy slot problem (Vanganth)
Nevermind25 replied to elfeush's question in Request Server Development Help [L2OFF]
anyway, the fix is good the correct position is this. [hair] [helmet] [hair2] [underwear] [necklace] ================== [hairall] [helmet] [hairall] [underwear] [necklace] Some interlude has the {back} slot? in this case the back is used like c4 -
Truth about l2 Remorse
Nevermind25 replied to HatersGonnaHate's topic in General Discussion [English]
Stupid and toxic pseudoplayer, what do you think ? all servers have rules in registry, server rules, forum, forum rules... if you stupidly have not readed you are the blame. Out of that, all server has work costs in money and time that is covered by donations. Nobody will rise up a server for free or for love to the game. Some administrator may delete this sh1tty post? -
Request L2Off needs
Nevermind25 replied to Saruman's question in Request Server Development Help [L2OFF]
If you want only click and up dont think in L2 OFF xD apart of the files and programs you need know about html and php minimally to make a simple web, in other words if u want to click and up pay for the services, have some people that bring support. -
Help Inventroy slot problem (Vanganth)
Nevermind25 replied to elfeush's question in Request Server Development Help [L2OFF]
here still have a error, some items in c6 are hairall and must use the two slots (circlets, hats) and some other uses 1 slot and it suposes that you can equip for example a rabbit ear an a eye patch, this fix is good, if i find the way to make the other i'll paste here the code -
Help Inventroy slot problem (Vanganth)
Nevermind25 replied to elfeush's question in Request Server Development Help [L2OFF]
I didn't say nothing, the correction must be done in both files ItemList.cpp and InventoryUpdate.cpp Else when you log in the character the fixed slot will be unequipped.- -
Help Inventroy slot problem (Vanganth)
Nevermind25 replied to elfeush's question in Request Server Development Help [L2OFF]
@guytis in ItemList.cpp is the same? i think that yes but you are the wiseman -
Help //setparam PVPs [C4]
Nevermind25 replied to surr0und's question in Request Server Development Help [L2OFF]
then try with duel or PvP_counter/count pvp and other combinations ha ha -
Help Inventroy slot problem (Vanganth)
Nevermind25 replied to elfeush's question in Request Server Development Help [L2OFF]
awesome, i would delayed a entire month xD -
Help Inventroy slot problem (Vanganth)
Nevermind25 replied to elfeush's question in Request Server Development Help [L2OFF]
thanks for the info -
Help Inventroy slot problem (Vanganth)
Nevermind25 replied to elfeush's question in Request Server Development Help [L2OFF]
File CharInfo.cpp CPacketFix::CharinfoBCfix, CPacketFix::CharInfoFix /* d */ Packet.WriteD(BaseClass); INT32 dhairId = va_arg(tag, INT32); INT32 headId = va_arg(tag, INT32); INT32 rhandId = va_arg(tag, INT32); INT32 lhandId = va_arg(tag, INT32); INT32 glovesId = va_arg(tag, INT32); INT32 chestId = va_arg(tag, INT32); INT32 legsId = va_arg(tag, INT32); INT32 feetId = va_arg(tag, INT32); INT32 backId = va_arg(tag, INT32); INT32 lrhandId = va_arg(tag, INT32); INT32 hairId = va_arg(tag, INT32); INT32 faceId = 0; //interlude addon //removed visualarmor /* d */ Packet.WriteD(dhairId); //dhair /* d */ Packet.WriteD(headId); //head /* d */ Packet.WriteD(rhandId); //rhand /* d */ Packet.WriteD(lhandId); //lhand /* d */ Packet.WriteD(glovesId); //gloves /* d */ Packet.WriteD(chestId); //chest /* d */ Packet.WriteD(legsId); //legs /* d */ Packet.WriteD(feetId); //feet /* d */ Packet.WriteD(backId); //back /* d */ Packet.WriteD(lrhandId); //lrhand /* d */ Packet.WriteD(hairId); //hair /* d */ Packet.WriteD(faceId); //Face slot In the file Userinfo.cpp seems to be the same code but with CPacketFix::UserInfoFix and CPacketFix::GMUserInfoFix /* d */ Packet.WriteD(BaseClass); INT32 dhairId = va_arg(tag, INT32); INT32 headId = va_arg(tag, INT32); INT32 rhandId = va_arg(tag, INT32); INT32 lhandId = va_arg(tag, INT32); INT32 glovesId = va_arg(tag, INT32); INT32 chestId = va_arg(tag, INT32); INT32 legsId = va_arg(tag, INT32); INT32 feetId = va_arg(tag, INT32); INT32 backId = va_arg(tag, INT32); INT32 lrhandId = va_arg(tag, INT32); INT32 hairId = va_arg(tag, INT32); INT32 faceId = 0; //interlude addon //visualarmor removed /* d */ Packet.WriteD(dhairId); //dhair /* d */ Packet.WriteD(headId); //head /* d */ Packet.WriteD(rhandId); //rhand /* d */ Packet.WriteD(lhandId); //lhand /* d */ Packet.WriteD(glovesId); //gloves /* d */ Packet.WriteD(chestId); //chest /* d */ Packet.WriteD(legsId); //legs /* d */ Packet.WriteD(feetId); //feet /* d */ Packet.WriteD(backId); //back /* d */ Packet.WriteD(lrhandId); //lrhand /* d */ Packet.WriteD(hairId); //hair /* d */ Packet.WriteD(faceId); //Face slot Someone can help to fix this? -
Help release Vanganth_02_11_16_Null
Nevermind25 replied to xJIEXAx's question in Request Server Development Help [L2OFF]
search for that htm file in HTML folder, it doesnot exist, that's the problem -
Help //setparam PVPs [C4]
Nevermind25 replied to surr0und's question in Request Server Development Help [L2OFF]
nice share @guytis -
Help //setparam PVPs [C4]
Nevermind25 replied to surr0und's question in Request Server Development Help [L2OFF]
that depends of the extender that the guy was using, not all are the same and commands work different -
Guide How To Change The Rates.
Nevermind25 replied to Phantasmo's topic in Server Shares & Files [L2OFF]
https://maxcheaters.com/topic/54813-sharel2-rates-off/ -
Help //setparam PVPs [C4]
Nevermind25 replied to surr0und's question in Request Server Development Help [L2OFF]
I think that has no command for that, test with setparam Duel. It can be done with lin2panel -
WTS PACK: Updater, Logo, Banner, FB cover, Website
Nevermind25 replied to Ziajka's topic in Marketplace [Webdesign & Webdevelop]
I need an updater, pm me -
Request L2OFF Exp loss formula
Nevermind25 replied to Rootware's question in Request Server Development Help [L2OFF]
hmm if you think, the loss of experience is about a 4%. Then the calc must be down = 0.96 * Exp_of_the_current_level ? in the extenders, lin2panel and in other places you can find the exp table for each level. -
it appears to be good at a monthly cost, but i dont want all of those systems, i want a updater with 3 buttons, launch, full check, exit. Thank you
-
Request L2OFF Exp loss formula
Nevermind25 replied to Rootware's question in Request Server Development Help [L2OFF]
Hello, i try to help you You can put it on a player action or creature action like "on die" and play with mathematics for the value of nExpDec int User::ExpDown(int nExpDec) { typedef int (*f)(User*, int); return f(0x8040F0L)(this, nExpDec); } void User::SetExpDown(int nExpDec) { try { expDrop = nExpDec; } catch(...) { return; } } Dont let L2 OFF/PTS die! -
Hello friends!! I want a customizable Updater/Launcher, please post in comments with images and price of your job. I have some money in PayPal Account. I can use the shared Launchers but i want something more aesthetic, thanks for reading
-
C4 or Interlude files
Nevermind25 replied to l2daniel's question in Request Server Development Help [L2OFF]
many live servers are using l2patchd although full of holes -
C4 or Interlude files
Nevermind25 replied to l2daniel's question in Request Server Development Help [L2OFF]
Use l2patchd for c4 if you dont know a sh1t of programming or starting up a server, google it because have a lot of tutorials and versions. Or use java packs -
Help Inventroy slot problem (Vanganth)
Nevermind25 replied to elfeush's question in Request Server Development Help [L2OFF]
You can help or give a photo of that?