Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Radian

  1. If you are using a GM account you might want to check this OnInit: // Bitwise Variable // 1: Record PvP // 2: Record GvG (agit on and gvg map) // 4: Announce When Someone gets a kill // 8: Record Total Guild Stats // 16: Gain PvP Points on Kills (#PvpPoints) // 32: Repeat Kill Protection // 64: Warp to Save on abuse // 128: Monthly Stats // 256: Order by KDA instead of most kills // 512: Allow GMs to Join PvP // 1024: Request a GM on Abuse .Options = 1|2|4|8|16|32|128|256|1024; 512 Option is to allow GM to go inside the Room if you removed that from the .Options it will say Room is full, Not sure about this
  2. Try to disable all the custom scripts you have then run it 1 by 1 again. it might help
  3. Your client might be allowing the packet encryption?
  4. Hi everyone! I was wondering if someone want to make this one.. How it works : List of cards ex. 4401,4402,4403,4405; Every 24hours/day it will randomly change the list of the available card which is 10 card per day. amount could be zeny,cash or coins. If its possible prevent old listed cards on the new list when it rotates.
  5. Hi guys! i've search on the internet how to but it seems i cant see any answer related on my question. anybody here knows how to do it?
  6. @Kakaroto Okay maybe lets wait for a fix about this... disable channel with restarting? that. I dont know im sorry..
  7. Hi im having this issue everytime i tried to search if( SQL_ERROR == Sql_Query(mmysql_handle, "INSERT INTO `%s`(`nameid`,`start`,`end`,`amount`) VALUES ( '%d', FROM_UNIXTIME(%d), FROM_UNIXTIME(%d), '%d' )", sales_table, nameid, (uint32)from, (uint32)to, count) ){ and I got new issue I tried to add an limited item [SQL]: DB error - Unknown column 'price' in 'field list' [Debug]: at cashshop.c:307 - INSERT INTO `sales`(`nameid`,`start`,`end`,`price`,`amount`) VALUES ( '32046', FROM_UNIXTIME(1484568000), FROM_UNIXTIME(1485352800), '30', '15' ) [SQL]: DB error - Unknown column 'price' in 'field list' [Debug]: at cashshop.c:307 - INSERT INTO `sales`(`nameid`,`start`,`end`,`price`,`amount`) VALUES ( '32046', FROM_UNIXTIME(1484568000), FROM_UNIXTIME(1484654400), '30', '15' ) [SQL]: DB error - Unknown column 'price' in 'field list' [Debug]: at cashshop.c:307 - INSERT INTO `sales`(`nameid`,`start`,`end`,`price`,`amount`) VALUES ( '32046', FROM_UNIXTIME(1484568000), FROM_UNIXTIME(1484654400), '30', '15' ) [SQL]: DB error - Unknown column 'price' in 'field list' [Debug]: at cashshop.c:307 - INSERT INTO `sales`(`nameid`,`start`,`end`,`price`,`amount`) VALUES ( '32046', FROM_UNIXTIME(1484521200), FROM_UNIXTIME(1484607600), '30', '15' ) [SQL]: DB error - Unknown column 'price' in 'field list' [Debug]: at cashshop.c:307 - INSERT INTO `sales`(`nameid`,`start`,`end`,`price`,`amount`) VALUES ( '32046', FROM_UNIXTIME(1484521200), FROM_UNIXTIME(1484528400), '30', '15' ) [SQL]: DB error - Unknown column 'price' in 'field list' [Debug]: at cashshop.c:307 - INSERT INTO `sales`(`nameid`,`start`,`end`,`price`,`amount`) VALUES ( '32046', FROM_UNIXTIME(1484521200), FROM_UNIXTIME(1484524800), '30', '15' ) [SQL]: DB error - Unknown column 'price' in 'field list' [Debug]: at cashshop.c:307 - INSERT INTO `sales`(`nameid`,`start`,`end`,`price`,`amount`) VALUES ( '32046', FROM_UNIXTIME(1484521200), FROM_UNIXTIME(1484737200), '30', '15' ) [SQL]: DB error - Unknown column 'price' in 'field list' [Debug]: at cashshop.c:307 - INSERT INTO `sales`(`nameid`,`start`,`end`,`price`,`amount`) VALUES ( '32046', FROM_UNIXTIME(1484521200), FROM_UNIXTIME(1484737200), '30', '99' )
  8. I have this kind of warnings how can i fixed this?
  9. You probably need a updated data file which can be seen here https://github.com/ROClientSide/Translation
  10. @Cydh I am having issue while compiling the patch from the pservero.com im using the latest trunk right now.. 1>..\src\map\channel.c(1017): error C2198: 'map_nick2sd' : too few arguments for call and 1>..\src\map\script.c(22494): error C2198: 'map_nick2sd' : too few arguments for call
  11. I really like this kind of VIP system.. thanks guys!
  12. @Akkarin I cant download this file it says file not found in the download section..
  13. Try checking the rdata.grf because latest kRO runs with rdata
  14. I think the best way to use only one loadingscreen is to remove the clientinfo inside the data.grf and use your own.
  15. I can see the name of the split files are in korean it should be like this i guess? http://i.imgur.com/UVXu6ZY.png
  16. the image file name must be different on what your sprite file. check it try renaming it with the same name of the sprite
  17. If its a client issue make sure that your client is reading the correct grf's that your host given and also re-check everything that you diffed and try to new patch if it doesn't work try another...
  18. I really liked the new look forum but now when i logged in I miss the old style.. anyways good job guys!
  19. Im pretty sure it is because i can login my account...
  20. Im one of their clients.. so its legit I'll just move this topic to off topic.
  21. It is a paid script which is not available anymore. im sorry
×
×
  • Create New...