Jump to content

kangfredy

Members
  • Posts

    388
  • Joined

  • Last visited

Everything posted by kangfredy

  1. guys can u help me? i want to request npc for change normal player to super player...???
  2. ok tq emistry it's work......sorry correct for ur script it must "lighthalzen" not "lighalzen" ..thank you so much .wkwkwkwkkw
  3. tq annie sory for bump!! this is mys script use tutor from annie. it's correct?after test on my server it's does'nt warp..and after character die my character doesn't raise and doesn't warp?
  4. guys can u helpme give sprite job schollar....i have error sprite schollar..
  5. tq emistry ...i will try again ... is there any strcharinfo(4) in the 1st place ? BUILDIN_FUNC(strcharinfo) { TBL_PC *sd; int num; struct guild* g; struct party_data* p; sd=script_rid2sd(st); if (!sd) { //Avoid crashing.... script_pushconststr(st,""); return 0; } num=script_getnum(st,2); switch(num){ case 0: script_pushstrcopy(st,sd->status.name); break; case 1: if( ( p = party_search(sd->status.party_id) ) != NULL ) { script_pushstrcopy(st,p->party.name); } else { script_pushconststr(st,""); } break; case 2: if( ( g = guild_search(sd->status.guild_id) ) != NULL ) { script_pushstrcopy(st,g->name); } else { script_pushconststr(st,""); } break; case 3: script_pushconststr(st,map[sd->bl.m].name); break; default: ShowWarning("buildin_strcharinfo: unknown parameter.\n"); script_pushconststr(st,""); break; } return 0; } shouldn't be like ... the server throw error for you ? ShowWarning("buildin_strcharinfo: unknown parameter.\n"); yep i use faction system annie.. so it's extended number 4 it's player faction..
  6. ok tq..i think some one can build heheh .......tq guys...but i have problem with damage with 5 digit..it's potential GE(gramod error)
  7. thanks guys but why my script doesn't auto warp??
  8. guys i wan to request we can view damage 8 digit's..some one can help me???from default athena just 5 digit's....so can u help me??o_Oa
  9. guys i have problem with auto warp.if some one login.it's auto warp to some where.and i will ask..if some one dead how to make auto warp in some where?? this is my script
  10. i dont use fire wall?how to allow if my computer have firewall (centos 5)
  11. guys how to fix this?after i changed username and privlillages (check all) same as bellow.
  12. same as before.after ichange username..still error.user profile privilage i checked all
  13. this is my error Message: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'103.28.23.29' (using password: YES) File: /home/kloxo/httpd/default/lib/Flux/Connection.php:81
  14. guys why i use ur solution it's still error???
  15. ha? Question1:what your script does answer1: it's for automatic spawn for my server....but i just need only every Sunday 7.30 PM.and announcer for all people some one kill this monster..and give reward for killing it......(sory my english is bad) Question2:what your idea is, Answe1r:i need this script for war different faction ...and admin not to bother for spawning monster Question3:how you want it to work answer3: like answer number 1.
  16. guys can u give me example right script??o_Oa (attacht please)..yes im setting on Sunday 7.30PM because it's local server (for one country)..
  17. guys why my monster can'nt spawn? this is my script i think it must be spawn..on this timmer.
  18. wow amazing map..T_T but i can't buy this map.......
  19. guys i have error with aura blade,and effect of awakening,berserk,contentration potion....they are not working?why?i use Rathena 16328.:Oa..
  20. Don't forget the comma at the end of each of those lines. 'Hostname' => '127.0.0.1', 'Username' => 'ragnarok', 'Password' => 'ragnarok', 'Database' => 'ragnarok', oh im forget it....wkwkkwkw..but guys why im cannot login admin panel???
  21. it's solve after i was change to chmod 777 but i have error again with Not Found The requested URL /holywar.ragnarok.or.id/flux/ was not found on this server. Apache/2.2.22 (CentOS) Server at holywar.ragnarok.or.id Port 80
  22. guy i have problem.with Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/kloxo/httpd/default/flux/config/servers.php on line 38 and after i see this config. it's on log error it's on line 36 and on line 38 set username "username my server" i think.....it's need db?(like item_db.sql,mob_db.sql) if i don't use db sql but use db.txt how to configure?
×
×
  • Create New...