Jump to content

Recommended Posts

Posted
6 minutes ago, Corason said:

try compile "LineageSkillEffect " without your custom and show me log

2 minutes ago, SGER@fjs said:

try compile "LineageSkillEffect " without your custom and show me log

also what you want to add

Posted
11 minutes ago, SGER@fjs said:

try compile "LineageSkillEffect " without your custom and show me log

also what you want to add

https://pastebin.com/VikX9WmD

 

https://pastebin.com/p70CACSW

 

"

        EffectClass=Class'Corasonskill.s_u807_mage_ca'

        SimpleEffectClass=Class'Corasonskill.s_u807_mage_ca_simple 

Posted

First, remove this

EditPackages=IpDrv
EditPackages=UWeb
EditPackages=GamePlay
EditPackages=GUI
EditPackages=Runtime
EditPackages=RTInterface

Second, read when I tell you to "try compile" LineageSkillEffect" without your custom and show me log". This not "https://pastebin.com/VikX9WmD"

Third, this line is unnecessary, erase it

SimpleEffectClass=Class'Corasonskill.s_u807_mage_ca_simple

Fourth, that ability already exists in older versions (IL-Hi5). I don't know why duplicate.

Fifth, from "The Kamael (after Interlude)" so far only skills are supported within the "LineageSkillEffect" package.

So this "https://pastebin.com/p70CACSW" goes inside "LineageSkillEffect" with another "SkillID"

Sixth, I don't know if you are looking to create skill for Hi5 or IL. I guess Hi5.

Read: https://maxcheaters.com/topic/223823-lineageskilleffectu-and-skillsusk-hi5-and-interlude/?tab=comments#comment-2750313

 

 

Posted
7 hours ago, SGER@fjs said:

First, remove this


EditPackages=IpDrv
EditPackages=UWeb
EditPackages=GamePlay
EditPackages=GUI
EditPackages=Runtime
EditPackages=RTInterface

Second, read when I tell you to "try compile" LineageSkillEffect" without your custom and show me log". This not "https://pastebin.com/VikX9WmD"

Third, this line is unnecessary, erase it

SimpleEffectClass=Class'Corasonskill.s_u807_mage_ca_simple

Fourth, that ability already exists in older versions (IL-Hi5). I don't know why duplicate.

Fifth, from "The Kamael (after Interlude)" so far only skills are supported within the "LineageSkillEffect" package.

So this "https://pastebin.com/p70CACSW" goes inside "LineageSkillEffect" with another "SkillID"

Sixth, I don't know if you are looking to create skill for Hi5 or IL. I guess Hi5.

Read: https://maxcheaters.com/topic/223823-lineageskilleffectu-and-skillsusk-hi5-and-interlude/?tab=comments#comment-2750313

 

 

If I bet a standard lineageeffect then it compiles,
When I replace with mine, he looks for staticmeshes to it, "LineageEffectsStaticmeshes," when I add it, then that mistake comes out. There are no errors with the standard lineageeffect.

 

without staticmeshes:

https://pastebin.com/gPL4NXUu

 

with staticmeshes:

https://pastebin.com/Y6gEuASn

 

my LineageEffect have 2 classes:

https://pastebin.com/g2fgRaEK

https://pastebin.com/skVMxe9J

 

Posted

 

35 minutes ago, Corason said:

When I replace with mine, he looks for staticmeshes to it, "LineageEffectsStaticmeshes," when I add it

Because the "Staticmesh" of the L2 is not compatible with UnrealED2.
This program is NOT for creating new effects, it is only compile the "LineageSkillEffect".

If you want new effects use the GLO guide

  • Like 1
Posted
1 minute ago, SGER@fjs said:

 

Because the "Staticmesh" of the L2 is not compatible with UnrealED2.
This program is NOT for creating new effects, it is only compile the "LineageSkillEffect".

If you want new effects use the GLO guide

Thx <3

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

    • https://prnt.sc/Bkkc0ShGXv9m https://prnt.sc/-JFLvZXsn27A
    • Hello guys want to sell adena in L2 Reborn Signature x1  Stock =14kk good price 
    • Hi guys, I have the following problem, I want to set up two servers on the same dedicated server and I can't.   L2jacis 409 Linux Server. The first gameserver has the following configuration: # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 190.25.103.103 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7777 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 1 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server1 Login = server1 Password = server1 I configured the second gameserver like this:   # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 0.0.0.0 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7788 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 2 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server2 Login = server2 Password = server2 apart from having tested 0.0.0.0 on the second gameserver I also tried 127.0.0.1 In both cases I see the two servers in the login when I log in, but I try to enter the one with the lowest ping and it kicks me out. The other server always appears with ping 9999 and I try to enter but it doesn't do anything and it freezes the login so I have to log in again. The hexids are in their respective folders. For server 1, it has its hexid inside the gameserver config folder, and I checked that the hexid id is the same id, for example id 1 in the gameserver is also id1 for server 1, and hexid 2 has its hexid 2 for server 2. The server ports are open and listening when I turn on both gameservers. I really don't know what could be wrong. If you could give me some help I would appreciate it. Excuse my English.
    • We have both old channels from 2006-2009 with the 3rd verification function enabled, and new ones.   For availability, please contact us below: Link - Telegram Link - Facebook WhatsApp - Click here to go to WhatsApp chat
    • You can contact me on skype: niedziolek50
  • Topics

×
×
  • Create New...