Jump to content

Hatake Kakashi

Members
  • Posts

    825
  • Joined

  • Last visited

Everything posted by Hatake Kakashi

  1. hmmm.. so what do i need to do?
  2. not working, when i tried to equip the item shown not in the body.. its on my char. feet/foot. how to fix this? i download this custom here. http://hercules.ws/board/topic/948-official-costume-moonstar-and-world-star/ please help me thank you. check image.
  3. can't ecall at my server.. and we need ecall that can enable again if you relogin.. how to fix? thanks.. help me guys... im too crazy to fix this thang.
  4. not working npc not announce the item you win. here's my real script and real item id to put on this script prontera,195,175,0 script Athena Shin 717,{ mes .npc_n$; mes "Only "+.itm_a+" "+.itm_n$+" to play this random chance mini-game!"; mes "Would you like to play?"; next; if(select("Yes:No:What can I win?")&2) { if(@menu-2) { set .@mes$, "You can win: "; for(set(.@a,1);.@a<=.len_i;set(.@a,.@a+1)) { set .@itm$, getitemname(.itm_l[(.@a-1)]); if(.@a%10&&.@a<=.len_i&&.@a!=.len_i) { set .@mes$, .@mes$+((!((.@a%10)-9)&&.@a<=.len_i)? "and "+.@itm$+".":.@itm$+", "); } else { mes .npc_n$; if(.@a<.len_i) { mes .@mes$; set .@mes$, "You can also win: "+.@itm$+", "; next; if(select("Next:Close")&2) close; } else { mes .@mes$+"and "+.@itm$+"."; close; } } } } else close; } if (countitem(.itm_p) < .itm_a) { mes .npc_n$; mes "You don't have "+.itm_a+" "+.itm_n$; close; } mes .npc_n$; mes "Here you go!"; delitem .itm_p,.itm_a; set .@get, .itm_l[rand(.len_i-1)]; if(compare(""+.@get,.itm_a$)) announce strnpcinfo(0)+": "+strcharinfo(0)+" got ["+getitemname(.@get)+"]!",bc_all|bc_yellow; getitem .@get,1; close; OnInit: set .npc_n$, "[^00FF00Athena Shin^000000]" ; //NPC Name. setarray .itm_l , 7539, 5171, 2629, 501, 502, 2541, 504, 505, 2383, 507, 508, 509; //Item List. set .itm_a$, "7539, 5171, 2629, 2383, 2541" ; //Item IDs in this string are announced. set .len_i , getarraysize(.itm_l) ; //Length of array. set .itm_a , 100 ; //Cost of npc. set .itm_p , 7179 ; //Item used as currency. set .itm_n$, getitemname(.itm_p) ; //Item Name. } i tried to test this npc i got all this already but still no announce. set .itm_a$, "7539, 5171, 2629, 2383, 2541" ; //Item IDs in this string are announced.
  5. thanks skorm but how to put global announce when u get those items? thank you.
  6. so if i add more items? and how/where to put message? i need to put a message of guide on how to play this game or what item will get to this npc.
  7. not working here's the script. i think im wrong with it. prontera,195,175,0 script Athena Shin 100,{ if (countitem(7179) < 100) { mes .npc$; mes "You don't have 100 proof of donation"; close; } mes .npc$; mes "Here you go!"; delitem 7179,100; getitem rand(.min_id, .max_id), 1; close; OnInit: setarray .items[0],7539,5171,2863; getitem .items[rand( getarraysize(.items) ) ], 1; end; }
  8. no. im using that command for my gm lvl 99.
  9. where can i find commands log bcoz there's no commands and pick log at log folder im using rAthena 17329
  10. done! @broadcast working but /b not working.. hahaha but its ok.. thanks again.
  11. harmoinze skill is increase stats ryt? skill desc increase all stats so why my stats is on negative side? check pic.
  12. for lvl 99 gm account is working but at lvl 10 gm account is not working please help.. he's on gm suit, and a lvl 10 gm acc. im using rAthena svn. thx
  13. hello, please can you make me a script like this? a npc with random item giver. like a game. if you give 100 proof of donation, npc will give randomly items. i will put items by myself. thank you.
  14. i have that notepad in my grf
  15. i already download rdata.grf at ratemyserver but still error and the card name.. this map is at iz_dun05 as i said that is a card. why its a korean name.. look on this image.
  16. good day, please give me a pvp ladder with guild ladder like at eathena does working on latest svn downloaded at the top of our site downloads. and dota announcement too and their soundeffect coz eathena is not working then im login my account.. please give me.. thank you and advanced. there's no helper know's this script?
  17. ecall or emergency call at war of emperium is not working and at guild name with space is not working to.. ex. Demi Gods i can't do that name with space... i create no space like this DemiGods. plase help.. im using rAthena 17349 TIA.
  18. finally its working.. thanks dude.
  19. how to use this sir? ow.. software has a guide.. hahah thanks wait i will test it..
  20. ITS NOT WORKING... i already try that one.. what is ROLSG? where or how to download?
  21. no.. im using neoncube.
  22. not working http://rathena.sourceforge.net/tools/login_background/index.php i already have login_background.grf from that link but there's no file inside of it. how to fix thanks..
  23. i already try to fix but still can't connect on my own server but my friends connects.. heheh here's my char_athena.conf // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters) wisp_server_name: Server // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. login_ip: 127.0.0.1 // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Login Server Port login_port: 6900 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. char_ip: symbianizero.no-ip.biz and my map_athena.conf // Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. char_ip: 127.0.0.1 // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Character Server Port char_port: 6121 // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. map_ip: symbianizero.no-ip.biz wtf........
  24. please how how to fix this.. i can't connect thru my own server. but my friend from the other country he connect here.. i tried to host it at my home but can't connect. yes i connecting at server name(0) players only and when i enter it it says failed to connect.. but there's no error prompt at login,char and map_server. how to fix this thanks.. i tried my 3 diff. ip in my clientinfo 127.0.0.1 and my local ip and wan ip but still can't connect.. please help.. Check my Screen Shots im using latest svn rAthena 17349 this is my clientinfo. <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>TestRO</display> <balloon>High Rate Server</balloon> <desc>TEST TEST</desc> <address>127.0.0.1</address> <port>6900</port> <version>29</version> <langtype>0</langtype> <registrationweb></registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> <admin>2000004</admin> <admin>2000005</admin> <admin>2000006</admin> </aid> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> <image>loading11.jpg</image> <image>loading12.jpg</image> </loading> </connection> </clientinfo>
×
×
  • Create New...