Jump to content

Jayz

Members
  • Posts

    396
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Jayz

  1. You mean to say, you want to make new npc, can access it once the instance or quest is complete?
  2. Try add in this line https://github.com/rathena/rathena/blob/9000948c3c524c98f472da716164ac3d5954706f/npc/quests/kiel_hyre_quest.txt#L4666
  3. Yes manually add - shop card_mob#A -1,CARD_ID:PRICE Or find the A to Z card seller do this
  4. Dko pa na try yan pro check mo yung firewall sa vps panel nila kung ayaw kumagat sa command, 2lad ng google cloud instance machine, Hmm dko sure if mali pagkabasa mo or hnd mo nahhntindian tntanong ni TS pero mggmit ng iba yan in the feature keep it up
  5. Napakalinaw na po ng guide sa description na yan
  6. You can use equipable item to implimented that, like 2607,Clip,Clip,,,,,{ atcommand "@adjgroup 1"; },{ atcommand "@adjgroup 0"; },{}
  7. Sorry i realize the sprite is the Game Over, i though thats your signature LOL, Edit: Sorry i can't do that, but it possible to do that like Bad Apple and Video Animation
  8. Its sprite for job or item with 3d effect? show your sprite screenshots
  9. Lol. you can't please anyone to help you because some ppl is busy or not familiar in your issue, tho delete files using thor patcher follow this images, and upload like normal thor patchs
  10. - script Freebies -,{ OnPCLoginEvent: if(!#FREEBIES){ rentitem 1201,259200; dispbottom "Welcome, "+strcharinfo(0)+"."; set #FREEBIES,1; end; } end; }
  11. Yes try this https://rathena.org/board/topic/103114-1-char-per-gm-account-help/?do=findComment&comment=289810
  12. https://github.com/rathena/FluxCP/blob/master/config/servers.php 'UseMD5' => false,
  13. Goto your config/application.php and find 'DebugMode' => false, // Set to false to minimize technical details from being output by Flux. WARNING: DO NOT USE THIS OPTION ON A PUBLICALLY-ACCESSIBLE CP. Change it true, then refresh your browser and take screenshot the error
  14. Your fluxcp database is not yet installed
  15. Try replace the original gepard.grf provided by gepard
  16. Your conf/import-tmpl rename to conf/import
  17. Jayz

    Maximum Mob HP

    Edit in your mob_db.txt in the 6th colum thats the mob hp like the color red below ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,etc,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1001,SCORPION,Scorpion,Scorpion,24,1109,0,287,etc,,,,,,,,,,,,,4068,1
  18. Try to look in your conf/import/login_athena.txt
  19. Edit your applications.php Find 'UseCleanUrls' => false, // Set to true if you're running Apache and it supports mod_rewrite and .htaccess files. Set false
  20. Make 707 permission your https://github.com/rathena/FluxCP/tree/master/data/tmp
  21. setarray .maptrigger$, // only these maps will trigger this script "all"; // uncomment this to allow load all maps //"guild_vs1", //"guild_vs2", //"guild_vs3", //"guild_vs4", //"guild_vs5";
  22. - script tet12332 -1,{ OnInit: bindatcmd "shop",strnpcinfo(3)+"::tesst"; end; tesst: switch(select("Usable:Potion")){ case 1: callshop "usable",0; end; case 2: callshop "potion",0; end; } } - shop usable 89,505:10,506:15 - shop potion 89,505:10,506:15 like this
×
×
  • Create New...