Jump to content

joelolopez

Members
  • Posts

    493
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by joelolopez

  1. why does the refine ui system isnt yet included in rathena even if refine ui system is already supported? is it on beta testing?
  2. we know that nemo has been inactive for quite sometime in updating diffs, thats why some of patches isnt working on newer supported clients... what i need to ask is , is there any way to increase hair and dye limit just by hexing the client.. what should i look for and what to modify or are there any alternatives to make this work
  3. my server has a maximum of 33 hair dyes, and 69 hairstyles .. the hair 1~33 dye is working fine, the problem is when i reach hairstyle 30 my client crash when i apply hairstyle palette 1~33.. someone already post the same issue you can check it here -another observation: when the window resource error show it shows random character of palette name every time the client crashes, as if hairstyles from 30 and above looking for a random color palette name
  4. yep i guess? coz if im not mistaken vs2017 only works on 64 bit os
  5. after compiling with VS2017 on a 64bit WIN8 OS , i run my rathena server on 64bit os..and it works perfectly, but when i try to run it on 32 bit WIN7 OS this message appear in map-server.exe "map-server.exe 0- Entry Point Not Found the procedure entry point ucrtbase.terminate could not be located in the dynamic link library api-ms-win-crt-runtime-l1-1-0.dll. but the login and char server is working.. how can i make it work .. anyone?
  6. if im not mistaklen high novice sprites are the novice sprites.. it only changes the palette color as ur rebirth
  7. yep, i see it doesnt include the default.. i hope that someone will provide the default palette for each corrected sprites
  8. hi just want to ask if the corrected version still have the default 2 alternative colors? e.g guillotine cross alternative colors -blue and white -brown and red
  9. hi just wanna ask if what 2017 clients (ragexe/ragexeRE) does latest rathena supports?
  10. i guess i have no choice but to download the very large file just to compile lol, i tested vs2013 but it doesnt work lol
  11. what version of VS should i use in compiling latest rathena solution?
  12. @emistry price is working properly but the array is the problem, when i put it like this its working, but i need to compare .@id[.@index] with a couple of mvp ids and i cant make it work setarray .NoMvp_ids[0],4001,4002; // for( set .@i,0; .@i<getarraysize(.NoMvp_ids); set .@i,.@i+1 ) { if(.@type == 6 && .@id[.@index] == 4001 ) { .@total_cost = 0; .@total_cost += ( (.@price_buy[.@index] ) + 25000000); } else { .@total_cost = 0; .@total_cost += ( (.@price_buy[.@index] ) + 1000000); } // }
  13. i want to sell all mvp cards price + 25000000.. i need to match up the .@id[.@index] to all mvpcards inside the array, but its not working.. how to make this work setarray .NoMvp_ids[0],4001,4002; for( set .@i,0; .@i<getarraysize(.NoMvp_ids); set .@i,.@i+1 ) { if(.@type == 6 && .@id[.@index] == .NoMvp_ids[.@i] ) { .@total_cost = 0; .@total_cost += ( (.@price_buy[.@index] ) + 25000000); } else { .@total_cost = 0; .@total_cost += ( (.@price_buy[.@index] ) + 1000000); } }
  14. i dont get it, can u atleast give an example
  15. @Emistry , im having trouble renameing these npcs how can i make each npcs name uniques to each other? when i rename it all items inside the npc are gone
  16. @Emistry thank you for making this script +1
  17. im going to try this after work, thnx @Emistry for the efforts , i really appreciate it a lot
  18. Emistry i m going to try this.. i ddnt see any card shop generated from these npcs.. i got jellopy most of these npcs
  19. they started it @skorm, skorm can i have some a copy of your script?
×
×
  • Create New...