-
Posts
303 -
Joined
-
Last visited
-
Days Won
2
Community Answers
-
chatterboy's post in link patch with client was marked as the answer
version of your thor? i have that before also bug issue in new thor version.. Try the different version
-
chatterboy's post in How to search for player IP using player name in mysql? was marked as the answer
- script account -1,{ OnInit: // Auto Initialize when the server is Online bindatcmd "acc",strnpcinfo(3)+"::OnWhisperGlobal",99,0; // GM Level can only access this wispher end; OnWhisperGlobal: switch(select("~ Cheack Player Info:~ Quit")){ case 1: mes "---[SYSTEM]---"; mes "Type the User Name"; mes "you wish to check"; input [email protected]$; next; // Fetch the player account ID [email protected] = query_sql ("SELECT `account_id` FROM char WHERE `name` = '"[email protected]$+"';",[email protected]_id); if([email protected]){ mes "---[SYSTEM]---"; mes "Info:"; mes " ERROR 404 Player "[email protected]$+" is not found..."; close;} // Fetch information of the Player IGN input ^_^ query_sql "SELECT `userid`, `last_ip`, `email` FROM login WHERE `account_id` = '"[email protected]_id+"';",[email protected]_id$,[email protected],[email protected]$; // Visual Ingame.... mes "---[SYSTEM]---"; mes "AccID: "[email protected]_id+""; mes "UserID: "[email protected]_id$+""; mes "LastIP: "[email protected]+"": mes "Email: "[email protected]$+""; mes "Verifying Successful!!!"; close; case 2: close; }
-
chatterboy's post in Flux_Error Failed to write data was marked as the answer
Centos 7:
sudo chown apache:apache /var/www/html/data/
sudo chmod -R 777 /var/www/html/data/
or if you already did in your HTML folder try to log in WinSCP as ROOT then change the property settings of the folder DATA and the TMP, change from ROOT[0] to APACHE then set to 0777 ^_^
-
chatterboy's post in Flux CP Critical Error "Flux_PermissionError" was marked as the answer
[Problem SOLVE]
I've finaly found the missing piece
$ sudo chown -R www-data:www-data /var/www/html ^_^ happy day!!
-
chatterboy's post in Item+ Skill was marked as the answer
Dont be offend Sir but your out of place asking help were in rAthena but your asking regarding in Hercules DB but its ok on my side
here are the sample with skill
{ Id: 28311 AegisName: "Earring_Of_Sarah_R" Name: "Sarah's Right Earring" Type: 5 Weight: 100 Loc: 136 EquipLv: 145 Refine: false Trade: { nodrop: true notrade: true nocart: true nogstorage: true nomail: true noauction: true } Script: <" skill AL_TELEPORT,1; "> }, -
chatterboy's post in Error from my database was marked as the answer
that happen if the player have a party and no body is with him during hunting because they are not bothered to left their party
Tip: Your script is not complete on that part. Add some script that check if the player have a party and he is solo hunting, i fixed this already in my server
-
chatterboy's post in Please help me was marked as the answer
Compile your server before you start...
-
chatterboy's post in help to modify this script for healer was marked as the answer
//===== rAthena Script ======================================= //= Healer //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= //= Basic healer script. //===== Additional Comments: ================================= //= 1.0 Initial script. //= 1.1 Aligned coordinates with @go. //============================================================ - script Healer -1,{ [email protected] = 0; // Zeny required for heal [email protected] = 1; // Also buff players? (1: yes / 0: no) [email protected] = 5; // Heal delay, in seconds emotion e_lv; if (@HD > gettimetick(2)) end; if ([email protected]) { message strcharinfo(0), "Healing costs " + callfunc("F_InsertComma",[email protected]) + " Zeny."; if (Zeny < [email protected]) end; if (select("^0055FFHeal^000000:^777777Cancel^000000") == 2) end; Zeny -= [email protected]; } specialeffect2 EF_HEAL2; percentheal 100,100; if ([email protected]) { specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; //repairall if( getbrokenid(1) ) repairall; getinventorylist; while( [email protected] < @inventorylist_count ){ if ( [email protected]_identify[[email protected]] ){ delitem2 @inventorylist_id[[email protected]],1,0,0,0,0,0,0,0; getitem @inventorylist_id[[email protected]],1; } [email protected]++; } } if ([email protected]) @HD = gettimetick(2) + [email protected]; end; } prontera,162,193,4 duplicate(Healer) Healer#prt 437 izlude,125,148,4 duplicate(Healer) Healer#izl 437 gonryun,156,122,4 duplicate(Healer) Healer#gon 437 Here I modified already
-
chatterboy's post in Character Select Problem was marked as the answer
im sorry to disturb guyz it was a mistake i forgot my character attach to my event npc...
im sorry to disturb guyz it was a mistake i forgot my character attach to my event npc...