Jump to content

aCis - another CRAPPY interlude server


Tryskell

Recommended Posts

question is whats the point of replacing XML? Theres no serious adventage gained yet we discuss a lot of disadventage that would come from it.

I agree, that's a lot of work for what, easier parsing (at least, JAXB) ? Please. That's not like you write a XML parser every day. And the finality is (probably) the same in performance.

 

The main problem about XML, is in fact, the data edition which is, tbh, a pain in the ass for custom usages. Now if you have to create 200 monsters, with their own data and own droplist, that's another problem. Keeping SQL where infos is splitted between 4 different SQLs doesn't easier the task neither.

 

Who want to write a Navicat for XML ? :P

Link to comment
Share on other sites

I agree, that's a lot of work for what, easier parsing (at least, JAXB) ? Please. That's not like you write a XML parser every day. And the finality is (probably) the same in performance.

 

The main problem about XML, is in fact, the data edition which is, tbh, a pain in the ass for custom usages. Now if you have to create 200 monsters, with their own data and own droplist, that's another problem. Keeping SQL where infos is splitted between 4 different SQLs doesn't easier the task neither.

 

Who want to write a Navicat for XML ? :P

You do  :troll:

Link to comment
Share on other sites

I agree, that's a lot of work for what, easier parsing (at least, JAXB) ? Please. That's not like you write a XML parser every day. And the finality is (probably) the same in performance.

 

The main problem about XML, is in fact, the data edition which is, tbh, a pain in the ass for custom usages. Now if you have to create 200 monsters, with their own data and own droplist, that's another problem. Keeping SQL where infos is splitted between 4 different SQLs doesn't easier the task neither.

 

Who want to write a Navicat for XML ? :P

 

http://www.altova.com/xml-editor/

Link to comment
Share on other sites

I agree, that's a lot of work for what, easier parsing (at least, JAXB) ? Please. That's not like you write a XML parser every day. And the finality is (probably) the same in performance.

 

The main problem about XML, is in fact, the data edition which is, tbh, a pain in the ass for custom usages. Now if you have to create 200 monsters, with their own data and own droplist, that's another problem. Keeping SQL where infos is splitted between 4 different SQLs doesn't easier the task neither.

 

Who want to write a Navicat for XML ? :P

 

its a good way to write your own xml writer also or just an sql to xml or txt to xml converter

Link to comment
Share on other sites

its a good way to write your own xml writer also or just an sql to xml or txt to xml converter

There are so many out there.
Link to comment
Share on other sites

Changeset 303

 

Headquarters, Four sepulchers, Misc

 

Headquarters

- HPs are now properly setted, but during flag spawn (as we refactored npcs.xml, the NPC got 40HPs following L2OFF).

- HPs is currently doubled when Noblesse HQ version is used (and not, as regular L2J, damages mitigation).

- L2SiegeFlagInstance cleanup.

- drop of SiegeFlagStatus.

- show skill cast error message even out of castle area.

 

Four sepulchers

- Q620 rework (HTMs renamed, simplified structure).

- Wigoth doesn't burn a Used Grave Pass anymore.

- You can choose your recipe correctly.

 

Misc

- [301] fix an Integer > int issue : if parameter is an int, .remove( method of ArrayList removes by index, not by given object.

- [301] revert an experimental code for ss/bss effect, which has been commited by negligeance (and was buggy).

- fix a log warning related to a SystemMessage.

- slight edit in targetReconsider() method in order mobs don't attack doors or invisible GMs (+ a lot more checks). Don't make anymore movement checks for "regular" targetReconsider (reserved for skills checks).

- edit StatsSet logs, in order it gives info related to the missing stat.

- L2CharTemplate/L2NpcTemplate got more values setted by default (if you have to create a custom template, you got minimum infos to care about).

- drop unrelated/inheritated stats from doors templates (as it inherits from L2CharTemplate, not L2NpcTemplate, no need of exp/sp/rHand/lHand/etc).

- add pdef/mdef of doors on admin shift click panel (more fashion).

- fix an error in calcSiegeRegenModifer() formula (wasn't taking custom in consideration). Move method from double to boolean.

- fix a concurrent issue on L2CommandChannel + basic cleanup.

Link to comment
Share on other sites

Preparing the next, retail karma formulas and random fixes.

 

I'm not interested, thanks :troll:

 

Shake dat boobs!

Link to comment
Share on other sites

enough.

 

Hahahaha Sido :troll:

 

I gotta find this gif once again, it's so OP! :D

 

Edit: With dedication to Sido <3 :troll:

 

tumblr_lz1faaJ2951qhg5qko1_400.gif

Link to comment
Share on other sites

Changeset 304

 

Karma, Misc

 

Karma

- [L2J 6074] added retail karma drop/gain system.

- KARMA_PLAYER_CAN_BE_KILLED_IN_PZ does only what the name suggests. Drop redundant checks on isInsidePeaceZone().

- don't clean karma on death if ALT_GAME_DELEVEL is setted to False (as karma drop is related to xp loss upon death).

- don't earn a PK point on summons/pets kills (but still earn karma).

- drop 4 configs related to Karma calculation method.

- restoring exp (via BSoR / res skills / GM commands add_xp) don't clean karma. Ty Zerador for report.

 

Misc

- L2CastleTeleporterInstance cleanup, also fix an HTM typo. Ty sahar.

- [L2J 6070] cleanup calculateRewards(). Multiple fixes and performances tweaks.

- doesn't create an empty map if aggrolist was empty.

- avoid to calculate xp/sp gain if attacker is dead.

- limit the list of rewarders to L2PcInstance (avoid all checks regarding summons).

- fix issue regarding summons/summoner damages (one was overwriting the other, now it cumulates).

- calculations are based on total damage made, not on maxHP of the monster.

- don't earn a PvP point on summons/pets kills.

- cleanup L2Party (internal vars uses rather than getters/setters, party broadcast setted to 12s instead of 10sec).

- drop useless itemhandler ChristmasTree.

- beast ss/sps are desactivated on summon death + cleanup poor overidden use on doDie() (L2Summon, L2PetInstance, L2SummonInstance).

Link to comment
Share on other sites

New spawnlist(l2off generated) under test-mode.

 

Find more here:

http://acis.i-live.eu/index.php?topic=4516.0

 

big thanks to mcbigmac

Gj, but why spawnlist in xml? I suppose you will make an extra sql for //spawn command right?

Link to comment
Share on other sites

Gj, but why spawnlist in xml? I suppose you will make an extra sql for //spawn command right?

 

Thats not good for some of us, they should give us the chance to implement what we want; SQL or XML because XML makes it very difficult to make a costum server, since 20% of the admin commands are useless

 

Refering about the Droplist, Npc and Spawnlist who in my opinion shoul'd be fully editable IG

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • While not particularly active over the years, I've been around for as long as I could remember, so here are my 2 cents too. On top of what has already been said, I'd like to touch on a few thing that might be improved upon. While it is easy to notice and say "there's lack of engagement" or "community has outgrown the ganre", I've seen numerous forums get forgotten and die while others continue to thrive to this day. The main issue, in my humble opinion, is that the sector has been commercialised to an unsustainable extent. When nobody is willing to share anything, even if it is just a rework of an open-sourced or already-shared resource, the sense of "community" gets deminished. Now back on the pressing matter. From what I've seen, the lack of engagement could be circumvented with a redesign and functionality expansion that would/could/should include: - a built-in chat functionality. - incentives for engagement/interaction, ideas of which I'll list as separate pointers, as not to limit your creativity. But just as an example, from a more user/human perspective, having an easily identifiable way to get into "the club of the cool kids on the block", figuratively speaking, is an incentive on its own. - separation of the reputation into reactions and reputation. One to be used to posts, such as up-vote and what not, while the other to be awarded as means of appreciation. - automated ranks with actual benefits/perks, not like the current ones providing nothing. - the ability to hide text for user/group of users, not just premium/no premium. - increased visibility of the HOT topics and the RECENTLY ACTIVE threads/posts. Can be also expanded to most liked posts, etc. ps.: I'll update my post when I have some free time on my hands.
    • There was no way I didn't refunded or delivered files. I don't see You on my conrtact list on Discord, can You send me a message or at least tell me for what project was this updater? I always resolve if I can't deliver on time or customer bailes.
    • @rlfem123  I’m a web developer, and I work with technologies like Next.js and React. In the last 10 years, L2 Rankzone is the only one I’ve seen that actually did something different. All the others seem to have the same source code with different templates. L2 Hopzone also did an upgrade and, for the front end, is using Vue.js. Regarding web development, we have reached a point where you can easily create websites using libraries or frameworks. Simply pick one and start working. You will learn as you go. Personally, I prefer to build my back-end APIs in Laravel if it’s a big project since the ecosystem offers everything. For smaller projects, I choose Go. Then I use either React or Next.js to call my APIs, depending on the case. Next.js also supports Server-Side Rendering (SSR) if you want to hide some things from the client. Additionally, CSS libraries have almost everything you need nowadays to start building quickly with browser compatibility. You can seriously build an L2 website with ranks, a good design, and even a simple login/register system in just 3 days. Here are some CSS libraries I personally work with: https://tailwindui.com/components   https://ui.shadcn.com/   https://mui.com/material-ui/ Regarding the top websites i dont thing its worth the time and effort.  Its pretty simple to build one and the market is already bloated. In addition l2 is dying so i suggest to build top sites for many games.  THe main problem is not the build process rather the marketing one. You can build the most awesome website iin terms of functionality but if you marketing is week you wont exceed 10 concurrent users. 
    • Good evening from me as well. I wouldn't recommend anyone, no matter how much love they have for the game, to try to revive it, not only because of the times but also because of the community (people who used to spend 15 hours grinding now qq for everything when they have auto-farm enabled 24/7... ) .  All the effort will be in vain. I have given all I had to this game. I have spent an incredible amount of time and over 20k the past 6 years, and the money can go to hell, but the time doesn't come back, I almost literally didn't get cancer... Also, very few people are worth collaborating with, all the rest are scammers and traitors. Unfortunately, only the projects that have been in the background for years do well.   P. S: "Once upon a time they used to be players now only complainers left" 
    • hello i use acis 401 In the video that you uploaded, the name is not visible, but it appeared to me I upload a screenshot so you can understand what I mean how can i fix it? https://prnt.sc/kTET9oxF4fos
  • Topics

×
×
  • Create New...