Jump to content

Vali

Members
  • Posts

    128
  • Joined

  • Last visited

Everything posted by Vali

  1. Hi, I have this code that must be launched only one time when the mapserver starts. The problem is that if i use @reloadscript this code is launched again, and the tables truncated. How can i do to avoid this script be launched when I use @reloadscript? - script web_shop_truncate -1,{ OnInterIfInitOnce: query_sql "TRUNCATE TABLE `web_vending_shops`"; end; } Thank you!
  2. Solution found here: http://rathena.org/board/tracker/issue-5184-cash-shop/page__gopid__6236#entry6236
  3. Hi, When i click to buy in the cash shot the client crashes. Im using 2011-06-09a client. How to fix it?
  4. Vali

    direct refiner

    Hi, In npc/merchant/refine line from 570 to 591 you must change the 0 by 1 and you will have what you are looking for (at least in part). Ex: callfunc "refinemain","Hollgrehenn",0; becomes callfunc "refinemain","Hollgrehenn",1;
  5. My users will have the grf version, but i always use a the read folder diff for test purposes (like in this case). Thank you for your time Judas.
  6. Thank you for the reply. But i think that the problem is that is not being well diffed. I say this because i diffed the exe to read the dta folder before the grf and its reading the grf and not the data folder. I know this because I modified my current clientinfo and i put this in the data folder. My old client fails to connect (reading the clientinfo modified into the data folder), but the 2011-09-06aRagexeRE connects to my server (then its not reading the clientinfo from data folder). Any idea? Thank you!
  7. If its possible yes. I tried to diff it a couple of times more but always have the same problem. Thx.
  8. Hi, Im having some problems to patch a 2011-09-06aRagexeRE client with Shin's Diff Patcher ans the WeeDiffGenerator plugin. When I patch it by myself (withput error) the client dont do what i wand (dont read from the data folder, dont load lua before lub, etc etc...). I tried with another client patched obtained from http://rathena.org/board/topic/54190-release-basic-rathena-client/ and It works perfectly. What i need to do to patch it by myself? Thank you.
  9. I fixed the part where Neoncube deletes specified files (I forgot the tabs). But i don't know how to delete a complete folder or the content of that folder: 1036 GRF datatexture±âŸ¸¶À»³»ºÎ* 1037 GRF datatextureÇÁ·ÐÅ׶ó* 1038 GRF datatextureÇʵŹٴÚ* Thank you. Ok, Delete the content of the folder only works using FLD. If we use GRF only can delete one file. Thanks anyways.
  10. HI, I'm currently using neoncube to patch the GRF of my server. I'm trying to delete a file inside the GRF and some folder content but nothing happens. The patchlist.txt has the next: //////////////////////////// //END PRT XMAS //////////////////////////// 1032 GRF data\prontera.extra* 1033 GRF data\prontera.gat* 1034 GRF data\prontera.gnd* 1035 GRF data\prontera.rsw* 1036 GRF data\texture\±âŸ¸¶À»³»ºÎ\* 1037 GRF data\texture\ÇÁ·ÐÅ׶ó\* 1038 GRF data\texture\ÇʵŹٴÚ\* How can I do this work? Thank you for your time.
×
×
  • Create New...