Jump to content

Tryskell

Legendary Member
  • Posts

    5,367
  • Joined

  • Last visited

  • Days Won

    68
  • Feedback

    0%

Everything posted by Tryskell

  1. aCis is based on L2J IL last revision, Frozen is based on a russian pack named L2jScoria (v3.3u3)
  2. Use a more simple tool to edit your XML (notepad++ or notepad if you still got problems). Here is an explanation. There are plenty of examples on the web about the error, just Google "Invalid byte 1 of 1-byte UTF-8 sequence". Another solution is to take existing XML which works, remove items, than add your own items, and register under another name.
  3. Try to compile, see errors -> if there isn't, try ingame -> if there aren't errors, GG -> if there are, post here. It's part of developper to test himself its creations, so until you didn't show any error, I don't get the point of the topic.
  4. aCis && Frozen for public, and Matim begun a private version, but as it's private, content/progress isn't shown. Basically, there are no ready packs for live server atm, all packs got too much bugs. So try to help your favorite pack, in order it goes faster. Basically, Frozen is more popular because there is a lot of customs, aCis is better for light use of ressources / retail way. Question has been answered around 4 times, in 4 different threads, and each thread was a sort of invisible war between aCis and Frozen fans :). I invite you to check timelines of project, they will speak better than me :D. http://trac.assembla.com/acis_project/timeline http://www.assembla.com/spaces/L2jFrozenInterlude/stream PS : consider checking CONTENT, not NUMBERS. If you want to consider numbers only, go to Frozen :D. PS2 : I'm aCis creator/owner.
  5. lalalalalala is right, it exists already on Freya under //remove_reuse command. So nothing special :P.
  6. Your file is not properly encoded as UTF-8 but parser expects UTF-8 encoding.
  7. Many things have been corrected since yesterday. Items consumption is now fine, some shares have been integrated (thx momo61 for old share lol, finally it's released ^^). I'm currently porting the ExtractableSkillsData engine from csv to xml, and truely enjoy arrayoutofboundsexception errors ::). Current diff patch (of next revision) is 4760 added lines, 6500 removed. Only speaking of core side.
  8. You have to use 2 differents items if you don't want to change current core side system. Quest items are setup at loading, using a boolean and values of XML. If ItemInstance got a isQuestItem stuff, basically you could try using a setter. You will still need to remove the questItem and then to re-add it to make the chang eoperational. Well I didn't check, so I perhaps say crap. Basically, remove a quest item and add a normal item will do the trick.
  9. Well, some news from the battlefront, as ppl got currently those sort of words :
  10. diskw is only used as an apache server, better use WAMP/LAMP for mySQL/php, and navicat to create/edit db.
  11. Pack, chronicle. If it's a pack other than L2J/L2JFree, don't expect support more than the pack project's forum.
  12. On the quests from the pack, search from existing exemples. You can ask aswell in their forum support if they got one (I guess it's russian, as only them use "version xx /update1-2-3-4-5" instead of "revisions").
  13. If you don't find it on your processes list, it's not running. Some others softwares can make this error, but they're few and sort of specialized. https://bugs.eclipse.org/bugs/show_bug.cgi?id=299192#c15 At very worst, try to re-open this ticket if you don't use such softwares.
  14. Got another LS launched.
  15. All links are in the first post, and you can find eventual tutorials on Google, MxC, and aCis forum aswell. ---- I got a LAN from today to Sunday, which isn't so bad as I can't even discuss with people from my forum, and for so DP side can't "move". Anyway, if you can talk with DiNoR, or if he can see it himself, here are some things to do : enchant4_skill is normally dropped (doesn't exist on IL) for armors ONLY (for weapons, it equals duals +4 effects). If you find such existing armors on IL stuff, please contact me. ex_immediate_effect is renamed is_herb. is_mage_weapon is dropped, except if you find a use of it (special conditions on mage weapons than I don't know ?).
  16. This is the exact same principe than individual, except you use a "for" loop taking all party members. Many exemples exist through the code, just type "member" on eclipse search tool, you should find 2 cases, clan members, and party members. Just open files which talk of party, and search for "for" loops examples. You can search aswell from the //recall_party command, which uses same mechanism in roder to find all members of a party, (except you port them to you instead of buff them, but it's secondary). You have to check first if the guy is on a party. -> If yes (party != null, or activeChar party == true), for all party members, do the same action you will normally do at solo (if they're != null aswell, to avoid NPEs cases due to disconnections). -> If no, do the solo action on the character himself. Buffs haven't to be changed. Feel free to post your try in order to get some help. If you're lazy, well ::) I'm not the good people to ask for patch'n'play.
  17. Well try to delete .lock then :D. javaw.exe must be stopped if already launched (case you currently launch a server or whatever using JVM).
  18. Revision 117 is out. Next revisions, aCis will enter anew in "danger area", as items refactor is on the road of the refactor truck :D. If you enjoyed the revision 40 and those 300 on 3000 working skills, you will enjoy next revision for sure (begin from rev 118) with all items broken ! Yeepee !
  19. If your character got a new instance specifically made for him, you have to refresh the l2jserver.jar (and simply that), if it uses an existing type (L2Npc, L2Monster, etc) you haven't to do it. In both case, there are surely HTMs and modified SQLs value (npc.sql). So in both case you have to edit DP :P.
  20. Same system than "itemcreate.htm" on Freya type server. You type the ID of object, the count, and press the button and "tadam magical girl".
  21. You have to UNSELECT yourself or the target you had.
  22. Found one solution about this problem on a french developement forum. You must manually stop the process "javaw.exe", then delete ".lock" file on the folder "metadata" of your workspace. You can normally run Eclipse without problems after that.
  23. Revision 116 got all recipes turned back to IL values. Ty DiNoR for good job (on this commit and previous ones).
  24. You messed copy-paste around this line : public boolean allowPeaceAttack()
  25. Report shitty errors then, mengz :).
×
×
  • 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