Jump to content

Jayz

Members
  • Posts

    407
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Jayz

  1. Just replace the job sprite without mount with the sprite with mount, example without mount the sprite is sprite_nomount.spr/act then the wiht mount is sprite_mount.spr/act. The sprite without mount will be replaced with withmount so that when use mount the client's readable sprite is the one you placed withoutmount but the effect of riding and cavalry mastery is still there
  2. Is it possible for the mercenary to have his drop rate next to his master droprate, suppose the server is x5 drop rate then the master becomes VIP the master droprate will be x10 then the mercenary will also have the droprate x10, when the vip is expired the mercenary will also return to the normal droprate x5
  3. Duplicate ghostring monster and remove the card drop and re-assign the monster id in npc\( pre-re or re )\mobs\fields\payon.txt
  4. work perfect! I'll just open it again, because I noticed that the tax percentage works but the tax didn't reduce the zeny deposit
  5. Thank you i already check this before making post, but i want more simplier like on my description
  6. can i request a simple bank sql base deposit and withdrawal only Menu: Deposit -> Can deposit any amount ( 2% tax ) if possible the 2% tax will go to the "tax" field under the "login table" just to find out how much the player's tax contribution is when using this bank Withdraw -> Can withdraw upto 1b only Balance -> Can check their balance The database I will use is the login table, I created a new field whose name is deposit, thank you very much
  7. The source is no error but when i try to use it, Type: Armor / Usable / Etc / Charm its not working edit.. its working Earlier he Type: ETC and there i switched to Type: Charm but I didn't re @item again
  8. https://rathena.org/board/topic/122307-how-to-install-fluxcp-with-screen-shot/
  9. maybe? 12218,,,,,,,,,,,,,,,,,,,,,,,,,,,,{ progressbar "ffffff",1; sc_start SC_ASSUMPTIO,100000,5; skilleffect "HP_ASSUMPTIO",0; },{},{}
  10. show your login/char/map server when trying to connect,, or maybe check your system ports to allow it
  11. 1) if your question how to link your ip to your domain you need to edit your DNS in your domain manager and point your ip address, 2) if you are referring to the ip you will make domain with name, you need to register a domain first.. then do the #1
  12. Yes because you are using old rathena,, thats why no name_japanese try reexecute the latest rathena sql here https://github.com/rathena/rathena/tree/master/sql-files
  13. i think you are not using latest rathena version ok lets open your mysql/phpmyadmin and go to item_db's table and click the structure and drop the name_japanese
  14. execute your item_db_re.sql to your sql you may found your rathena sql at rathena/sql-files
  15. Your rAthena files is clean? or already have gepard patch in your rathena but your client.exe is not? check your conf /gepard_shield.conf disable your gepard gepard_shield_enabled: no
  16. thor patcher doesn't support SSL Certificate
  17. What error failed to communicate? or failed to get etc..
  18. https://www.nfoservers.com good for gaming
  19. Your config.ini is missing you need to Embed or Pack your Thor.exe using ConfigEmbeder.exe or ThorMaker.exe
  20. I think your client cant read your GRF because the Ok button is korean,, double check your data.ini or your hardcoded data.ini if your main grf is priority
  21. Yah thanks for correction, everything is working fine and im using it now, i try to edit your code i want to make similar this i tried to modified your code and change the Class to JobID 4010 and class_arr[.@size] = .@class; to class_arr[.@size] = .@class, set #HWPoints,#HWPoints +1; but not working - script test123 -1,{ OnPCKillEvent: .@self = getcharid(3); if (killedrid == .@self) end; attachrid killedrid; .@class = 4010; attachrid .@self; .@index = inarray(class_arr, .@class); if (.@index == -1) { .@size = getarraysize(class_arr); class_arr[.@size] = .@class, set #HWPoints,#HWPoints + 1; count_arr[.@size] = 1; } else cleararray count_arr[.@index], count_arr[.@index] + 1, 1; end; }
  22. Its working, btw can you give me an idea how can i make it similar here OnNPCKillEvent: if( killedrid == 1002 ){ set #PoringKill,#PoringKill + 1; end;
×
×
  • Create New...