Jump to content

Fandc/ro-Team H5-L2Ava Files Sources.


Recommended Posts

  • 3 months later...

HELP FOR NEWBIES:

1* You need JDK 1.8 to run the batch files succefully.
2* Remove MySQL password or just change the File Configs from the wanted lines that ask you

mysql username= root

mysql password = 

Edited by RafaelOvack
Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

how is possible that this system running utx's like starting logo and loading screen which do not exist on my client ? which method the dev used? some kind of binding maybe on the dlls

Link to comment
Share on other sites

  • 2 weeks later...
On 2/18/2019 at 10:42 PM, Sidereal Day said:

how is possible that this system running utx's like starting logo and loading screen which do not exist on my client ? which method the dev used? some kind of binding maybe on the dlls

all utx are inside the "system" folder in some .u files

Link to comment
Share on other sites

  • 2 weeks later...
  • 10 months later...

Hello,,

i found confused it connect gameserver use external hostname,but if configuration internal hostname same network not problem, if use external hostname cannot login enter game then i has config router open port ip public but cannot login in game only login 

you can help me ?

Edited by captain.jack
Link to comment
Share on other sites

On 2/16/2020 at 12:48 AM, captain.jack said:

Hello,,

i found confused it connect gameserver use external hostname,but if configuration internal hostname same network not problem, if use external hostname cannot login enter game then i has config router open port ip public but cannot login in game only login 

you can help me ?

i solved it doing this:

set all ips as default then:

gameserver host = *

externalip = your public or noip adress

loginhost = your internal ip check it in cmd>ipconfig

Link to comment
Share on other sites

hi any can help me with add killing spree?

i already add some lines in model/player.java but dont work properly

 

find: private long _resurrectionBuffBlockedTime = 0;

i put below

 

private int kill_streak = 0;

 

find: protected void doPKPVPManage(Creature killer) {

and search pk.setPvpKills(pk.getPvpKills() + 1); and i put below

 

kill_streak++;
switch(kill_streak) {
  case 1:
    blah blah blah
      break;
  case 2:
    blah blah blah
    }

 

find protected void onDeath(Creature killer) {

i put below

 

if(kill_streak > 0) {
  	if(kill_streak > 12 {
    	kill_streak = 0;
      announcement stop killing spree blah blah blah;
  	}
}

 

but not work, when character kill other update the kill_streak at same time for (pk and victim) and never increment the kill_streak

i need stop killing_spree when killer die

 

any can help me? thanks sorry for my bad english. 

Edited by StarSCreams
Link to comment
Share on other sites

anyone know where classid and race are stored when u make a character? cuz isnt stored in characters database table. i search in all sql files but doesnt exist.

i need it for a web script. thx in advance.

Link to comment
Share on other sites

On 3/3/2020 at 11:10 AM, Urbanhack said:

anyone know where classid and race are stored when u make a character? cuz isnt stored in characters database table. i search in all sql files but doesnt exist.

i need it for a web script. thx in advance.

 

you dont searched fine

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

    • Customs being added to systextures/animation/texture influences the increase in virtual ram by a very small amount, which means you won't have a headache in the future with critical error issues, unless it's a dubious custom, there are 2 custom weapon packs available for H5 that are "compromised", they didn't make a very good adaptation, one of the packages is the weapons from the goddess of destruction for H5, another is the hero weapons from the goddess of destruction for H5, avoid these customs for your H5 server if you see it on any forum.   Now coming back to your question; one thing that the NCSoft developers never did was add files to their system, probably because they were aware of what could happen when doing that, now think about one thing: the game's system retail itself is no more than 70MB, every time there was an update made by NCSoft they always added the equipment/items/cloaks etc. in their folders intended for that, so why do we do this? I still have my client containing a system with almost 1GB, 1-2h online is the time I can stay online before the ram memory limit, but I have already redone my entire client with customs being destined for textures/systexture/animations, almost all the customs that I had on that client containing a 1GB system I have on my current server, with the difference that I removed everything from the system and critical error is now nothing more than legends, my current server has a total of 220MB in the system folder And theoretically speaking, based on what I've seen, especially on many forums, I believe that the heavier the system folder is, the faster we accelerate the consumption of the client's virtual ram memory, causing countless different types of critical error in one short period of time, in many forums that I've seen on topics involving critical, the solution that stands out the most is about downloading a new clean "system"
    • Do you think that everything on the system is loaded regardless if you use it or not ? or even worst, are they loaded even if they exist as textures/meshes but not defined on the DAT files ?
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hoodservices https://campsite.bio/utchihaamkt
    • Yes, it is, it's not hard to do (if you know what you're doing); just time consuming.   To make some things clear: 1. You can not create .ukx files with animated skeletalmeshes inside, by using any of the freeshared L2Editors (basically, no support for .psa files) 2. You need a patched UT2003/UT2004. You can either get your own ut2004 and download Gildor's patch from his web, or use any of these: When you use these, you should be able to import both .psk and .psa animations > link the skeletalmesh to the psa > save as .ukx > use ut2down to convert the file to l2 format > encrypt the .ukx with standard l2 encryption (you can use mxc encdec, you can find it in the folder of the l2editor i shared). Your best bet is to use pawnviewer (aka dev mode) to test that. If you have troubles with that process then leave a reply here, otherwise, if it works correctly, you can move on to adding missing animnotify classes to you unrealed, then proper animnotifies, sounds, effects or w/e is missing from your .ukx files. Keep in mind that this is overall not difficult but a huge amount of work (unless you're good at scripting/macros) since you'd need to manually re-create every single animnotify, by hand. If you have doubts or i wasn't clear enough let me know here. (in case you don't know what an animnotify is: UDN - Two - AnimNotifies (unrealengine.com) )  
    • Welcome to JewStor Service!!!   ❖Ready-made verified wallets, exchanges, business banks and to order accounts. ❖EU/UK/US/DE Stuff: 100% Verified! Reliable financial tools for your business. ❖Popular items available include: Stripe business + Payoneer, Deutshce Bank, BBVA ES, Xapo Bank, Revolut business / personal, Santander Bank, Wallester business, Bitsa EU, Binance EU, Qonto Business, Blackcatcard EU, Shopify Payments, ICard EU, N26 EU, Naga Pay EU, Paysera EU, Mistertango Business and many others.
  • Topics

×
×
  • Create New...