Jump to content

walter307

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by walter307

  1. Sorry for the late reply. Yes i am sure. At https://github.com/llchrisll/ROenglishRE Latest kro, with chris's compiled grf on 0. Rathena-Master dl'ed on march 2.
  2. Good day! I just wanted help on the "NO MSG" dialogbox after buying an item on Cash Shop. (Note: I used llchrisll's ROenglishRE) Also, as you can see on the "Use Free Points" part, there is a minor miss alignment of the textbox. How do you fix it? Thank you
  3. @n0tttt how to make it use proof of donation instead of zeny? Nevermind i figured out how to change it. Thanks for this script @n0tttt Update: I figured out how to change it to itemshop but it didn't work like the way it was.
  4. Sorry for reviving this thread but i cant seem to update this query. Here's my query INSERT INTO rebirth_system (`account_id`, `name`, `num_rebirth`, `last_ip`) VALUES ( "+ getcharid(3) +", '"+ escape_sql( strcharinfo(0) ) +"', '"+ num_rebirth +"', '(Select `account_id` From login Where `account_id` = "+ getcharid(3) +")' ) ON DUPLICATE KEY UPDATE `rebirth_system.num_rebirth` = `rebirth_system.num_rebirth` + 1;
  5. Nvm i have found a solution for it. Thanks anyways.
  6. I am currently having a hard time finding "ALL" the enchantments available on RE. Any help would definitely be appreciated. Thanks!
  7. Hello @M4karov, I have an error on my map server [Error]: script:op_2: invalid data for operator C_SUB [Debug]: Data: string value="2017-10-07 23:52" [Debug]: Data: number value=1504799741 [Debug]: Source (NPC): VIP Central at prontera (155,180) After i got a 30 day VIP, i did try to click the npc again but get stuck on the Welcome to VIP Central then i checked my map server and thats how i see the error.
  8. i was trying to recompile my rathena.sln but it was giving me an error "msbuild error msb1008: only one project can be specified". Turns out that there was a missing " " on the path. Nevertheless this whole Guide is a total kick a** Kudos to you! MSBUILD "C:\user\admin\desktop\rathena\rAthena.sln" /p:PlatformToolset=v141 /m
×
×
  • Create New...

Important Information

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