Jump to content
  • 0

0xp-0sp


xenosaga21

Question

Using http://www.maxcheaters.com/forum/index.php?topic=50435.0

SQL 2005

And Ran DBscripts from one of the packs available on forum... do i need matching dbscripts? if so where can i get dbscripts for 444?

 

Other than that If i can get this fixed im happy with it and want to start tweaking/messing with stuff....

I can not get Exp / Sp to work.... U kill any mobe and will "you have got 0 experience and 0 Sp".

 

1.) Do I have to use any Sql Scripts from the Vampire folder?

2.) I have set Exp rates from l2server.ini / still not working xp/sp.

3.) Is there any "quick" fix that is free for this?

 

Are there anymore free packs that are more up to date?  I have like 20 packs on my desktop... the only one I got xp to work in was an l2off x64 hellbound pack.... that worked quite well.... but i prefer interlude.

 

Pack 372

http://www.megaupload.com/?d=1X6KE4UD

1.5 Sin

www.megaupload.com/?d=QRK19DSC

 

350z Interlude

http://www.sharex.com.br/files/6839619659/L2OFF_Server_Pack_350Z_Configurado.rar

http://www.sharex.com.br/files/6839619659/L2OFF_Server_Pack_350Z_Configurado.rar

and patch

http://sharex.xpg.com.br/files/2599861764/Pach.rar?

 

 

Gracia

 

http://files.l2.ru/l2/files/Installer_Lineage2_1.0.6_PTS.rar

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

I have a few packs, dumper doesn't work for me atm so I can't get 1.5/1.6 keys

 

would anyone happen to know where i can get a full 444?

 

I must of downloaded a lot of diff packs from diff sites, these files are all old and every pack is missing 1 part or another from cacheD, to extenders.....

 

trying to filter the crap out and get a good starting position.

 

Does PP still have SVN up? I can't seem to find the original.

 

all these damn russian sites are slow as fuck...... but they seem to be only ones without dead links ...

Link to comment
Share on other sites

  • 0

I must be missing something,

 

I got a 1.6mb pack working (dumper ty)... still having xp issues... it must be DB related....

 

Running Win 2003 X64.... Running SQL2005

 

Don't know why

 

I think it has to do with user_data in SQL... maybe missing a table?

any input would be cool ^^

 

funny thing is only way I get HP working at all is using a Hellbound L2off pack that i don't wana use ;p...

Having fun with it tho.... augments work been testing augments out all day with friends...;p

 

If i could just get this xp working correctly it would be nice i could have a nice lil server to work on.

 

Am i missing something with DB creation?

 

create_database(1).sql  -> 1~35.sql? i get errors sometimes with specific sql's when running querys.

 

Link to comment
Share on other sites

  • 0

Does the old server setup guide follow true with most packs?

 

How does XP work.

The way I udnerstand it...

L2server ini under event... u set the exp 100 = 1x 1000=10x 10000=100x

I get this

 

Npcdata.txt (inside scripts) i use a rater and save back in unicode ..

 

Database

I use DBscript setup from another pack... to get the basic db's up.

 

(if i launch server like this i get 0xp/0sp) from mobs using 1.6 mb extender.

http://d.imagehost.org/view/0905/Untitled_6

from this pack

http://turbobit.net/6p92bsmd884n.html

 

If I run more sql updates... things stay the same and I get Query Errors (says Im missing/do not have access to user_data most of the time which is what I think my problem is.)

 

other than that the server works.

Drops work

Ai works

Geo is great (using assorted geodata from diff packs)

 

all this running on win 2003 ent server x64 and sql 2005

 

Just looking for a point in the right direction.... I already know how to do most custom stuff so this is really just only thing holding me back....

 

 

PS: anyone know where I can get a nice C5 pack?

Link to comment
Share on other sites

  • 0

im sure ur sql stored procedures were not imported.some stroed procedures just were modified by devs,not created news.

so when u import some stored procedures u need del the original one.like lin_SaveCharacter.sql,at first u need del it in lin2world db by manually.

thats why u got query errors...

and remember there is a sequence w/ some of the stored procedure when u import.

 

lin_CreateActiveSkill.sql    1

lin_UpdateActiveSkill.sql    2

 

btw,i used 1.69kb extender and works good...2003 server x64 & SQL server 2000

 

GL

Link to comment
Share on other sites

  • 0

Yes this is what I think it is.... I sorted out a few of them ;) cursed weapon etc.... a lot of my stuff is just out of order i think .... stupid little mistakes from lack of experience with this setup.

 

I think the majority of the prob i have is updating the database from c4 to Interlude.... honestly I set into this project to create a C5 server .... but theres only like 1 pack available and it seemed more plausible to jump into interlude and try to back track a little....via customizations.

Is there not a DbScript/SqlScript pack somewhere that has this stuff fairly set other than changing the ip's db user info etc...?

Also I formated and lost a lot of my packs (now only have 1.5~dll) anyone can link me a 1.6 pack? nothing on any forums are labeled anymore... and most of the links are dead everywhere.

 

PS: does PP have an SVN where I can pull some C5 stuff from?

 

ironically some packs I have have really nice DB's that work with Hellbound .... but meh i don't want HB ... -_- here I am trying to get as close to C5 - Interlude and im being pushed towards HB ~Gracia (shutters in fear at the thought of playing gracia again.... :-X).

 

Wish there was a clean pack with everything labeled... pack im using atm has everything doubled up and junk.... a mess of .sql files.

 

using PTW Vampire Interlude.7z pack from other post 1.568

 

It runs fine except for my sql blunders so that I am happy about.

 

http://b.imagehost.org/download/0256/untitled_18

untitled_18

untitled_18.jpg

This is my prob I think

 

ERROR SQL EXEC Lin_ReloadRatesByAccountId 1

 

the active skill stuff not 2 worried about right now i can get to that later.

Im having problems with User_data in specific... always says can't alter table ... etc or that there is no table.

 

I think im missing the sql that sets up this table.... or it is being setup wrong... almost anything dealing with "user_data" is screwed up.

 

IE: ALTER TABLE user_data ADD

will give me

Msg 4902, Level 16, State 1, Line 1

Cannot find the object "user_data" because it does not exist or you do not have permissions.

Msg 4902, Level 16, State 1, Line 2

Cannot find the object "pledge" because it does not exist or you do not have permissions.

 

Another prob I have is There is already an object named 'lin_ReloadRatesByAccountId' in the database.

When theres not .... fresh clean DB... im going to wipe entire db and start over.

 

 

ps:

There are some stuff about dynamic rates.... is this needed / can disable it somehow i don't want "dynamic rates" I want non-dynamic ones ? im not sure if this is some sort of mod to adjust rates of server on the fly or something... if so i would like to disable that... and have set rates... or am i mistaken in that assumption?

 

 

I have used this cleanup utility SQLPACK from PP but still get same User_data probs (does not exist) how can I make this table -_-.. /where is it lin2word?

 

Link to comment
Share on other sites

  • 0

www.megaupload.com/?d=QRK19DSC

in this pack there is a 1.684kb pack.why not use that?

 

i have the same sql errors in cached server,lin_CreateActiveSkill and lin_updateActiveSkill.i dont know why thats way...seems all is ok...

im finding some profect sql pack.

Link to comment
Share on other sites

  • 0

I got it working ;) thanks for the directional support all.

 

Now my friends and I have a nice server to mess around/test stuff out on.... sure I could of settled for an L2j server but the hell with that.... what else am i gona use all this ram for ? ;p

 

~TY

 

I even got some npc buffers / class changer ^^ server is pretty sweet.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • I didnt say i dont know anything but i couldnt find a place to start. a guy here mentioned l2jmobius which is a good place to start. so i searched for it and its actually what i wanted. Now i just need to find a clean client to start. I know how to program and how to do changed to client but its hard to find clean clients. I dont really want to make my server exactly like gracia final. I just want to test out the clients and decide which one works better for me. I dont really like the awakening classes and the newest races. Can you please provide me with a couple of links of different clients so i can test them out before i start my project? As i said i cant really find any clean install client. Thank you in advance
    • OUR OFFICIAL WEBSITE / FORUM - MILLENNIUM-HOOK.NET CHEAT DESCRIPTION: Our cheat for Fortnite game has proven itself in the best way among players, the cheat has good optimization, a beautiful visual appearance and has extensive functionality. And reliable protection and HWID Spoofer give our cheat even more advantages over competitors! SUPPORTED ANTI-CHEATS: (read more on official website) - Easy Anti-Cheat (EAC): Undetected & Safe - BattlEye AC: Undetected & Safe - Hyperion AC: Undetected & Safe Our Fortnite cheat has a limited number of slots to ensure greater product security! (Available slots check on official website) FEATURES: AIMBOT: - Aim bone - Silent aim - Smooth - Fov - Distance - Key ESP: - Players - Loot - Vehicles - Traps - Other MISC: - No bloom - No spread - Vehicle flight - Instarevive - Aim while Jumping - Teleport to players within 4m (10m with pickaxe) or teleport downed players to you. - Teleport key - Fov changer REQUIREMENTS: - Included HWID Spoofer: Yes - Stream Bypass: No (Engineering works. Will be available again soon). - Supported game modes: Windowed, Borderless - Supported platforms: Steam / Uplay / Epic Games - Supported CPU: Intel & AMD - Supported OS: Windows 10 (1903,1909,2004,20H2,21H1, 22H2), Windows 11 (All version). Supported OS change and are added periodically. More check on official website.   IN-GAME SCREENSHOTS:   - Check on the official website.
    • OUR OFFICIAL WEBSITE / FORUM - MILLENNIUM-HOOK.NET CHEAT DESCRIPTION: We are offering the best in market Division 2 hacks without detection. If you are wondering where to get the best cheats and hacks for The Division 2, you are at the right place! Our private TD2  hack has been completely undetected since we released it! Also, our cheat has all the most necessary functions such as aimbot, esp, etc. And the limited slots will give even more security to our product. SUPPORTED ANTI-CHEATS: (read more on official website) - Easy Anti-Cheat (EAC): Undetected & Safe - FairFight AC: Undetected & Safe Our The Division 2 cheat has a limited number of slots to ensure greater product security! (Available slots check on official website) FEATURES: AIMBOT: - Enable aim - No recoil - Silent aim - Aim distance - Aim fov - Draw aim fov - Fov change - Weakspot - Aim hitbox - Head - Neck - Chest - Random ESP: - Enable visuals - Enable radar - Skeleton - Weakspot - Pre-rendering - ESP distance - Radar distance - Auto - Enemy - Name - Blacklist - Whitelist - Custom color - Clear whitelist - Clear blacklist MISC: - Auto fire/Triggerbot - Rapid of fire rate - Shotgun of fire rate - Magic bullets - Fast reload - Unlimited ammo - Shoot in safehouse - Accelerate - Noclip REQUIREMENTS: - Included HWID Spoofer: Yes - Stream Bypass: Yes - Supported game modes: Windowed, Borderless - Supported platforms: Steam / Uplay / Epic Games - Supported CPU: Intel & AMD - Supported OS: Windows 10 (1903,1909,2004,20H2,21H1, 22H2), Windows 11 (All version). Supported OS change and are added periodically. More check on official website.   IN-GAME SCREENSHOTS:   - Check on the official website.
    • 50% discount for the next 3 copies Price 150 , will try for test server not guaranteed
    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
  • Topics

×
×
  • Create New...