Jump to content

Mikki

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Mikki

  1. i can't find a download link for the latest version :< http://thor.aeomin.net/ << this link is broken
  2. on it.. ill let you know what happen
  3. my dev was able to make it work few months ago.. thing is, he's nowhere to be found :/
  4. I did, still the same.. :/ I tried doing all of those on the tools folder (thor generator folder) adding the BGM folder and my patcher inside it.. Still the same.. I tried copying the whole (thor generator folder) and do those stuff in my RO folder (with my patcher in it).. Still the same.. Please help me.. T_T
  5. Please help, my thor patcher bgm is not working.. i've tried everything i see on google and using the search bar on this forum, but nothing works.. When I click "Pack!" it's responding "Done", it's connecting/patching all my patch files, except, the bgm on the patcher is not playing. The background music file is on my BGM folder. Here are the things that i've tried in config.ini based on all the search that i've done: (phbgm2.mp3 is located in my BGM folder) 1st try: 2nd try: 3rd try: 4th try: 5th try: and so on.. i played around with it, put the file name/location on different lines.. removing one or the other at a time then try.. Nothing seems to be working.. what am i missing ? please help me..
  6. is this fixed? i've tried to add it on my server, but it seems like, it's only damaging GM's.. I tested it with one player and she can sit beside it without dying from the explosion even if she's the one who set the bombs.. No errors on my putty.. and i haven't seen any of this part happening: setarray .Debris[0],7049,757,756,6077,1010,1011,984,985;
  7. rAthena directory << does this mean thru winscp? or my RO folder ?
  8. did u get any solution to this? i want this too
  9. I got an error that says: No suitable mirror server found.
  10. Mikki

    FluxCP error

    Please help, i'm new.. I tried everything i saw on google about mysql.. nothing worked.. T_T Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/user/public_html/themes/mytheme/main/monthly.php on line 10 Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/user/public_html/themes/my theme/main/monthly.php on line 22 Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/yser/public_html/themes/my theme/main/monthly.php on line 26 this is what on those lines Line 10: $con=mysql_connect($db_host,$username,$password); Line 22: $row = mysql_fetch_array($sql); Line 26: $row1 = mysql_fetch_array($sql1); Please help T_T
  11. I'm having the same problem.. when i checked the link on the last post, it seems that my git is updated with that doram fix.. how ever, i still cannot add skills even with skillpoints..
  12. i'm having the same problem.. i tried both the suggested solution on this post.. stil the bgm isn't playing.. please help.. here's my config.ini.. [Config:BGM] File='BGM/Fly Away.mp3' Loop=true Volume=20 Directory=
  13. where should i put it? under data inside my RO folder? or in my grf?
  14. im having the same problem.. i tried adding novice folder to the patch.. i tried putting it inside the data folder on my ro folder.. still the same thing.. help please
  15. how can i put limit to the number of rewards a gm can give per day? like 15 rewards per gm per day
  16. 1. I personally wouldn't give players the power to host events anymore... too much favortism... - this is for my event GM's.. i allow my event gm's to have their normal player account since trading/vending/dropping/#commands of any sorts aren't allowed on their GM accts.. - their normal chars aren't allowed to join their own events.. even if it's used by a different person.. 2. Abusing it is probably going to happen.. unless your gm's are really awesome... but even then... -i don't want them to spam events all day everyday that's why i want a limit of 15 events per GM per day.. 3. They are GM's, what items could they possibly want that they couldn't make? (Unless they are strictly Event GM's) ... -It is for the sake of their normal characters.. 4. I personally instead of granting points per event, I would record in a SQL Log when they gave out rewards and to who, and monitor it and then you can just give them whatever item... or what not... -I don't know how to do sql stuff.. and i'm the type of person who ruins it everytime i touch it.. So my alternative is scripting stuff.. -if you can edit that script to log stuff on my sql.. that'd be awesome..
  17. no they do their own events, and they give rewards via pm npc:reward2 Would it be possible to get GMpoints everytime they give reward to someone? Also, how can I put a limit to their rewards? like it will only be 15 rewards per gm per day (to avoid abuse).. This is the script I use for the rewards.. - script reward2 -1,{ OnInit: // Configuration .reward_id = 671; .amount = 1; .min_gm = 40; end; OnWhisperGlobal: // Check GM level if (getgmlevel() < .min_gm) { message strcharinfo(0), "You are not authorised to access this feature."; end; } // Check if reward session ended if (select("Reward a player:End session") == 2) { close; } do { // Input target player's name message strcharinfo(0), "Enter the name of the character to be rewarded."; input .@player_name$; // Check if specified player is logged in if (!isloggedin(getcharid(3, .@player_name$), getcharid(0, .@player_name$))) { message strcharinfo(0), "'"+ .@player_name$ +"' is either not logged in or does not exist."; } } while (!isloggedin(getcharid(3, .@player_name$), getcharid(0, .@player_name$))); // Reward specified player getitem .reward_id, .amount, getcharid(3, .@player_name$); // Announce reward announce "'"+ strcharinfo(0) +"' has rewarded '"+ .@player_name$ +"' with "+ .amount +" "+ getitemname(.reward_id) +".", bc_all; close; }
  18. Can someone please help me make a script.. It's something like this.. 1. GM gets 1 point per event that he/she hosts. 2. NPC that trades GM Points to specific items.. 3. An option to transfer that item to a player (or his player acct).. - 1 point per event - GM purchase something using his GM points.. - NPC: 100 points = tcg (send to [Insert IGN here]) I tried to explain this as clear as i can.. xD please help me.. :3
  19. i dont know how to update these kinds of stuff.. pls help meeeeeee it says Fixed in a89ab2f.
  20. Mikki

    asura

    please tell me what modification did u do
  21. can u guys tell me what's wrong with these pls? Problem #1: ---------------------------------------------------------------------------------- [Warning]: Connection to Login Server lost. [Error]: Can not connect to login-server. [Error]: The server communication passwords (default s1/p1) are probably invalid. [Error]: Also, please make sure your login db has the correct communication username/passwords and the gender of the account is S. [Error]: The communication passwords are set in map_athena.conf and char_athena.conf --------------------------------------------------------------------------------- i'm not using s1/p1 as userid and pass.. My map_athena.conf, char_athena.conf and login sql has same userid and pass, gender S, acct id: 1 Problem #2: Login-server have been killed Char-server have been killed Map-server have been killed ./check.sh: line 99: [: too many arguments ./check.sh: line 102: [: too many arguments ./check.sh: line 105: [: too many arguments this is line 99 - 105 of my check.sh if [ ! -z ${loginPid} ]; then kill -9 ${loginPid} fi if [ ! -z ${charPid} ]; then kill -9 ${charPid} fi if [ ! -z ${mapPid} ]; then kill -9 ${mapPid} fi
×
×
  • Create New...