Jump to content

Veiler

Members
  • Posts

    61
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Veiler

  1. omg! this script is too much xDDD I hope you have few items for this combiner npc, because it will consume some body's eyes xDDD anyways i made this as an example for you. And I think you need a script like this: --If you really want to continue adding a similar script.. well you should read and understand NPC commands. xD Let me know if you don't understand the script so I can guide you ^___^ prontera,156,182,5 script test_npc 859,{ mes "Do you need to combine some items?"; next; switch(select("YES PLEASE!:Maybe Later")){ case 1: { switch(select("White Potion:")){ case 1: { if (countitem(505) > 0) { if (countitem(502) > 0) { mes "There you go"; delitem 502,1; delitem 505,1; getitem 504,1; close2; end; }else{ mes "Sorry you don't have the items in your inventory"; close;} }else{ mes "Sorry you don't have the items in your inventory"; close;} } } } case 2: { mes "Okay see yah"; close2; end; } } }
  2. Veiler

    chartalk

    Hello!! ^___^ I just made this for you.. prontera,160,200,5 script test_npc 859,{ mes "May I Shout Your name?"; next; switch(select("SURE!:")){ case 1: { atcommand "@kami "+ strcharinfo(0) + ": HELOOOOOOOOOO ALL!!!!"; close2; end; } } } ----------------------------------- " + strcharinfo(0) + " (----> it automatically says the player's name ^___^) ------------------------------------ I put it on "codes" box so it won't be messy xD...
  3. Veiler

    request

    Hi i think you can do this on your NPC script example: prontera,200,200,4 script ShoutNPC 859,{ mes "Hello"; atcommand "@monsterignore";<---to enable the command while talking next; mes "do you need help?"; switch(select("Yes Please.:No thanks. I'm Okay")){ case 1: { mes "Okay I'm Warping you"; close2; atcommand "@monsterignore";<---to end the command whenever you're finished end; } case 2: { mes "Okay see you later!"; atcommand "@monsterignore";<---to end the command whenever you're finished close; } } ---------------------------- okay i just tried it on my test server and it worked
  4. Hi I think GM 2 has sprite problem, as you said " 'till GM 1 gets out nearby from GM 2 ". So i suggest that GM 1 make a trouble shootings like: 1. if GM 1 is wearing a certain headgear he should wear it off, after that GM 1 warps to GM 2 and check if the crash still persists... 2. or Maybe GM 2 is using a custom GM sprite 3. GM 1 change his hairstyle to default also his dress pallet -If one of these steps made GM2 stopped his client from crashing, then the problem is sprite ^__^ Goodluck! ^___^
  5. D:! then i should download MS VB2012
  6. Hello rAthena... need help on how to fix this please help thank you.. T___T ---------------------- I also red this one T___T... http://rathena.org/board/topic/69956-help-about-compiling/
  7. Haha.. xD yeah... Anyways thanks again
  8. Disable Ragexe filename check Ahhh! There Thanks!! >.<'' M-my eyes are too blunt.. missed read xD a 1k Thank you! By the way you don't need loki launcher to run 20130807aragexe.exe client On my client it gives me a mini error box without any written inside, when I don't use Loki launcher.. Anyways i preffer launching it with loki ^___^ -Thanks again themon
  9. Hi! on skill damage cap you can edit it on db\skill_damage_db.txt ^__^
  10. Thank you im gonna read this after i get my eye glasses xD ----------------------- Awe... Unfotunately I noticed that the webhosting doesn't host mysql database :/ yes its normal .. xD thats why you will set the ip add and user and pass of your sql on fluxCP .. and you need to allow to connect it from the sql..... - sorry for my bad english Yeah.. I red about it, But I only use free web hosting [x10hosting] for testing purpose.. -Don't worry about bad english i'm half filippino also.. xD hmm maybe try this guide.. http://rathena.org/board/topic/73545-guidelines-fix-flux-cp-errors/ it works for me when im having a connection problem with flux cp to sql Okay a thousand thank you, Im going to read these guides ^__^ Maybe would you share me other free web hosting site? For testing purposes only.. you know~ XD Thankie Thanks!
  11. Thank you im gonna read this after i get my eye glasses xD ----------------------- Awe... Unfotunately I noticed that the webhosting doesn't host mysql database :/ yes its normal .. xD thats why you will set the ip add and user and pass of your sql on fluxCP .. and you need to allow to connect it from the sql..... - sorry for my bad english Yeah.. I red about it, But I only use free web hosting [x10hosting] for testing purpose.. -Don't worry about bad english i'm half filippino also.. xD
  12. Thank you im gonna read this after i get my eye glasses xD ----------------------- Awe... Unfotunately I noticed that the webhosting doesn't host mysql database :/
  13. Hello rAthena. Today is my 5th trial on making flux cp and.. failed >.< anyone please help me on these errors.. i also did the user previlages >.<
  14. Disable Ragexe filename check Ahhh! There Thanks!! >.<'' M-my eyes are too blunt.. missed read xD a 1k Thank you!
  15. alreadyd did that... and also run with Loki launcher... :/
  16. Hello rAthena i would like to ask how to fix this one?
  17. Yeah.. I'd already tried that.. but it reverted to ascii codes only.. :/ Fixed: I figured it out on helpmsgstr.lub
  18. Hello again rAthena... I would like to ask on how could i fix these.. And my msgstringtable.txt is here: http://pastebin.com/rEc5PpSU thanks!
  19. I already did that.. with 2013-08-07aRagexe and patched rsu-rag-lite, also rsu-rag-renewal-lite FIXED: I copied a rebellion sprite and renamed it as the error says.
  20. Hi to all again May I ask someone of you could kindly give me Rebellion sprites? I've downloaded already in every sites but haven't fount this file.. xD I actually only need this one Male and Female. Thank you! ^___^
  21. As said, Hamachi just gives a virtual IP. Using a hamachi isn't recommended to set up an RO server. here's what you should do: char_athena.conf: login_ip: 127.0.0.1 char_ip: your wan IP / no-ip address map_athena.conf: char_ip: 127.0.0.1 map_ip: your WAN IP / no-ip address for the pages thing, redirect (forward) port 80 to your computer that is running the HTTP server. yeap..but if you are going to run it as a test server well.. I recomend to do this.. Anyways, since i only use an Internet router USB dongle.. so I use remobo to tunnel my friends to my server and associated with noip, because my internet router usb dongle doesn't support port forwarding and pptp. and it is working XD
  22. Yep but i preffer doing this if you have static ip -my internet is just a usb 3g+ dongle so i have static ip- since most of people have static ip maybe i could make a Tutorial for this? What do you think? >.< (EDIT: i forgot something)
  23. Hello Chiaki, You can try Remobo if you're going to install it.. Un-Check the following: "Proxy browsing with firefox" and "Remote Desktop with VNC"
  24. Hello gelo.. You may try these steps. -Open No-ip Program -> File -> Preferences (And there will be a window that pops out). -Under Network Adapter -> Change "Windows Default" and Click your router's name. (Ex: D-Link etc-etc) -Now after changing your network adapter, Click "Detect my IP using remote methods". -Now, after that Close the window, And Click "Refresh Now" button. Note: Your IP must be dynamic. How to verify it? Then here are the other steps. -Login to your Router, and look at your WAN ip. Now Compare your Router's WAN IP to your NO-IP's IP client, If those IP are the same then congrats! If not then let me know, there's still another method to make your friend connect to your server EDIT: I put some screenies on comparing IPs from the Router and NO-IP client. (These steps are based on my experience) Thanks for helping veiler, I already try it but still having the same problem. Then the solution is to use Remobo client and tunneling it to no-ip client. Guides are here: -Register and Download Remobo-(Click me) -Tell to your friend to register and download this one too- -Install and Un-Check the following: "Proxy browsing with firefox" and "Remote Desktop with VNC" -After step 1 and 2 login your registered account in your remobo client and add your friend's username. Now No-IP client side: (Since you have no-ip client installed) -Open your No-IP -Click Prefferences tab -Change your network adapter to "Windows default" -> and Click "Use the IP of my local network adapter." -now config your char, map and subnet.conf like this:
×
×
  • Create New...