Good Day guys!
It's been a long long time since i post my last map and now here is another piece of my work,
I created the new payon town inspired on the new RO-Mobile payon, it's not that similar but I mixed the old and new payon also the newest payon.
Just check it and enjoy!
Thank you for viewing!
< Alayne's Script Collection >
After several asks, here's a link to my github
Feel free to comment or add anything that might be usefull and that I won't think of
I've decided to release my scripts here, it'll be easier to me so I can duplicate it on hercules and rathena rather than uploading twice. So sorry for multiple upload between there and download section
Don't mind the name Nyliar in the git, that's me too ^^
< Instances >
< Quests >
< Event >
< PvP Content >
< Utilities >
< Full Systems >
< Dungeons >
< Raid >
< Battleground >
yes you should. or rather, devs will take care the closing action for every opened issue (except you found that your issue is invalid)
later if you make another PR for fixing something based on Issue, please use "Fixes #nnnn" so it'll be auto-closed
If player talk
<ITEML> bla bla bla ... </ITEML>
bla bla bla was not exist item
Then all saw his talk player will crash.
He was directly type the words, not use SHIFT + left-click.
How can I disable <ITEML> ?
I used 20160203 client
Thank you
go to your eathena/config folder there is a file called atcommand_athena.conf open it and you see the command Example you will add @warp for normal player search for warp the comes a line looks so// Warp yourself to a certain map, at (x,y) coordinates (2 same commands).mapmove: 40 // (also /mm or /mapmove)rura: 40 The number is the GM Lvl gms with lvl 40 and up can use it change this to 0 to make it for playerwarp: 40Looks so:// Warp yourself to a certain map, at (x,y) coordinates (2 same commands).mapmove: 40 // (also /mm or /mapmove)rura: 0 Now normal player can use @warpwarp: 0
copied and pasted from a ragezone site xD just change the number of watever command u wish the player to use to 0.