Jump to content
  • 0
Emistry

[Guide] Convert Script to eAthena compatible version.

Question

Since nobody really want to search in the forum before ask how to make it compatible with eAthena emulator ... I will just split the topics and PIN it ...


Random Questions :

  • Please help me convert the Script to eAthena / 3CEAM  !!!!
  • rAthena script doesnt work in eAthena ... HELP!!!!
  • Variables error / not recognized !!

 

Your Solution :

HlsudzW.jpg


 
Example : in latest rAthena /Hercules or other latest emulators

[email protected] = 12345;
[email protected]++;
[email protected] += 123;

[email protected]$ = "ABC";

for( [email protected] = 0; [email protected] < [email protected]; [email protected]++ )
for( [email protected] = 0; [email protected] < [email protected]; [email protected] += 3 )

 
When converted back to eAthena / 3CeaM / etc :

set [email protected],12345;
set [email protected],[email protected] + 1;
set [email protected],[email protected] + 123;

set [email protected]$,"ABC";

for( set [email protected],0; [email protected] < [email protected]; set [email protected],[email protected] + 1 )
for( set [email protected],0; [email protected] < [email protected]; set [email protected],[email protected] + 3 )

** Did you noticed the pattern ?? it's the same for everywhere ...
 
Just Find and Replace these lines.

** To be honest, I really don't see what's the points of still using eAthena when it's already outdated.

Edited by Emistry
Updated.
  • Upvote 4
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

If it's unknown script command in your eathena ...

 

add the missing script command  yourself ...

or update to either rathena or compatible version of emulators.

  • Upvote 1
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.

Guest
Answer this question...

×   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.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.