Jump to content

Winz

Members
  • Posts

    1479
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Winz

  1. 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."
  2. 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
  3. 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
  4. 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
  5. 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?
  6. I'll probably go with this. setarray .@quests[0],12073,12074,12075,12076,12077,12078,12079,12080,12081,12082,12083,12084,12085; for (.@i = 0; .@i < getarraysize(.@quests); .@i++) if (checkquest(.@quests[.@i]) > -1) erasequest .@quests[.@i];
  7. Winz

    Warper

    @emistry umm, where?
  8. no, not even downloading the script what's with that =.=? =.=
  9. and I don't think Maya Purple WPE effect is being updated all the time 0.0
  10. And those with higher position gets respected more

  11. 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
  12. please at least provide us with the screenshot. we don't understand about this what this ?
  13. compatible data files?
  14. 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
  15. Renewal damage, gan RENEWAL_LVDMG sama RENEWAL_STAT
  16. Then I believe there's nothing to hide from the Map Server logs to be shown to us, right? so, please?
  17. using a latest rAthena with a last stable client (2013-08-07) will allow users to experience 3rd classes by default. Getting_Started
  18. 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
  19. 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.
  20. 台灣? 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.
  21. Winz

    Item Effects

    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.
  22. Winz

    Warper

    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)
  23. 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
×
×
  • Create New...