Jump to content

Sighed

Members
  • Posts

    851
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Sighed

  1. I will write more breakdowns as soon as i will get some time.
  2. Learn and crack by yourself ?
  3. For creating you can use buildzone, and for editing you can use L2J GeoEditor by Luno, i know that is weird what im saying but the editor has the option of opening conv.dat files from L2Off.
  4. Nice server, i will give it a try, since long time i don't play, cause i still haven't found what im looking for hahahaha xD
  5. But you guys don't meet requirments, cause you dont speak spanish xD
  6. I don't want to join a botnet with a server machine...
  7. Linux dedicated webhost ? xD Apache ? xD I use sometimes Abyss Web Server
  8. Test server im almost 100% sure that he is a l2j user and want to try running a l2off server on his Home-PC like a lot of L2J users do with L2J servers, am i right ?
  9. For what i know they closed their doors so selling items from a dead server...
  10. Guide ? All guides are the same lol, only changes the aspect and GUI of windows, but its always the same. Anyway why you want to launch it on win7 ? It is possible, but its useless, only for local browsing cause you can't launch a server on a HOME PC.
  11. I give for free all, the stuff that this 2 noobs and scammers offer. Who Want ?
  12. Maybe L2NPC.exe isn't running and in case it is running, it didn't loaded yet all the npc's ?
  13. Just right click on databases and press reload, what happened is that you are trying to delete databases that don't exist, so the errors come from it, but that's all, you don't get more errors cause after that the databases are correctly created.
  14. Holy shit, poetry !!!
  15. <?php $ip = '172.16.192.3'; // IP game server $port = 7788; // Port game server $time = 10; // Time refresh chech online (sec) $cachefile = "/var/www/showmebigtits.com/htdocs/serverstat.txt"; // file cache online $fp = @fopen($cachefile,"r") or die('File ERROR'); $str_read = fread($fp, filesize($cachefile)); fclose($fp); list($lasttime, $current, $playing, $store, $max) = explode(":", $str_read); if (@fsockopen($ip,$port)!==NULL) { if(($lasttime + $time) < time()) { $fs = @fsockopen($ip,$port) or die('Sock ERROR'); $pck = pack("vCi",6,0,-3); fwrite($fs,$pck); $r=fread($fs,73); fclose($fs); list($size, $id, $world, $max, $current, $playing, $store) = array_values(unpack("vsize/Cid/iworld/imax/icurrent/iplaying/istore",$r)); $fp = @fopen($cachefile,"w") or die('File ERROR'); fwrite($fp,time().":".$current.":".$playing.":".$store.":".$max); fclose($fp); } } else $fp = @fopen($cachefile,"w") or die('File ERROR'); fwrite($fp,time().":".0.":".0.":".0.":".0); fclose($fp); echo "SYS: current({$current}), playing({$playing}), private store({$store}), max({$max})\n"; ?>
  16. Shakal pack is just a repack of a dvamp, so guess.
  17. Maybe you need correct pack for it ? And provide the hardware fingerprint to the keygen ? And have attached Sabotage.dll ?
  18. Just Download the C4 Retail, inside is the clan community board sql and normal community board sql, and ofc the binary L2Comm.exe
  19. Everyone needs something, you could make it by yourself, perhaps you will learn something, or you can basically pay someone for doing it.
  20. Kation files. NpcDeath is just a missing sql. USE [lin2world] GO /****** Object: Table [dbo].[NpcDeath] Script Date: 06/15/2011 07:45:17 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[NpcDeath]( [npc_class_id] [int] NOT NULL, [death_time] [int] NOT NULL, CONSTRAINT [PK_NpcDeath] PRIMARY KEY CLUSTERED ( [npc_class_id] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] GO And the other one is another missing SQL. use lin2world go ALTER TABLE dbo.user_item ADD mana_left int NOT NULL DEFAULT 0 GO use lin2world go ALTER TABLE user_data add effective_mana0 int NOT NULL DEFAULT 0, effective_mana1 int NOT NULL DEFAULT 0, effective_mana2 int NOT NULL DEFAULT 0, effective_mana3 int NOT NULL DEFAULT 0 go ALTER TABLE user_item ADD life_time int NOT NULL DEFAULT 0 go They are inside the .rar with other sql files, which basically means, McAfee basically don't know how to correctly install a SQL DataBase.
  21. Maybe I already told you ?
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock