Jump to content

Santafe

Members
  • Posts

    325
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Santafe

  1. Bored. Exams Exams Exams. Brain Dead X_X

  2. Ok heres the list of problems ive faced. Tell me which one it is. Problem 1: I equip item and the game crashes. If i try logging in the game crashes again and i have to literally delete the char. Problem 2: I equip item and it crashes. I can relog but once i go to view equipments and i click on the Custom gear icon it crashes. This custom gear u added will not have any picture i.e. its blank. Problem 3: I can click on the item and see its description but if i try to unequip, Game crashes. All the above mentioned problem only happens if u messed up the view ID. if the last view ID was 1692(just an example) then ur custom HG list should start from 1693. You should NOT skip to 1700 + because then ull have to compile lua > lub and trust me thats a pain. Its made me so pissed i almost quit developing my server. The thing is once u added ur custom headgear view ID and all that procedure, Delete the accesoryid.lua and accname.lua and only the lub files should be there.(just rename .lua to .lub dont literally compile). Once u do this it should work fine. The crash might occur if ur data folder is old. cuz there might have been new HGs added to data.grf but the view IDs wouldnt have been updated. Hope this helped. if not get back to me.
  3. Yes its possible if u messed up in adding the item. Plz show ur accessoryid lub and accname as well? Make sure u continued from the view id already present in the lub file or ull have to compile which is a pain.
  4. If u began a new emulator such as rathena or hercules with its own working source and make it open source and make it work without crashing then thats a huge plus to ur resume i think.
  5. Almost forgot about you, here's your NPC! //======Name======================================== // Emperium Ladder //======Version===================================== // 1.0 //======Author(s)=================================== // Sandbox //======Comments==================================== // It's a script that will show the top 10 Emperium breakers of your server. //================================================== prontera,123,123,4 script empladder 78,{ mes "Here are our top 10 breakers!"; query_sql ("SELECT `char`.char_id,`char`.`name`,global_reg_value.`value` FROM global_reg_value LEFT JOIN `char` ON global_reg_value.char_id=`char`.char_id WHERE global_reg_value.str='empladder' ORDER BY CAST(`global_reg_value`.`value` AS UNSIGNED) DESC LIMIT 10", .@char_id, .@name$, .@count); for( set .@x,0; .@x<10; set .@x,.@x+1 ) { mes "^880000"+(.@x+1)+"^000000) ^0000FF"+.@name$[.@x]+"^000000 - ^008800"+.@count[.@x]+"^000000 Point(s)"; } // .@x starts at 0, but you want to start with '1st', so use (.@x+1) close; } *hails sandbox for this*
  6. ^or we could fix the mess up and then add the plugin system :3 +1 to the idea btw.
  7. Just change "tool" in sandbox's script to "joinbg" and u shld be done. The script above that is an NPC script which i dont think bindatcmd is available. Thats because theres an auto announcement once 2 or more have joined. its basically like talking to a person instead of using @commands.
  8. When you convert to rathena all calculations change as eathena is pre renewal and rA is renewal. Or u could just use rathena in pre renewal. EAthena is totally different emulator from rA. Structures and everything so yea it will be from the start. If u have 2 years of work which might mean alot of scripts so id say get a renewal scripter who can avoid errors during the server running. And the editing lvls and stuff shld also been done. So yea its like starting from scratch.
  9. Its just that way. I think it changed after 2012 clients got released. Its also a problem i found in released ro games but i sont think its a problem. Players might get irritated but theyll get used to it.
  10. Hey sandycould u make this an npc too? Thx alot
  11. Oh my fudge, i come after 1 month and i see a goldmine of releases, nice one sandbox
  12. Hey guyz could any one give me a item db for unlimited elemental converters and stuff? Thx guyz
  13. It should be a win 7 and 8 problem. Try running winrar as administrator and then extract.
  14. Dont use 2010. If u like numtables and idnumtables then go for 10-4-2012 clients.
  15. i really dont get why u update using svn? revision is 17120 or smthing and it shows 11980 did u set the revision?
  16. Hey all just wondering if its posibble to invite people to a guild even if he/she is offline? When the player invited cms online this is the mesage he gets: The guild "xxx" has invited you to join them. To accept type /accept or to reject type /reject. This should be a mesage in a diferent colour so that the player cn easily see it. It should not be a pop up coz then ths wld iritate players if too many invitations are sent to them. The guild name is also required to accept. Example /accept xxx thx guys Bump
  17. Guys is it posible to add bokanawa and other instances to eamod? Or shld i wait for their hercules server ? ( dnt ask im legit owner lol found it frm a site and just fondling with its src) Thx Bump
  18. Santafe

    Buff bug?

    Did u compile? Always cmpile if u edit conf files.
  19. I always go for 32. Since thats the best configuration for ro. 64 bit is having sm improvisation left. For compiling i honestly feel u shld use visual studio 2010 or higher.
  20. Hm closing map server saves data in map files. Login server closing wil save u frm memory leaks. Closing char server saves char data automaticly.
×
×
  • Create New...