Jump to content

SyncMaster

Members
  • Posts

    123
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by SyncMaster

  1. skill.c when I define them, they change to another error. On free time I'll change and print it here
  2. When Rathena was a C emulator I had this command to change char variables. But now I have some problems to fix it in the C+. Old .c and now .cpp
  3. Sorry, I thought it was just a "release topic" I can't because of many other custom changes that I made in the source that i'm not yet able to convert them to C+. :x
  4. I made an NPC with a player sprite using mob_avail, but when I put it as NPC, the game recognize and treat it like a player. I can't use the NPC and, in the game, it show the content after '#'. I already tried some modifications at source but without sucess.
  5. I'm still new at editing the source files, but when I tried to add this command, I had the following error at visual studio. I would like to know if anyone have a better idea of what is causing this.
  6. I found that on config.default.json
  7. But as far as I know the problem just start after a gravity error. It's an Brazilian Bank https://seg.bb.com.br/home.html
  8. I already fixed the model testing when the client work, and the model was the only change. I tryed change all setup config. I don't know why but I discover now that when I open the game with sandboxie it work all the times, normal. @edit: solved, it was caused by the bank security module.
  9. I was adding some custom models in my server when one of them make the game close showing a gravity error, after that any client in my pc isn't working properly. Usually, after reboot the computer it work normal one time, after close (alt+f4 or in task manager) and open the game again nothing appears, or the game start without sound and can't click, or the game start with song but still can't click. I've test on clients before 2016. The game work on 2017 client, but i'm using an old emulator and It'll be hard to update, and still i'm using some features from olders hexeds.
  10. A skill that invokes the single and the double version of the Rashomon Shield. Works exactly like icewall, except that there is just one point to hit and kill to disable the way blocking. Beside the differences, some customization like that couldn't be done without the amazing content that @Olrox provided for custom area. So, big part of the credit is his.
  11. Yes, it's self explained, but the error isn't because of the column. The "Where Clause" isn't right and not indicating corretly the login folder due to any mistake that I made when I was building the bolded part on the post. The previosly command without being underlined by red with the same column are working and the column 'dias_offline' already added. I need to correct sintax that replace the bold part to make it correctly search the column "dias_offline" inside "login" `dias_offline` >= '10' IN (SELECT `dias_offline` FROM `login`)";
  12. I believe i'm doing something wrong in that piece of the script, I would like to know how it should be... `dias_offline` >= '10' IN (SELECT `dias_offline` FROM `login`)";
  13. How can I skip that??? O, just realize that I have to ignore that step. Just a problem because the word have another meaning in portuguese....
  14. I already know how changebase work, but i'm afraid there will be not enough free jobs to import the sprite because i'm using almost all of them. What I'm searching is for a direction. I'll need many suits. I try to add custom jobs, but the tutorial was made for an old version of rathena, so it's not working. What should I do? Try add custom jobs, found another way to import sprites without jobs.try to use sc_start.?? If someone knows how to modify source to make the @changebase import sprite id's or something like that or remake any tutorial for custom jobs.
  15. It will make my life way more easy. If you intend do that, please, tell me.
  16. So many errors. I cannot deal they. . There are any other new version or anything that I can put at an script that put someone inside a guild?
  17. I need to make an NPC that add and remove a person from the guild without being invited by someone inside the guild. I tried, but in the game did'nt update SQL. A summary of what will be the NPC: The game will have some guilds created previously, the purpose of the NPC is to put a person inside the guild and trigger a timer of 30 days that this person will have to stay in the guild. I still do not have a clear idea of how to make the guild to be added in all account characters, I was thinking of creating a .set in the account to, when talking to the NPC, not deliver an different guild for those already in one. I will also need a NPC so that the guild leader can remove a user from the village, in the same way that the NPC does, placing the name of that user in the NPC. The main thing is the command to put the person inside and outside a guild, the rest I can handle.
  18. What I want is make the NPC control who get in or out the Guild. If there's another way to do that it will fit.
  19. Map server was suposed to show the revision, but it's not showing :/ error:
  20. I was trying to add this rathena.org/board/topic/65688-leaveguild-breakguild-guildinvite/ to the new rathena but that was not working. It was something that I did wrong or old files don't work with the rathena? When I was adding I already fild a breakguild to. To error appears when I try to recompile.
  21. The problem was the URL, thank you
  22. Everytime I try to download anything it happen, any explanation?
  23. Thanks, I did https://rathena.org/board/topic/100922-showcase-sasuke-susano-skeleton/ Just one more think, the sprites, on the game, stay in the front of the sprite. If I do something like a tail, for exemplo, I'll have to cut out a piece of the sprite or there is a way to put in the back?
  24. On the edges you can found a different kind of pink. The game just ignore FF00FF (i think is that the code).
×
×
  • Create New...