-
Posts
509 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Rynbef
-
-
At ur switch statement add a new menu point at last entry. Don't forget to add , at the previous one.
Like: (Class==Job_Champion)?"only champ can see this":"";
And add a case for it.
Rynbef~
-
@GM WinterThor only able to use http port 80. Not https port 443. Just create a sub domain patcher.example.com and disable SSL/https for this sub domain.
Rynbef~
-
U need to add lines to ur exp tables.
Rynbef~
-
-
No updates since 5 months. It seems to be dead. Unfortunately.
Looking forward to UnityRO https://github.com/guilhermelhr/unityro the project is rly active and the developing process is very fast. Check their discord.
Rynbef~
-
U can use the Unique Game ID and read the information out of the SQL database. And clone it of course.
Rynbef~
-
It looks simple, clean and modern. There are many projects which wasnt finished. I which u able to finish it and I whould like to know which features or main functions u've finished yet.
I whould like to here about ur progress.
Do u want to use it just for ur own or u want to share it sometime?
Rynbef~
-
-
Maybe try to convert to lub.
Rynbef~
-
-
Sometimes it's the easiest and we try the hardest
But someone need it sometimes. The script has much features
Rynbef~
-
1
-
-
-
1
-
-
Amazing! I want to have the map
Rynbef~
-
-
Does the items strip if u firstly enter the map?
@DEsMOnI've created another version with npc timer instead of OnLoadMapEvent and while loop.
Rynbef~
-
-
@DEsMOnidk why u don't use the simplest way. U wanna unequip every equipment. Just use the *nude script command.
Just to say:
U use a lot of unused statements. U try to read the 2nd index (3rd entrie) of the array at OnPCKillEvent but the map array starts with index 0 and only two added.
U don't need to use a switch(select()) for only one entrie. U can shorter it by if(select()) and no need of.case.
If u only have one case u don't need break. Break is for skipping the other cases and jump after the switch statement.
The script could be much shorter and easier to read.
@DEsMOnI've restructure, rewritten and fixed the script completely. This was a bit confused. The error could prompt cause u forgotten () or doubled semicolon.
Please try to compare the scripts to learn.
//not tested
Rynbef~
-
@DEsMOnMaybe remove all start items from the char config and at https://github.com/rathena/rathena/blob/master/src/char/char.hpp#L21 set to 0. U can give items by script if u want.
Of course u need to recompile.
I've scripted a npc for getting start items by script on first login. Maybe u wanna use it.
//Not tested
Rynbef~
-
1
-
-
-
Do u've check the char server conf?
start_items: 1201,1,2:2301,1,16
start_items_doram: 1681,1,2:2301,1,16
Rynbef~
-
1
-
-
-
1
-
-
Try:
screen -dmS login ./login-server && screen -dmS char ./char-server && screen -dmS map ./map-server
The screens will run detached. U can attach like on previous posts already said.
Rynbef~
-
@achreshiaThe only way which comes in my mind was to create a Warper npc for PvP or do an OnLoadMapEvent. Which I've scripted for u. I hope I can help u a lot.
//Not tested
Rynbef~
-
The easiest way is to install "screen" and run the server by:
screen -S rathena ./athena-start start
With: screen -R rathena u can attach the screen. U can detach with CTRL+A+D as @Royralready said.
U can ofcourse use mtputty to create tabs for each screen. See example in previous post.
Rynbef~
[Error]: buildin_dispbottom: fatal error ! player not attached!
in Scripting Support
Posted
Try this:
AntonioInvasion.txt
Rynbef~