Jump to content

HyperActive

Members
  • Posts

    65
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by HyperActive

  1. Nice PvP Rank System mate but for some reason all the Buttons (like Death Status or RPC Exchange) are not working at all for interlude server still looking the reason why :P
  2. Sorry guys was too fast to post fixed... i had a small mistake in config lock pls :P
  3. Hello guys so i got the following problem i added the Rebirth Manager from Trance on my sources from this link http://www.maxcheaters.com/topic/158570-trances-rebirth-manager/ changed a few things so that i will have no errors for example getAllskills to getSkills.values and so on but when i spawn the NPC and try to make a rebirth it says : You have arleady reached the maximum number of rebirths 3 bla bla bla you cannot make any more rebirths.... Now the problem is obviously that i do not have any rebirths so i really do not know why on earth it shows me this html... as far as i can say the code has nothing wrong (though i ain't 100% sure) so anybody got any ideas on why this happens? :P
  4. Hmm i really can't find it :P would you mind giving me some hints? :P
  5. Hello guys so i have the following problem i am trying to create, as the title suggests, PvP Zones that change after minutes, hours etc. Now the Problem is the following when one of these Random PvP Zones is not used i want it to be just a normal Zone... What i mean is that if at the time being another Zone is Random PvP Zone all other Zones should not give Flag so for example Current PvP Random Zone Primeval Isle: Now here Flag should be on! Not used PvP Random Zone for example Imperial Tomb: Now if a player is on the Imperial Tomb and inside the Zone that at the time is not used he should not get Flag :P Any idea how i should make this? :P :) What i basicly say is only the Zone that the NPC is using at the time should be a Random PvP Zone and give Flag ;)
  6. Nice NPC good luck with your sales mate :)
  7. Does this actually apply for xml i mean should i write if (name.equalsIgnoreCase("ArmorS")) return ? what the xml number/name for example 25040.xml
  8. Hello guys, so i would like to know how to create a combobox that reads xml for a GmShop so for example if on the list there is ArmorS then show player xxx.xml .... Does anybody know how this works i only found an example on AdminCreate in L2Jacis pack but it works with intregers so it is not quite the same could somebody give me an example or how is this supposed to be implimented on java... Thank you very much :P
  9. Nice one Reborn thanks for sharing :) :)
  10. Ναι φυσικά γίνεται αρκεί να ξέρεις πως δουλεύει το pack που χρησιμοποιείς π.χ εάν έχεις l2jfrozen περνάς τα custom στην sql εάν όμως έχεις L2jacis περνάς τα custom με xml.. Στην ουσία το ίδιο πράγμα απλά το ένα το έχει στην sql και το άλλο σαν έγγραφο στο gameserver.. για να περάσεις τώρα π.χ ένα weapon από l2jfrozen σε l2jacis φτιάχνεις ένα xml αρχείο και βάζεις τις τιμές για το συγκεκριμένο όπλο τις οποίες μπορείς να τις δεις είτε από το sql αρχείο που έχουν τα custom items ή απλά παίρνεις, εάν για παράδειγμα θες να περάσεις ένα bow παίρνεις από το xml που έχει το dragonic το bow και αλλάζεις τις τιμές π.χ λέει aaa και εσύ το κάνεις bbb αλλάζεις name και τα λοιπά μετά απλά περνάς τα dat files και είσαι κυρίλα εάν βάλεις armor πρέπει να φτιάξεις και stat.xml για δώσεις stats επίσης να προσθέσεις τα set στο armorset.xml… δεν ξέρω βασικά για πιο pack μιλάς αυτό είναι ένα παράδειγμα...
  11. Nah i have armorgrp.dat with the new armor the animations and systextures are there but the name is still missing :/ f*cked up story... Do you mind telling me what exactly i should do to fix it? I mean it is better if i know how to do it myself :P
  12. So i got the following problem: I added a few customs on the server now while out of 50 items the 40 are working a whole set of armor shows NoItemName.. since i had this problem again i thought well check again the ids, the names, take another itemname-e.dat and use it... well nothing of these things is working... while i encode the itemname-e.dat there shows to be no error and when i check the itemname-e.dat in the file it shows the items with the ids names etc..... so i changed itemname-e.dat as i already said but it did not work.. i changed file editor it still did not work, i checked the ids of the items about 100x times and all is good... So can anybody please tell me what the heck is going on with this sh*T!? :feelsbadman:
  13. Nevermind just dropped it, it seems that the armors etheria where from a pack called excess what so ever and you can only use them with the whole armorgrp since it is encrypted with 613 which would mean you cannot use anything else... so just dropped and looking for something else :P Solved pls lock ty.
  14. Mate as i said the version of the encryption is 613 https://s28.postimg.org/vqhsglcn1/ver613.png Lel what does it matter? Hahahahah
  15. Hello guys so i have been looking throughout the world wide web for custom items,npcs etc and i found something rather intresting so in an armor i found the armorgrp.dat is encoded with ver 613 now i am not sure what this means and all i found on the internet is that you basicly need the original encrypt tool to decrypt it... is this true? Anybody knows if there is some other decryption tool for this kind of file or should i just delete the armor :P Meant to write weird :P on the topic :P
  16. He he he thx :P stupid post delete it and solved :P
  17. So guys i am trying to add a custom to the server and i am using java.util.log.Logger now i want to make an exception : Logger.error("Error: could not update database: ", e); so the Logger.error is not defiened for this type of logger anybody knows what type should i use to make an exception? I have been googling and things like Logger.fatal don't work aswell And one more question i had this LOGGER.info( "Error updating name for player " + player.getName() + ". Error: " + e); which did not work and i changed it to this Logger.getLogger("Info").info( "Error updating name for player " + player.getName() + ". Error: " + e); is this ok and will it work i mean the error is gone but does it have the same function? If you need pictures tell me and i will then edit the post with pictures i hope you can understand what i mean :P
  18. Yeah got it nowww thank you very much gonna try some stupid things now so god have mercy :P
  19. Are both assembla and xp-rev free svn providers or do you have to get a membership because they both give you a trial but what happens after that? :) and btw thank you Tryskell for the info but for the time being i am using the free version atleast till i can get confident enough to get the "premium" one because right now it feels more like playing around and discovering new things rather than actually working on the project so getting the membership, well let's just say is not quite worth in my opinion but i believe that the time will come to get a membership and start working for real on the project :P
  20. i searced on Maxcheaters for SVN subversive guides :/ and did not find it also i was looking with false terms in google ---> for example how to commit changes on lineage via subversive so i was getting nothing of that kind...
  21. Hehehe i was just thinking about that is assembla a free svn or do i have to pay for it? :O and do you recommend xp-dev as a good svn provider?
  22. Hello guys so i got this little problem where i want to commit the changes i made on "my" project l2jacis but a window pops up saying that i need a username and a pass the only think i found about this was this but there is not .git l2jacis so what exactly am i supposed to do ? any guides on that cause by searching words in here i am just keep getting a thousand topics that have nothing to do with commiting changes via eclipse on the server :/
  23. Nice share mate gonna check it out :) are you going to adapt if for l2jAcis?
  24. He said: and i simple said it is not illegal to ask for help to make a server and then want to sell it :P got it? :D
  25. Hahahaha it is not as if it is illegal hahahahah :P GL mate ;)
×
×
  • Create New...