Jump to content

Winz

Members
  • Posts

    1479
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Winz

  1. hmm, why don't you use a regular NPC script to do that? input .@aid; if(isloggedin(.@aid)) { mes "A character with account id "+.@aid+" is currently around."; } else { mes "Sorry, there is no character online with account id "+.@aid+","; mes "or the account does not exist."; } end; that's how do you check if the ID is online or not. input .@aid; input .@cid; if(isloggedin(.@aid, .@cid)) { mes "Char ID: "+.@cid+" with account id "+.@aid+" is currently around."; } else { mes "Sorry, char ID "+.@cid+" with account id "+.@aid+","; mes "is not online or the char / account does not exist."; } end; That's how you check if the char within the account ID is online / not. You can use OnPcLogoutEvent as well. like this: OnPcLogoutEvent: if (strcharinfo(2)==0) { //char isn't in a guild do something; } else { //char is in a guild, idk what kick him; }
  2. 1. you're not using the latest git. start from here. no further question http://rathena.org/wiki/Category:Installation are you still using SVN? how do you checkout a repository? svn checkout or git clone? however, I told you to do ./configure --enable-64-bit. did you do that or is your system 32-bit? and of course, char-server.exe is not there, on the GIT repo. each system that wants to run it must build it by themself
  3. You mean, char-server.exe? if you're using the latest git, then the command should follow: ./configure (if you're using a 64-bit OS (check: uname -m. x86_64 is 64 bit and i686 is 32 bit.), use ./configure --enable-64bit) make clean make server There's a problem saying that "Clock skew detected". try this: https://github.com/linux-sunxi/linux-sunxi/issues/62
  4. Maybe this will solve your question. I use VS 2010, not moving to the others except there's a perfectly good reason for that.
  5. Winz

    Rebellion Aspd

    I guess so. like http://ratemyserver.net/index.php?page=item_db&item_id=13107 , it will gives bonus aspd to players based on AGI. I was looking on how to modify this, but I couldn't found any. (maybe I'm not that pro yet to get this)
  6. is server harmony protected? if yes, ask them, not us
  7. Winz

    Rebellion Aspd

    well that's weird. I am using the latest GIT, 2013-08-07 and here's the result: renewal.h: // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _CONFIG_RENEWAL_H_ #define _CONFIG_RENEWAL_H_ //quick option to disable all renewal option, used by ./configure //#define PRERE #ifndef PRERE #define RENEWAL //#define RENEWAL_CAST //#define RENEWAL_DROP //#define RENEWAL_EXP //#define RENEWAL_LVDMG //#define RENEWAL_ASPD #define RENEWAL_STAT #endif #endif // _CONFIG_RENEWAL_H_ conf/battle/player.conf: wait wait wait, I'm wrong.. maybe, it's the job's ASPD calculation formula I would say you need to get the proper equips for that job to get full aspd
  8. tip of the day? where / which? screenshot
  9. If one contributor make a modification in GIT he'll add a modification with the latest 12.179 commits? >> yes Other way... supposing that an new contributor make a change on pc.c that a old contributor does in the commit 12.179 the current contributor will modify with the lastest or they uses different branches? >> I would say, when the current contributor pushes the changes, GIT will tell him that the file was already modified. e.g: pc.c's version is 1.0.0. then, Contributor A made changes. during the same time, Contributor B has changed pc.c AND pushed it. server will keep note on the version, changing it to 1.0.1 (or whatever) then, when Contributor A do GIT PUSH, GIT will check the original file, if it is the same or not. since Contrib A's pc.c version is 1.0.0 and the one on server is already 1.0.1, Contributor A's push will be declined and he will be notified.
  10. latest git? I'm on latest git and I still have them
  11. just asking, why would you want to do that?
  12. judging on the command, you're using centos? http://rathena.org/wiki/Installation_%28CentOS%29 ubuntu? http://rathena.org/wiki/Installation_%28Debian%29
  13. Winz

    Rebellion Aspd

    i mean.. and recompile the whole server?
  14. wait, left skill info bar? where is it? alt+s or the hotkey bar? if hotkey bar, open alt+S and tick the checkbox "view skill info" or post a screenshot.... cheesecake =.=
  15. it is caused because the folder IS NOT a git folder. a git folder shall have .git folder inside it and is hidden. maybe, you want to do SVN transitioning to GIT for this. IDK..http://rathena.org/wiki/Transition_from_SVN_to_GIT or I can suggest you this: 1. git clone from rA's GIT (git clone https://github.com/rathena/rathena.git ~/rAthena) 2. merge the modified files between your old one and the fresh one that's it. google for any references. I can't explain about merging.
  16. hmm, not quite sure about what your question is. if people typed "git commit", it is kept as-is and is knowledge to be "OK" by the local git client. while committing, users need to enter their comment there. if people typed "git push", then it will send all changes to the server. OTHERWISE, server ( https://github.com/rathena ) is (of course) allowed and MUST to reject any pushes from people who are not registered as the developer of rAthena. while committing, users are ought to enter the comment on what they have done, alongside with the name of the modified files does this answer your question. maybe?
  17. morrocc has been rebuilt? *going away checking morrocc* hahaha, know something about adding custom map? it's basically needs you to open mapcache.dat using weemapcache. open it and delete morrocc. extract the destroyed morrocc map from data.grf (yes, data.grf) and rename the 3 files as morrocc.gat, .rsw, .gnd. then, load those 3 maps to your mapcache.dat. save / rebuild it and upload it to the server, and restart the server. you should have it. by doing this, you will no longer have the rebuilt morrocc map unless you make a 'new' map. referrence: http://rathena.org/wiki/Custom_Maps weemapcache: http://rathena.org/board/topic/53424-weemapcache/
  18. Hello there, This is where you shall start, actually, not buying a server directly. http://rathena.org/wiki/
  19. it's on the chat configuration. open your client, log in. click the circles next to the keyboard and you can configure what you want / don't want to see there
  20. Winz

    Rebellion Aspd

    hmmm, src/config/renewal.h:64? I mean src/config/renewal.h line 64:
  21. heard that the latest stable client is 2014-02-xx. I prefer 2013-08-07
  22. hmm, so what's your latest question now? ws2_32.dll that one? I suggest you change your client to 2013-08-07, if you don't mind. It's pretty stable. if you want, here's mine. I don't know if it will work for you or not but at least I find not to be corrupted. ws2_32.dll.rar
  23. #Emistry: the Korean text might belong to the skin (i think so) but, the W belongs to clientinfo
×
×
  • Create New...