-
Posts
1,479 -
Joined
-
Last visited
-
Days Won
14
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Winz
-
hmm. seems like it's fixed? try updating it. another had posted this on the bug tracker. he's using centos as well. https://github.com/r...hena/issues/193 take a look at the bottom of the page "Fixed #193 by reverting some changes from a075324."
-
hmm. seems like it's fixed? try updating it. another had posted this on the bug tracker. he's using centos as well. https://github.com/rathena/rathena/issues/193 take a look at the bottom of the page "Fixed #193 by reverting some changes from a075324." coba update gan. hrsny udh di fix. dy jg pake centos
-
May I know what specific problem you are experiencing? (I mean no offense, just willing to know) sth-server_sql was the ancient using. sthserv-sql is a little bit newer and sth-server is the currently used now. long ago, Athena RO server Emulator has 2 kinds of databases, TXT and SQL. that's why there are "sql" there. But, it's been set that rA won't be providing TXT anymore. so.. that's just it. btw, make sure you're following our steps, in using GIT. SVN is now no longer continued. by rA
-
[Ask] How to make normal player can't whisper GM?
Winz replied to azharfal1812's question in General Support
GM: @ignoreall lol -
Unless you know a way on how to detect if someone's using a dual client, come back here and tell me. That's being said: it's not an easy thing to check if there are people dual client-ing or not. You can check if a player is dual client-ing or not with the support of game guards (Harmony or other), which is beyond our range (further questions goes to the subject of which GG you're using). The only way to detect a POSSIBLY (80%) is to check their IP: https://rathena.org/board/topic/84477-dual-client-kick-at-same-map/page-2 using this one will do the following: 1. If the user is dual-ing, then it got it. 2. If there are some players (different people) in 1 network (A, B, C is using B's WiFi) then, only either A or B or C will get it. not all of them. http://pastebin.com/raw.php?i=rj0pX26x
-
using OnMinute00 will make the commands below it to start / executed when the time reaches XX:00:00 (XX hour, 0 minute, 0 second server time). If the nobody participated in that event (means the event is not stopped) then there would be overlapping. does it answer your question?
-
Database to Permanent/Temporary Character Variable
Winz replied to Nitrate's question in Scripting Support
https://rathena.org/wiki/Query_sql -
I'll probably go with this. setarray [email protected][0],12073,12074,12075,12076,12077,12078,12079,12080,12081,12082,12083,12084,12085; for ([email protected] = 0; [email protected] < getarraysize([email protected]); [email protected]++) if (checkquest([email protected][[email protected]]) > -1) erasequest [email protected][[email protected]];
-
no, not even downloading the script what's with that =.=? =.=
-
and I don't think Maya Purple WPE effect is being updated all the time 0.0
-
how to change Matk Calculation renewal into pre-re?
Winz replied to bLink's question in General Support
ya ampyun agan hendra.. centos/linux: go to the inside of rA's directory, type this line: make clean sql Windows: Installation_on_Windows#Compiling -
[Error]: pc_bonus2: SP_RESEFF: 309 is invalid effect.
Winz replied to Tales's question in General Support
please at least provide us with the screenshot. we don't understand about this what this ? -
compatible data files?
-
server stuck and cannot log-in in random times
Winz replied to rickyariadi07's question in General Support
log of map server, please? and if there's no connection for some time period, there's a possibility the server will gone abnormal: server keep pinging MySQL Database to keep alive this happened with me and rA some months / years ago. IDK what about now. Indonesia: kalo selama bbrp hari gak ada koneksi dr player, servernya bisa tiba2 jadi abnormal, bakalan nge ping MySQL server dgn alesan "To keep connection keep alive" tp ini sih pengalaman ane bbrp bulan / thn lalu. ga inget kpn. skrg kyk gimana juga gak inget. and don't use rA SVN since..... bugs have been fixed since the last SVN, use GIT instead. https://github.com/rathena/rathena -
Renewal damage, gan RENEWAL_LVDMG sama RENEWAL_STAT
-
Then I believe there's nothing to hide from the Map Server logs to be shown to us, right? so, please?
-
How do I add 3rd job sprites into my server?
Winz replied to lionheartallstar's question in General Support
using a latest rAthena with a last stable client (2013-08-07) will allow users to experience 3rd classes by default. Getting_Started -
how to change Matk Calculation renewal into pre-re?
Winz replied to bLink's question in General Support
after changing .c or .h files, you need to recompile the server. disable that renewal config by putting // infront of the line //#define RENEWAL_STAT -
what is your CPU usage and memory usage during that time? VGA? Intel Graphics? no seriously, I got lags on "Storm Gust" (pre-re, no cast (dex is more than 190)) coz' I got an intel hd graphics 3000 and was currently running the whole server files.
-
GOD save me! how to use the simple chinese name?
Winz replied to 61281742's question in Installation Support
台灣? Taiwan? 中國? China? 香港? Hongkong? 馬來? Malaysia? 新加坡? Singapore? whatever it is, Clientinfo Change the langtype to which you're using. also, just make it straight: simplified Chinese: use China (3) Traditional Chinese: use Taiwan (4) or you may try others by yourself. -
isn't... it like... main gauche is only on lv 0/1, and there's no main gauche lv 4 or 6 right? If there is, then I believe it's a custom item. or maybe you can do some things using this 2 commands: Getitem2 Getiteminfo Getequipid just like.... getitem2 <newitem>,1,1,getiteminfo(getequipid(4),13),0,0,0,0,0; but the thing is.. still, the item level isn't upgraded this script will give an item that has the refinery value equals to the one the player is holding.
-
you sure about using end instead of close? isn't close2;warp "map",x,y; better than warping then ending? both works fine. but I guess, when you use the "end" function, if the warp is bugged, then player will be stuck with the NPC dialog window, with no close button and they can't move (solution: relogin or @refresh)
-
Job Changer 2nd Job only no trans or third class
Winz replied to Ainswoth's question in Script Requests
OnInit: setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class setarray .JobReq[0],10,40; // Minimum job level to turn into 1st class, 2nd class set .ThirdClass,0; // Enable third classes? (1: yes / 0: no) set .SNovice,45; // Minimum base level to turn into Super Novice set .LastJob,1; // Enforce linear class changes? (1: yes / 0: no) set .SkillPointCheck,1; // Force player to use up all skill points? (1: yes / 0: no) set .Platinum,0; // Get platinum skills automatically? (1: yes / 0: no) end; } set .ThirdClass,0; // Enable third classes? (1: yes / 0: no) set .ThirdClass,0; // Enable third classes? (1: yes / 0: no) set .ThirdClass,0; // Enable third classes? (1: yes / 0: no) set .ThirdClass,0; // Enable third classes? (1: yes / 0: no) set .ThirdClass,0; // Enable third classes? (1: yes / 0: no) No trans job? i suppose no super novice. setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class