Jump to content

SlashGeeGee

Members
  • Content Count

    52
  • Joined

  • Last visited

Everything posted by SlashGeeGee

  1. yeah , I noticed that too. the OnInit event trigger part SlashGeeGee
  2. it's a custom npc of mine. a Chess Script SlashGeeGee
  3. Thanks a lot jaBote I tested the script and I runs smoothly , one error in line 335 though. just change this : if(!getequipisequiped(EQI_HEAD_TOP){ in to this : if(!getequipisequiped(EQI_HEAD_TOP)){ SlashGeeGee
  4. I also experienced this one. I just loaded a bunch of NPC's and then I figured out the problem was on my NPC but no errors in console. I just disabled that npc and the problem was solved. SlashGeeGee
  5. Thanks ! I'll test it right now. and later i'll mark the better one. SlashGeeGee
  6. Please take out the loop that is my final request that only upper headgear can be enchanted. thanks SlashGeeGee
  7. thank you very much sir. I jus tested in my home server right now and it's working fine now. If I want the enchantment to be limited toheadgear's only. i'll change this setarray .@position$[1], "Headgear","Armor","Shield","Invalid","Garment","Footgear"; to this right ? setarray .@position$[1], "Headgear","Invalid"; and what does this "Invalid" mean ? I tested the whole script but I got nothing about this "Invalid" stuff. SlashGeeGee
  8. Thanks for reviewing the script. I don't understand what you mean I only have a bit of scripting knowledge. Can you fix it ? thank you in advance SlashGeeGee
  9. still use langtype 7. add this in your clientinfo <passwordencrypt /> Sample : <?xml version="1.0" encoding="euc-kr" ?><clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>sakray</servertype> <passwordencrypt /> <connection> <display>SERVER NAME HERE</display> <desc>Ragnarok Online</desc> <balloon>this is a tool tip</balloon> <address>SERVER IP HERE</address> <port>6900</port> <version>20</version> <langtype>7</langtype> <registrationweb>REGISTRATION URL HERE</registrationweb> <yellow> <admin>2000001</admin> </yellow> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> </loading> </connection></clientinfo> SlashGeeGee
  10. use langtype 7 for Philippine Flag SlashGeeGee
  11. good to hear that Ind. Keep up the excellent work. SlashGeeGee
  12. BUMP ! Anyone ? I tested in Hercules already same problem going on.
  13. Hi Hercules ! I've had a copy of Kenedo's Custom Enchantment System which I got from rA. Everything works fine. but there are quite a few mistakes I have seen. Well , here it is : 1.When I choose 2nd Slot the display on the Slot Number before confirmation is 3rd Slot. 2.When I choose 1st Slot the display is correct but when I go to my equipment it is enchanted in the 3rd Slot. 3. Vice Versa of Bug No. 2 Here's the script I'm using : http://upaste.me/31905933c4a6bebe Since rA is down. Can someone help me from Hercules ? Thanks in Advance ! SlashGeeGee
  14. go to your Hercules/db/mob_item_ratio.txt . the instructions are already there SlashGeeGee
  15. what do you mean? the red arrow? if you are using the Ragexe before themida. you should use the <servicetype>korea</servicetype> to make it work. i'm using 2012-04-10ragexe. but changing the servicetype to korea still doesn't work. i need to change servertype to sakray for the red arrow to work. here's my clientinfo: <?xml version="1.0" encoding="euc-kr" ?><clientinfo><servicetype>korea</servicetype><servertype>primary</servertype><passwordencrypt /> <connection> <display>Test Ragnarok Online</display> <balloon>Free-TO-Play</balloon> <desc>Test Ragnarok Online</desc> <address>127.0.0.1</address> <port>6900</port> <version>28</version> <langtype>7</langtype> <registrationweb>flux.domain.com</registrationweb> <aid> <admin>2000000</admin> </aid> <loading> <image>loadingscreen01.jpg</image> <image>loadingscreen02.jpg</image> </loading> </connection></clientinfo> SlashGeeGee
  16. Hi Judas ! is the navigation system at the mini-map for RagexeRE clients only ? because I tested using this clientinfo for Ragexe client. <servicetype>uae</servicetype><servertype>primary</servertype> when I click a icon in the mini-map the navigation system. don't work. but when using this for clientinfo <servicetype>korea</servicetype><servertype>sakray</servertype> the navigation system works. SlashGeeGee
  17. datatextureÀ¯ÀúÀÎÅÍÆäÀ̽ºbasic_interface SlashGeeGee
  18. awesome updates ! looking forward for more overall good job Ind ! SlashGeeGee
  19. brilliant idea ! good job guys /no1 SlashGeeGee
  20. thank you . i'm using these add-ons /no1 SlashGeeGee
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.