Jump to content

cozzy09

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by cozzy09

  1. yes sir that is the one, thank you both.
  2. Hi, I would like to ask if this can be made through a normal script where you can buy on a sop items window using a specified item? I've seen this in one of the server but unable to replicate it.
  3. shows as has no installation candidate as well. tried it with gcc-8 as well but also the same.
  4. I would like to ask if I need an alternative gcc-5 to install, tried to follow the instruction but did encountered no installation candidate on step 4.
  5. I know that there are lots of make_listen_bind error but for this specific error I did not find any solution since we all have different kinds of error. I'm getting the following error and now sure how to fix it. Can someone help me on this. Thank you in advance for those who will help me.
  6. ok thank you so much for enlightening me hahahaha topic closed
  7. yup but can't I just put 16 in there hahaha XD
  8. I'm a little bit confused about your code XD if will give me a 1/16 % chance of getting the item and the else only will give me all the remaining chances but what about the else if? is it 2% or a total of 6% chance of getting the item?
  9. ok thanks alot now the chance for item 1 = 1% then item 2 is 4% right? since its 2-5 only?
  10. can anyone tell me what's wrong with this script? it says unknown syntax gm_room,154,136,5 script Guild Master Changer 866,{ if(!getcharid(2)) // [b][color=#ff0000]ERROR LINE[/color][/b] { mes "[ ^336699Leo^000000 ]"; mes "Are you Kidding me?"; mes "You're not a member of any guild"; close; } if(getguildmaster(getcharid(2)) != strcharinfo(0)) { mes "[ ^336699Leo^000000 ]"; mes "You're not the Guild Master of your guild"; close; } if(agitcheck()) { mes "[ ^336699Leo^000000 ]"; mes "War is currently in progress"; close; } mes "[ ^336699Leo^000000 ]"; mes "OK Please Input the name of the character"; mes "The player mus be online!"; next; input @input$; set @success, guildchangegm(getcharid(2), @input$); if(!@success) { mes "[ ^336699Leo^000000 ]"; mes "Something's wrong, maybe the player doesn't exist."; close; } mes "Done!"; close; }
  11. guys can you tell me if I have the right idea about this script set $@prize, rand(1,100); if ( $@prize <= 5 ) { getitem ???, 1; announce "Poring Catcher : We have a winner, "+.@name$+". - won a prize1",0; } if ( $@prize <= 1 ) { getitem ???, 1; // Cool FB Hat announce "Poring Catcher : We have a winner, "+.@name$+". - won a prize2",0; } if ( $@prize <= 10 ) { getitem ???, 1; getitem ???, 1; announce "Poring Catcher : We have a winner, "+.@name$+". - won a prize3",0; } does this make it that if the random rolls to 5 which is <=5 also <= 10 will I get both items? or just the <= 5 item only?
  12. ok i'll try to make it grf as well to make sure XD still not working even on grf files T_T can anyone teamviewer me someday so it can be fixed please
  13. bump please help badly needed it
  14. already put it there and the "C:\Program Files\Miruku\data\lua files\datainfo\luac5.0.2.exe" -o "accname..lub" "accname.lua" "C:\Program Files\Miruku\data\lua files\datainfo\luac5.0.2.exe" -o "accessoryid.lub" "accessory.lua" i didn't put it in GRF files just from the data folder
  15. I changed the folder name of luafiles514 to lua files but still item doesn't work
  16. here is the screen shot of my accname and accessoryid lua's that is located in ...data\luafiles514\lua files\datainfo
  17. this is it right? #ifndef PACKETVER #define PACKETVER 20100730 //#define PACKETVER 20111116 #endif the 2010-07-30
  18. another bump badly need help
  19. where can I find that? sorry for being noob XD tried searching nothing appears
  20. lol I already did that and that's what happened... It should only have this background
  21. guys and girls can anyone help me I tried using http://rathena.sourceforge.net/tools/login_background/ but after I put it on my server this is what happens... on the attached file... can someone help me how to remove the unwanted pictures there like the ragnarok online the copyright and the others please thanks in advance
  22. the download link of that website's map is down T_T
  23. wew some other admin of our server put some true, false in some commands... thanks alot problem solved
×
×
  • Create New...