Jump to content

mrfizi

Members
  • Posts

    383
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by mrfizi

  1. You asking at the wrong section. Supposed at https://rathena.org/board/forum/40-graphics-support/ to get fast response.
  2. Wow! Another release. Thank you.
  3. 1st don't double post. Use edit post to update your post. Your question has been answer already by @Hyroshima and @Chaos92 Change this if(BaseLevel == 50) to this if(BaseLevel >= 50)
  4. Check this link: https://github.com/rathena/rathena/wiki/Max-Level
  5. This Thor Patcher is working fine. Just use this. For me, I just disable my antivirus for awhile. After finish making my custom Thor design, I just remove the ConfigEmbeder and active my antivirus. This is the answer about the antivirus detected the program:
  6. mrfizi is from my real name Mohd Haffizi. Because I am a man, so i put it mrfizi to make it simple.
  7. 4952
  8. Maybe you can check this topic/post/reply: OnNPCKillEvent: if( killedrid == 1907 ) announce strcharinfo(0)+" of "+strcharinfo(2)+" slained "+getmonsterinfo( killedrid,MOB_NAME )+" at "+strcharinfo(3),bc_all,0xFF0000"; end; try this
  9. Put all your donation item here:
  10. Why don't you just use the Donation System? Just add your item on item_cash_db.txt For pre-renewal: db/pre-re/item_cash_db.txt For renewal: db/re/item_cash_db.txt
  11. You can just copy and change it if you want from item db *
  12. check your item_db_usable.yml - Id: 12211 AegisName: Kafra_Card Name: Kafra Card Type: Usable Buy: 2 Weight: 10 Trade: Override: 100 NoDrop: true NoTrade: true NoSell: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true Script: | callfunc "F_CashStore"; then check the function /npc/other/CashShop_Functions.txt // Kafra Card //============================================================ // - Open player's storage. // - No arguments. function script F_CashStore { cutin "kafra_01",2; mes "[Kafra Employee]"; mes "Welcome to the Kafra Corporation."; mes "Here, let me open your Storage for you."; close2; openstorage; cutin "",255; return; }
  13. You can refer this post and direct contact @Functor:
  14. Try this:
  15. mapcache old izlude map if you using pre-renewal or change your izlude map using new izlude if you use renewal.
  16. Try this: // x and y horizone .. setarray .x_line, 152,155,163; setarray .y_line, 111,109,106,103,101,99,96,93,91,89; Add more x or y line if you want more. and don't forget to add more duplicate npc vend_slot prontera, 1, 1, 4 duplicate(vend_slot) #vend_slot1 858 For my example, x * y = 30 NPC. So i need to duplicate 30 npc: Hope this can help you.
  17. Please add more details about the script. I can't read anything on the link too. So, need you to add details about your request.
  18. mrfizi

    Spawn

    Check on this topic/post. Please read all post/answer/comment on this topic: Just change it like what you need.
  19. No bug on that script. Just add your x and y coordinate. Example: x1/y1 x2 x3 y2 y3 y4 // x and y horizone .. setarray .x_line, x1,x2,x3; setarray .y_line, y1,y2,y3,y4; Hope this can help you to set the vending location/coordinate.
  20. try to add: if (.@class == Job_Gunslinger || .@class == Job_Ninja || .@class == Job_Soul_Linker || .@class == Job_Star_Gladiator) { mes "Sorry, you cannot join this race!"; close; }
  21. Maybe this will give you an idea to implement it on your server.
  22. Sure you can. change the variable name for: set kim_kim,1; set jhep_jhe,1; set fra_fra,1; set jmk_jmk,1; set bry_bry,1; set ron_ron,1;
  23. Oh, sorry then. try using: hideonnpc hideoffnpc
  24. My second option on my reply is the best answer. @unloadnpc npc/location/to/script.txt
  25. Better you give your full script in CODE BOX for fast response.
×
×
  • Create New...