monaliza
Members-
Posts
48 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by monaliza
-
please anyone re-up <3
-
cant download
-
works good for me thanks
-
anyone tested on freya?
-
where i should + thinks if i didnt get the the code "before" of the line to add? dont have-> else if (_isEventMobDM) dont have-> DM.showEventHtml(player, String.valueOf(getObjectId())); + else if (_isEventMobTrivial) + Trivial.showEventHtm(player, String.valueOf(getObjectId())); else {
-
[Share]Recipe & Mats Shop ( INT){l2brasil}
monaliza replied to KimOoO's topic in Server Shares & Files [L2J]
re-up -
WTT WTTS Full Gracia Epilogue Server Pack ONLİNE LOOK
monaliza replied to RealDuka's topic in Marketplace [L2Packs & Files]
ROFLOLEPICLAUGH -
how much you want?
-
Yeah Right, so any rev you see that its not,interlude, gracia final, epilogue, etc. cause if they add things are making "custom" let me think i think i have here one c1, ah damn all revs are c1 because the have added the new thinks :( so by your way all revs are c1, they just "adaped to the new clients" -.-" ps: dont do pots stupid, give me a little more time and you see how it be (the server) ;) just because some people don't post here rev starting be freya, that dont say they don't exist because i know one ;)
-
ofc is not 100% freya cause i didnt have all the things like : have 2 summons (summoners)/wearing 2 weapons/awakening system/casting 2 spells in 1 time and so on.. bla bla lets think why? cause it doesnt exist yet on client :) so its "full custom" when gracia final gets out, if i had a clean rev (no npc's bla bla bla) and i add a vesper (im adding a custom \o/) NOT! what you call a rev without custom? :) use all from client its custom?
-
LOL? so, doesnt exist interlude, gracia final, epilogue, freya bla bla bla, so all rev, servers, are custom just because people take the things from client and put it on rev, wow... Amazing, ps: please people do take items from client and put it on you're servers cause is custom, if you take some skills, zones, etc from client freya you are adding customs on your rev, NOT! so if i add armors, weapons, items etc. edited by players its not customs by you're way, so if you call add freya armors, freya weapons... all things out with PTS freya its custom? LOL! so what isn't custom? tell me what is not custom to me put on my server for not be an "full custom server" another ps: one project its not done in a few days or 1 or 2 months, so if you see something wrong on server its because i'm working on it and im just one, later i will show you a video with all things i putted in rev BY THE KOREAN CLIENT FREYA PTS! i think its that way people do to make the revs ^^ but if you call it custom, good for you bad for me. anyway i will continue my project by the way i can, alone, its not a project with svn, timeline bla bla bla. sorry for the others about this text, but some people don't give valor to the people who try to make some usefull to all of you (who want to play) :)
-
im working on rev core, but im only one and im doing it alone so its a slowly project, but im doing my best, im not a expertttttttttttttttt 100%, and i don't said here its 100% freya cause its not, but will be soon. don't put words in my mouth xD i will add some fixes and new infos on website, forum(server) and here too on 1st post. and who want to play here are welcome, and who want criticize... are welcome too cause the criticizes don't come to bad, but to make better ^^ Thanks all, Monaliza
-
ok done, i've added the enchants rates and a few info
-
Share [Share] L2 Account ZS - Web [FOR L2OFF]
monaliza replied to fdLP.'s topic in Server Shares & Files [L2OFF]
it doesnt work to me ____________________ Deprecated: Function session_register() is deprecated in C:\wamp\www\index.php on line 2 ".$language[$dlang][61]." "); //Code Security if (($code == $securitycode)) { $x01 = true; $x02 = true; } else { die(" ".$language[$dlang][20]."! ".$language[$dlang][21]." "); } //Account Security if (ctype_alnum($account) ==true) {$x03 = true;} else { die(" ".$language[$dlang][7]." "); } if ((strlen($account) > 3) || (strlen($account) <13)) {$x04 = true;} else {die(" ".$language[$dlang][13]." "); } //Password Security if (ctype_alnum($passwordINJEC) ==true) {$x05 = true;} else {die(" ".$language[$dlang][15]." "); } if ((strlen($passwordINJEC) > 3) || (strlen($passwordINJEC) <17)) {$x06 = true;} else { die(" ".$language[$dlang][16]." "); } //Auth Account if(($x01 ==true) && ($x02 ==true) && ($x03 ==true) && ($x04 ==true) && ($x05 ==true) && ($x06 ==true)) { connectdb($CONFIG['dbdbname'], $CONFIG['dbaddress'], $CONFIG['dbuser'], $CONFIG['dbpass']); $login=trim($account); $pwd = encrypt($passwordINJEC); $result = mssql_query("SELECT account, password FROM lin2db.dbo.user_auth WHERE account='$login'"); while($array = mssql_fetch_array($result)) { $login2 = $array['account']; $pwd2 = $array['password']; } $pwd2 = '0x' . bin2hex($pwd2); mssql_close() or die('Error closing link to MSSQL server'); if (($login == $login2) && ($pwd == $pwd2)) { connectdb($CONFIG['dbdbname'], $CONFIG['dbaddress'], $CONFIG['dbuser'], $CONFIG['dbpass']); $login2 = trim($login2); $result = mssql_query("SELECT user_auth.account, user_account.uid, user_auth.password, ssn.ssn, ssn.reg_date, ssn.email FROM (user_auth LEFT JOIN ssn ON user_auth.account = ssn.name) INNER JOIN user_account ON user_account.account = user_auth.account WHERE user_auth.account='$login2'"); while($array = mssql_fetch_array($result)){ $emailstring = $array['email']; $acc = $array['account']; $ssn = $array['ssn']; $uid = $array['uid']; $regdate = $array['reg_date'];} $ssn = base64_encode($ssn); $uid = base64_encode($uid); $acc = base64_encode($acc); $emailstring = base64_encode($emailstring); $regdate = base64_encode($regdate); mssql_close() or die('Error closing link to MSSQL server'); $ysite = $CONFIG['ysite']; $ysite2 = $CONFIG['ysite2']; die(" ".$language[$dlang][59]." [".$login."] ".$language[$dlang][62]." ".$language[$dlang][62]." ".$language[$dlang][62]." ".$language[$dlang][63]." ".$language[$dlang][32]." "); } else { die(" ".$language[$dlang][21]." "); } } else { die(" ".$language[$dlang][53]."! ".$language[$dlang][55]." ".$language[$dlang][54].". ".$language[$dlang][56].". "); } require "footer.php"; } else{ require "header.php"; require "fun.php"; echo ' '; echo" \n"; echo" \n"; echo" \n"; echo" \n"; echo" \n"; echo" \n"; echo" \n"; echo" ".$language[$dlang][59]." \n"; echo" ".$language[$dlang][1]." \n"; echo" \n"; echo" ".$language[$dlang][3]." \n"; echo" \n"; echo" ".$language[$dlang][5]." \n"; echo" \n"; echo" \n"; echo" \n"; echo" \n"; echo" \n"; echo" \n"; require "footer.php"; } ?> can someone help? ps: i use wampserver -
http://www.l2shiva.net/ - Rates XP100 SP100 Adena 500 - Enchants: Normal 66% Blessed 70% - Service Manager = All in one npc - NPC Buffer scheme - NPC Freya Shop - Freya Weapons - Freya Armors - Freya Mobs - Freya Zones - Zones drops - Coins, Blesseds armor, Blessed Weapons - Seven Signs - Quest nobless - TvT and CTF H&S Automatic - Olympiads - Sieges - Quest free job lvl20 lvl40 lvl76 - And much more! - Join Us! Ps: Is not yet 100% Freya need fix a few things
-
[Request] Freya Jewels and Shields/sigil
monaliza replied to monaliza's topic in [Request] Client Dev Help
thanks a lot critical :D you have the sigils? :P i almost done, i only need now the sigil sql and the new skills :P -
please someone can share the Freya Jewels and Shields/sigil :(
-
link down
-
800 post's? when i have 80 years old i have 800 post's :D
-
[Share] Freya armor for Epilogue
monaliza replied to Legend™'s topic in Client Development Discussion
someone have freya jewels and sigils? -
[Share] Freya armor for Epilogue
monaliza replied to Legend™'s topic in Client Development Discussion
can someone post an sql (with tables) cause i've tryed with the txt and gives me error on import
