-
Posts
223 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by raF
-
[Share]Dual Sirra's Blade ( Ice Glow )
raF replied to SilverShark's topic in Client Development Discussion
Links death. Where I can find em ? -
I am looking for sirra blade duals. Does somebody have em ?
-
For now I want to create new Dual Swords by using a 2 Interlude swords.
-
Hello. I want to create a custom Dual Swords, but how? I am working on acis project rev. 320.
-
Code Automatic Potions Free Code For All L2J Packs!
raF replied to numl0ckas's topic in Server Shares & Files [L2J]
I cant fined the last part of the code in the PCInstanace public void setBuffShop(BuffShop val) @@ -4321,6 +4339,22 @@ teleToLocation(184351, 20318, -3174, 0); } + if (isAutoPot(728)) + { + sendPacket(new ExAutoSoulShot(728, 0)); + setAutoPot(728, null, false); + } + if (isAutoPot(1539)) + { + sendPacket(new ExAutoSoulShot(1539, 0)); + setAutoPot(1539, null, false); + } + if (isAutoPot(5592)) + { + sendPacket(new ExAutoSoulShot(5592, 0)); + setAutoPot(5592, null, false); + } + return true; } -
Help Server For Friends With Hamachi
raF replied to raF's question in Request Server Development Help [L2J]
Here is gameserver.config: # Bind ip of the gameserver, use * to bind on all available IPs GameserverHostname = 25.128.188.250 GameserverPort = 7777 # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname # If this ip is resolvable by Login just leave * ExternalHostname = 25.128.188.250 # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname # If this ip is resolvable by Login just leave * InternalHostname = 127.0.0.1 # The Loginserver host and port LoginPort = 9014 LoginHost = 127.0.0.1 And here is loginserver.config # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname = 25.128.188.250 # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname InternalHostname = 127.0.0.1 # Bind ip of the LoginServer, use * to bind on all available IPs LoginserverHostname = * LoginserverPort = 2106 # How many times you can provide an invalid account/pass before the IP gets banned LoginTryBeforeBan = 10 # Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600) LoginBlockAfterBan = 600 # The address on which login will listen for GameServers, use * to bind on all available IPs LoginHostname = 127.0.0.1 -
Help Server For Friends With Hamachi
raF replied to raF's question in Request Server Development Help [L2J]
cool, I will try to make it now -
Hello folks. I have dynamic IP and I am trying to create a server on my PC before i rent server, but for now I want my friend to join. So can I make a hamachi server and make it work ?
-
Help Few Questions For A Good Night.
raF replied to raF's question in Request Server Development Help [L2J]
edited. -
Dude, lesen me. I know these cars very well. Peugeot is a trash. I have one right now. Maybe you wont recognize it in the beggining, but if u have a Germany car, you will feel the difference. Mostly when u pay for repairs underneath. From ur list, u can pick only VW and the Renault. They are relly hard. Try to find good engines. For Gold, the best is 1.9tdi, and for renault is 1.5td. Really economic and long life. I would prefer the Renaulth, cuz everybody is driving golf (atleast here.)
-
I used the already fixed NPC from Poivs, thank you too man. U rock !
-
I get this error: 1. ERROR in \BossRespawn.java (at line 18) import javolution.text.TextBuilder; ^^^^^^^^^^ The import javolution cannot be resolved ---------- 2. ERROR in \BossRespawn.java (at line 53) TextBuilder tb = new TextBuilder(); ^^^^^^^^^^^ TextBuilder cannot be resolved to a type ---------- 3. ERROR in \BossRespawn.java (at line 53) TextBuilder tb = new TextBuilder(); ^^^^^^^^^^^ TextBuilder cannot be resolved to a type ---------- 3 problems (3 errors)The import javolution cannot be resolved TextBuilder cannot be resolved to a type TextBuilder cannot be resolved to a type Failed executing script: C:\Users\Server\Desktop\l2Server\gameserver\.\data\scripts\custom\BossRespawn\BossRespawn.java. See BossRespawn.java.error.log for details. Log file: Error on: C:\Users\Server\Desktop\l2Server\gameserver\data\scripts\custom\BossRespawn\BossRespawn.java.error.log Line: -1 - Column: -1 compilation failed
-
Yes, I have eclipse, but i have no idea how to do it.
-
aCis, rev 320
-
Hello guys. This buffer looks awesome, but i have a problem to make it work. (99% problem is in my skills :D) So.. I did everything in the guide from Povis, but didnt installed SQL file (i dont need shame buffer for now.) When I start gameserver.bat I see an error in the CMD: Failed executing script: C:\Users\TestServer\Desktop\Servers\gameserver\.\data\s cripts\custom\Buffer\Buffer.java. See Buffer.java.error.log for details. And when I open Buffer.java.error.log : Error on: C:\Users\TestServer\Desktop\Servers\gameserver\data\scripts\custom\Buffer\Buffer.java.error.log Line: -1 - Column: -1 compilation failed Any solution?
-
Hello guys, I am using aCis files and I cant create a NPC by myself(Maybe bcs i dont know exactly how). Here is the code i added in Servers\gameserver\data\xml\npcs\50000-50999 When I enter the game and type //spawn 50008 , I get an error: "Applicant information is incorrect" Any ideas? I just copied another NPC, changed the Name and ID, but I cant spawn it.
-
I wouldnt buy a shits like these ones. Only the Gold and the Clio are good. For this money i would take Opel Astra OPC
-
Help Gameguard Error 610 (Acis Files.)
raF replied to raF's question in Request Server Development Help [L2J]
Eddited. -
Help Gameguard Error 610 (Acis Files.)
raF posted a question in Request Server Development Help [L2J]
Hello again! After a many tries i started login and game server successfully, but i cannot enter the game. -
Drunk and drive ? :D
-
OK, here is what i got and what i did when I copied files to one new folder. Tell me if its wrong or right. Datapack folder: GameServer folder: The new folder:
-
Hello guys, I am looking for an avatar for my profile in MXC forum, that include my name and l2 related picture. I will be very thankful if somebody do this for me. Best regards.
-
What about trial version of navicat? Is it a problem?
-
try 200
-
Ok, so now i compiled the files, but the guide I use for making a server is a little different with that i have. I am using this guide: http://www.maxcheaters.com/topic/28227-how-to-setup-your-own-l2server-images/ and it says to extract zips. (i dont have zips) How to continue ? P.S. Is it a problem if I use a trial version of navicat or I should find a cracked one ?
