-
Posts
1,665 -
Joined
-
Last visited
-
Days Won
68
sader1992 last won the day on June 12 2022
sader1992 had the most liked content!
About sader1992

- Birthday 11/16/1991
Profile Information
-
Gender
Male
-
Location
Syria
-
Server
Nothing RO
- Github: sader1992
- Discord: sader1992#3562
-
Interests
rAthena , C# , C++ , PHP , MMO , Anime , Microsoft , Science , Cooking , Math
Contact Methods
- Website URL
- Yahoo
- Skype
Mood
- Currently Feeling Ill
sader1992's Achievements
-
Utility: All In One - Random Options Script
sader1992 replied to sader1992's topic in Utility Script Releases
it would be nice to mention what was the error and fix, Thank you. -
this where rAthena removed the password from this command https://github.com/rathena/rathena/commit/2746e0d351fb141b9e55220778c8934dd45f4028 you can try to undo the changes and hope everything work after all this time
-
how to collect all iteminfo on divine-pride to iteminfo.lub/lua?
sader1992 replied to jumpocz's question in Client-side Support
I wanted to write a tool for that before , but I think I found one that does that , I am not sure but maybe @Cydh or @Secrets who wrote it. I don't remember if it was for the info in the server side (item_db) or the client side (iteminfo.lub) -
[Error]: buildin_getcharid: Player with nick '' is not found.
sader1992 replied to Mahiro's question in Scripting Support
getcharid works only on online characters -
also you can just redirect to the npc instead of using a duplicate for example: prontera,263,209,6 duplicate(Deathmatch PvP Warper) DM PvP Warper#prt02 823 to prontera,263,209,6 script DM PvP Warper#prt02 823,{ doevent("Deathmatch PvP Warper:OnTalk"); } and add OnTalk: at the start of the original npc
-
[Error]: get_val_: fatal error ! player not attached!
sader1992 replied to DEsMOn's question in Scripting Support
not sure what the script does , but to fix the error you can replace all the "@prace_winner$" with something like ".prace_winner_2$" -
well, you posted your topic in the forum issues section , so i think his assumption that you don't know how to use the search engine is reasonable
-
- script GM_AUTO_SPEED -1,{ OnPCLoginEvent: if(getgroupid() == 99){ atcommand "@speed 0"; } end; }
- 1 reply
-
- 1
-
-
"MySQL Workbench" != "MySQL Server" I don't think "MySQL Workbench 5.7" exist.
-
[Error]: buildin_strcharinfo: fatal error ! player not attached!
sader1992 replied to DEsMOn's question in Scripting Support
add if(playerattached()) before announce "It seems that "+strcharinfo(0)+" has ended the Invasion!",bc_all; like this if(playerattached()) announce "It seems that "+strcharinfo(0)+" has ended the Invasion!",bc_all; or just remove announce "It seems that "+strcharinfo(0)+" has ended the Invasion!",bc_all; because as I see there is no place calling the OnStop event while a character is attached. -
you can , just put it out of the script (same as the other functions in the Global_Functions file) change function <name> { to be function script <name> { now you can reuse it without adding it to every script you make
-
Utility: All In One - Random Options Script
sader1992 replied to sader1992's topic in Utility Script Releases
The groups/ids are per npc , you can use the same item in a different npc copy however you cannot use the same item in the same npc in a different group. also i need more information about when this happen to you , at any step of the npc ? the image you provided the next line is just select , so I don't think this where you are getting the issue -
-
+(gettimetick(1)/60)-RandomQuestTime+ to +((gettimetick(1)/60)-RandomQuestTime)+