Jump to content

cozzy09

Members
  • Posts

    53
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Philippines

cozzy09's Achievements

Drops

Drops (2/15)

  • Dedicated
  • Conversation Starter
  • First Post
  • Collaborator
  • Week One Done

Recent Badges

0

Reputation

  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
×
×
  • Create New...