Jump to content

eKo

Members
  • Posts

    709
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by eKo

  1. kay how much you will pay me?, because i will find some for sure. thats a bet you can lose only l2j has tons of bugs every pack has bugs
  2. yup,those are l2f files you can find a download somewhere. i have those files aswell
  3. ..a guy whit 11 posts... anyway, what l2j project is this based on?. Wich devs worked on this project, when you say 2 years of work it should be a known project. and the only "good" closed project that comes in my mind is l2jarchid.
  4. that far i was myself allready but i didnt change any config files
  5. configs are left like they are. # ================================================================ # General server setting !!! REQUIRED to configure to everyone !!! # ================================================================ # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname=127.0.0.1 # 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 GMMinLevel=100 # The address on which login will listen for GameServers, use * to bind on all available IPs LoginHostname=127.0.0.1 # The port on which login will listen for GameServers LoginPort=9014 # If set to true any GameServer can register on your login's free slots AcceptNewGameServer = true # If false, the licence (after the login) will not be shown # It is highly recommended for Account Security to leave this option as default (True) ShowLicence = True thats why i am confused.
  6. Hiho, i am clueless what error this causes. thats why i post it here first when i try to reg a server(hidid) i get this error msg : second when i enter login and i come to the select server window and i click on my server wich is online i get this msg on login console java.net.UnknownHostException: * at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source) at java.net.InetAddress.getAddressFromNameService(Unknown Source) at java.net.InetAddress.getAllByName0(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at java.net.InetAddress.getByName(Unknown Source) at com.l2jarchid.loginserver.network.serverpackets.ServerList.write(ServerList.java:134) at com.l2jserver.mmocore.network.SelectorThread.prepareWriteBuffer(SelectorThread.java:606) at com.l2jserver.mmocore.network.SelectorThread.writePacket(SelectorThread.java:530) at com.l2jserver.mmocore.network.SelectorThread.run(SelectorThread.java:232)
  7. its for the item code if you use xy item you get skills....grr read some guides
  8. hah i have the opposite, my java skills still lack of knowledge but my imagination is great.
  9. first : skill guides can be found if you use search second: you can use this code /** * @author eKo * */ public class ViP implements IItemHandler { private static final int[] ITEM_IDS = { itemID }; public void useItem(L2PlayableInstance playable, L2ItemInstance item) { if (!(playable instanceof L2PcInstance)) return; L2PcInstance activeChar = (L2PcInstance)playable; int itemId = item.getItemId(); if (itemId == itemID) { blabla add here skill code. } } public int[] getItemIds() { return ITEM_IDS; } } the code to add skills you should find out yourself.
  10. /lock topic, Found someone
  11. just because i rejected you, you dont need to flame my topic..
  12. well yeah but it depens on how successful the server will be ofc
  13. well,contract is for 12 months, i have it since 3 months. If the server is Great i am willing to leave the server on the root machine and i upgrade for more RAM so i can host my server when i have time i have 4 aviable ips so its no problemm. you will Recive your own "server" liek vps whit 2 gb ram atm the server has 4 gb ram
  14. Example : /** * @author eKo * */ public class ViP implements IItemHandler { private static final int[] ITEM_IDS = { itemID }; public void useItem(L2PlayableInstance playable, L2ItemInstance item) { if (!(playable instanceof L2PcInstance)) return; L2PcInstance activeChar = (L2PcInstance)playable; int itemId = item.getItemId(); if (itemId == itemID) { activeChar.setAccessLevel(10); String htmFile = "data/html/mods/vipinfo.htm"; String htmContent = HtmCache.getInstance().getHtm(htmFile); NpcHtmlMessage infoHtml = new NpcHtmlMessage(1); infoHtml.setHtml(htmContent); activeChar.sendPacket(infoHtml); } } public int[] getItemIds() { return ITEM_IDS; } } i sets char on 10 access lvl and shows a vip html
  15. haha ofc he cant do it. he just asked if its possible well its an interesting questions anyway its a retarded question since he asks for int client whit all features in gracia, it just makes no sense if you would do it wich basicly is totally retarded you need to edit the client to for all textures/packets and so on basicly you would have a gracia client again haha :D. you could allso just edit the client and make the layout interlude, and other inferfaces. And in the end you would have a Gracia client whit modded interlude layout/interfaces well i have no client moding experience at all so its just my guess
  16. Hiho, i give a root server for free, since i dont have time to finish my project in near future(got rl issue latley), i am willing to share my server whit someone. Req: you schould provide me a serious project, i dont want anyone whit some lame pre config pack or some lame moded package If you Cant provide any unique codes that shows your realy a l2jdev dont try to pm me Give me a small intro about your server concet and your l2j java knowledge You should be mature Whit Serious project i mean some Unique Features,You should be a good developer, best would be to provide me whit some codes as examples. Server should be Interlude or Epilouge Server hardware: 2x2.67 ghz 100gb HDD for you 2gb Ram(can be upgraded) 100mbit connection Hosted in Hetzner Center(germany) PS: Any lame projects will be trashed right away,i am only looking for a Serious Developer(s) who realy are motivated to build a server. dont try to fool me i find it out. Just write me a pm, so we maybe can get in touch via msn/skype etc.
  17. well it should be possible as i said when you edit client/server
  18. haha your funny... i want gracia features on c1 too! plix plox im not saying its not possible but you need to edit the whole client too,kinda making it gracia again :D
  19. .debuff has been added .elf/.mouse has been added to exchange mouse /elf item for 50mil anti pvp system disabled because it has a few errors,will be fixed tomorrow .life/.cp will be fixed tomorrow
  20. Updated First post Server is now Offical Online
  21. well i am interested in it i try to next days,i'll share code when i am done
×
×
  • 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