Jump to content

Santino

Members
  • Posts

    198
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Santino

  1. thanks bro, owner of this script is the same as mine i'll try this now, wait i just noticed some differences in the script: I'll try to change this now, then let's see XD --------------------------------------------------------------------- Solved! thx bro, now I don't need to put <space> before the monster's name now. =) 100% working now XD thanks!
  2. so i got this disguise event script from Venjirai LINK TO THE SCRIPT It is working well, but what i wanna ask, is, the problem is when inputing the correct answer, it still needs <space> Before the monster name e.g. <space>Poring = accepted Poring = Ignored so i must say it is 98% working XD kinda lost XD SOLVED--
  3. Santino

    mapflag

    for noskills, read post # 2. & don't have an idea about the mount. didn't test yet: if( ismounting() ) { mes "...."; setmounting();//This removes the user mount } else { Source
  4. Anyone got another sprite for akatsuki suit? all i found were all the same, hate the motions and transitions of the sprite. And by the way, I'd like to know other ways to implement akatsuki suit, currently i'm using akatsuki suit as a "mob", & i hate it when it walks LOL i just want the suit to be a normal item, that u can wear, Not : ,{},{atcommand "@disguise Akatsuki"; },{ atcommand "@undisguise"; } is there another way? #2 want some champion sprites for male & female. XD my champ when after doing Asura Strike, it's moving its head side-to-side. so annoying lol
  5. If death is your wish, you're lucky I'm here.

  6. Here. I just replaced some things in your script as what i said awhile ago. Hope this helps. It's working fine in my server. o.O
  7. Yea, it's working well in my server, but i found your problem, NPC 1 is working well, you can't buy the items if you don't have the required item. But in npc 2 you can buy all items even you don't have the required item. In the npc 2 : Find all : [email protected]_id [email protected]_co Replace all with: [email protected]_id2 [email protected]_co2
  8. ps, but i'm so noob with that XD that's why it's simple. haha
  9. didn't edit much of this pic. just a simple one. credits to seirin for the pic.
  10. so yeah, i've made this one for donkeyg, i just copied the styles in my previous pic. & made it simplier. sorry i'm just having some fun time. XD and credits to seirin for the pic. sorry got a problem when cropped the photo. XD
  11. MAKE IT FOR ME ALSO PLEASE T_T http://rathena.org/b...nd-loginscreen/ Same pic? sample?
  12. under ragnarok db inside mysql query browser
  13. try changing your lua files (accname & accessoryid.lua) into .lub files. i'm not sure if 'read lua before lub' is working, use Compile gui.exe by the way, how did you put the sprites into the grf? did you add it thru patcher or pack it directly into grf?
  14. If i got time, cuz i'm not really a photo editor XD and if you tell about the info's about the pics maybe i can try. by the way, you can try these loading screens http://rathena.org/b...oading-screens/ by GM Helena Harper Momoe
  15. http://rathena.org/wiki/Edit_Max_Level @post 2 lol posted at the same time haha. XDD
  16. I was bored awhile ago, so i made this one hope you like it. Rate 1-10
  17. if you're just asking about the login screen file name(s): it consists of 12 pics sliced from 1 image (1024x768) in size. Each with 256x256 size. use this link http://rathena.org/tools/login_background/ to make your own login screen =) put the grf into your ro folder and data.ini or extract the files in it and merge to your main grf. =) hope that helps.
  18. as post #2 said. =) inside: lua files/datainfo/accessoryid.lua add this line at the bottom before the } and inside: lua files/datainfo/accname.lua add this line at the bottom before the } If your client reads lub before lua, you need a lua to lub converter : download Compile gui.exe just drag lua files there & you'll get the lub files from the converter folder. =)
  19. do you mean, all castles are active during woe time? even if you (GM) conquered other castles that are not in your woe schedule script? did you already comment the "npc: npc/guild/agit_controller.txt " inside npc/scripts_guild.conf ? cuz i think that script got it's own woe_controller, i guess.
  20. Santino

    Vote NPC

    Yap. I am using rAthena. It loads the OnInit by default, indeed. now i know. lol =) thx for the tip.
  21. Santino

    Vote NPC

    sir, in this script , the gm access level is not well-functioning i think? i set it to 60, and login a normal player account, and I can delete the votes lol, what's wrong in this one ?
  22. I have done all of that sir, & it's messed up hmm, it's like when clicking the next buttons, it just stops on the 1st photo. here's the current script.: @edit Oh forgot about changing the } while (@menu != 4); 4 into 16. PROBLEM SOLVED Thx alot! @edit v2 XD It's ok now, but the close button is not working LOL haha. another prob XD when clicking close button, it's functioning as next lol i guess i'll just remove the close option =) in Next::Previous:Close thx again!
  23. Thank you sir. but what will i change in this script if i want to add more photos? like making it to 16 photos, cuz i think i messed up when changing the 4's to 16 XD what should i change? & btw, when clicking the close option, the pic is not remove.
  24. so i have this script when you click to an npc it shows pictures using this : this is the script i'm currently using: ''idea from the_sign_quest script'' Yes, it is working, but what i want is, to have a "next/previous/close" options in the menu so that i can browse back to the previous photo or to the next one, or close it. really noob at scripting need some help
×
×
  • Create New...

Important Information

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