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

    • bro is any chance some one share compile pack and patch system for that one? is any chance here.... and client
    • Hello members of the forum! We offer hosting services for a different range of services: - ip spoofing; - scanning; - phishing; - botnets; - proxy; - gambling; - stealers; - legal adult; Prices: - VPS starting at $24; - Dedicated servers  starting at  $110; Contctats: layer0.ltd@gmail.com Telegram: @layer0_ltd Discord: layer0.ltd#6843 site: layer0.ltd
    • OUR OFFICIAL WEBSITE / FORUM - MILLENNIUM-HOOK.NET CHEAT DESCRIPTION: Our CS2 cheat is a premium cheat which provides a ton of features for legit gamplay. The cheat was created specifically for strong leagues and anti-cheats such as Faceit, 5EWin, Gamersclub, Esportal and many others. This cheat is perfect for players who want a safe undetected and reliable multi-hack while dominating their opponents and winning the game in their own style. To ensure maximum security of our cheat, we use more than 15+ methods of protection (for example, String Encryption, PE Header Erased, Code Mutation and much more that we cannot talk about for security reasons). Settings are directly configurable via a superb looking in-game menu or over our online «Cloud Panel». Our product is constantly receiving updates in collaboration with the our coders community and suggestions by you! SUPPORTED ANTI-CHEATS: (read more on official website) - VAC (Valve Anti-Cheat) - MM (Matchmaking) - FACEIT Server-Side - FACEIT Client - CEVO / Gfinity - EAC (Easy Anti-Cheat) - ESL Wire - 5EWin / 5EPlay - Perfect World - Gamersclub - Esportal - WePlay - ESEA Our CS2 cheat has a limited number of slots to ensure greater product security! (Available slots check on official website) FEATURES: AIMBOT: - Bone Aimbot (Legit aimbot that doesn't use any angle code that other competitors use. It aims in a legitimate fashion) - Bone and Multibone (Adjust which bone to aim at or select as many Bones as you want) - Smoothaim (Adjust how smooth the aimbot is in its human-like drag) - CloseAim (Toggle distance based aiming algorithm, for increased stickyness, or whoever is closest to the crosshair) - FoV (Adjust the Field of View of the aimbot or percentage of the screen that the aimbot will target enemies from) - Aimkey (Adjust which key the aimbot will use to aim) - AimDraw (Toggle the drawing of the aimspot on enemies (Visible/Always) - VisibleCheck (Visible checking on enemies with close enemy) - NoHop (Aim at One Target per press of the AimKey (Aimbot Doesn't Hop to Other Targets even after death) - RandomSpot (Randomizes the Spot around the target bones, making your aim look more humanized and legit) - Aimtime (Amount of time that the aimbot and Aimbot-RCS is active for, after you press the aimkey) - Ammo Management (Disable aimbot and TriggerBot when the gun clip is empty) - CloseFoV (Different FoV for players with in a certain distance (CloseFOV Distance) - AimOnShoot (Aim when shooting, aim when not shooting) - RecoilAfter (Start recoil after x bullets (Good for 1-2 Taps) - Recoil (Adjust the recoil counter while using the aimbot) - RecoilKey (Adjust which key the anti-recoil is set on (For all Aimbot Keys) - RecoilType (Control if recoil control is always on or only when using the Aimbot) - RecoilFOV (Adjust how long the Recoil will stay stuck to the target, very usable for when playing at a LAN) TRIGGERBOT: - TriggerBot (Automatically shoot at an enemy in a radius (usable with or without Aimbot) - TriggerKey (Control what key activates the TriggerBot (use with any key) - TriggerFov (Control the radius around the AimSpot which activates the TriggerBot) - TriggerDraw (Draw the bone spot that the TriggerBot is aiming at) - TriggerBone (Select the bone that the TriggerBot will target) - TriggerDelay (To add to the legitimacy of the TriggerBot, delays shooting for up to 0.5 seconds) - MonsterTrigger (Extremely Fast & Accurate TriggerBot with Fullbody Options Perfect TriggerBot) - VisCheck (Make sure you're only hitting enemies that you can see, or turn it off to get some sick wallbangs) - Random Delay (A random delay for your trigger bot to look even more legitimate) - Trigger Button (Use any button you like to control the triggerbot) ESP: - Name (Name of the player) - Health (Shows the current health of a player) - Armor (Shows the current amount of armor a player has) - ArmorType (Show if a player currently has a Kevlar vest, a helmet or both equipped) - Weapon (See what weapon a player is currently holding) - Weapon Ammo (See how much ammo you have left in the current clip) - Index (The internal index of the player based on the CSGO engine) - Distance (The distance of each player from you) - Box (A box around each players model, adjusting with distance (new rectangle box type) - Sequence (What action or stance the player is in (Running, Ducking, Jumping, Scoped etc) - Box Size & Box Multi (The size of the boxes around the players, adjustable to how you like) - Team ESP (Toggle ESP on your teammates) - Clean Draw ESP (Move ESP away from box) - Pixel ESP (Single Pixel ESP for legitimate play, shows one single pixel on the screen so it's not noticeable to any casual observers) - Visible ESP (Different color ESP for visible & non-visible players) - Entity ESP (See weapons, defusers, Bomb Location, and defusing players) - Entity Distance (Adjust how far away you will see different Entities for the ultimate in Player-Location assistance) - List ESP (The Ultimate Legit ESP, Listing Players that are not on your screen, or players anywhere in case you don't want to know where they are exactly) MISC: - Bunny Hop (Jumps automatically while the chosen key is being held) - Crosshair (When enabled it will draw a cross-hair on your screen, perfect for snipers, it also features an adjustable size) - Weapon Config System (Weapon configurations for each weapon group (pistols, deagle, snipers, SMG, Knife, rifles, etc) - Flash reduction (Make sure you can see enemies while you're supposed to be flashed) - Radar In Game (A radar is displayed where you see opponents) REQUIREMENTS: - Included HWID Spoofer: Yes - Stream Bypass: Yes - Supported game modes: Windowed, Borderless - 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.
    • A very skilled guy, did the job and delivered super fast, you can go without fear   100% malaka boy
  • Topics

×
×
  • Create New...