Jump to content

cozzy09

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by cozzy09

  1. shows as has no installation candidate as well. tried it with gcc-8 as well but also the same.
  2. 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.
  3. 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.
  4. ok thank you so much for enlightening me hahahaha topic closed
  5. yup but can't I just put 16 in there hahaha XD
  6. 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?
  7. ok thanks alot now the chance for item 1 = 1% then item 2 is 4% right? since its 2-5 only?
  8. 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([email protected]) { mes "[ ^336699Leo^000000 ]"; mes "Something's wrong, maybe the player doesn't exist."; close; } mes "Done!"; close; }
  9. guys can you tell me if I have the right idea about this script set [email protected], rand(1,100); if ( [email protected] <= 5 ) { getitem ???, 1; announce "Poring Catcher : We have a winner, "[email protected]$+". - won a prize1",0; } if ( [email protected] <= 1 ) { getitem ???, 1; // Cool FB Hat announce "Poring Catcher : We have a winner, "[email protected]$+". - won a prize2",0; } if ( [email protected] <= 10 ) { getitem ???, 1; getitem ???, 1; announce "Poring Catcher : We have a winner, "[email protected]$+". - 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?
  10. 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
  11. bump please help badly needed it
  12. 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
  13. I changed the folder name of luafiles514 to lua files but still item doesn't work
  14. here is the screen shot of my accname and accessoryid lua's that is located in ...data\luafiles514\lua files\datainfo
  15. this is it right? #ifndef PACKETVER #define PACKETVER 20100730 //#define PACKETVER 20111116 #endif the 2010-07-30
  16. another bump badly need help
  17. where can I find that? sorry for being noob XD tried searching nothing appears
  18. lol I already did that and that's what happened... It should only have this background
  19. 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
  20. the download link of that website's map is down T_T
  21. wew some other admin of our server put some true, false in some commands... thanks alot problem solved
  22. but I didn't change or do anything in it and all other players have the same problem
  23. guys please help everytime I logged in to my server the NPCs won't load and I can't move my character and when I check on the map I got this error when I logged in [Warning]: pc_group_pc_load: (AID:2000008) logged in with unknown group id (99)! kicking... [info]: '[GM] Cozzy' logged in. (AID/CID: '2000008/150007', Packet Ver: '26', IP: '112.203.136.100', Group '99'). [info]: Player AID:2000008/CID:150007 logged off. please help me to fix this thanks in advance
×
×
  • Create New...

Important Information

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