-
Posts
356 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Jayz
-
freebies always giving when logging in
Jayz replied to IsabelaFernandez's question in Scripting Support
- script Freebies -,{ OnPCLoginEvent: if(!#FREEBIES){ rentitem 1201,259200; dispbottom "Welcome, "+strcharinfo(0)+"."; set #FREEBIES,1; end; } end; } -
Yes try this https://rathena.org/board/topic/103114-1-char-per-gm-account-help/?do=findComment&comment=289810
-
https://github.com/rathena/FluxCP/blob/master/config/servers.php 'UseMD5' => false,
-
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
-
Your fluxcp database is not yet installed
-
Anyone know what causing this gepard notification?
Jayz replied to redfield's question in Third Party Support
Try replace the original gepard.grf provided by gepard -
Won't Save Any Changes I Done in conf/import-tmpl
Jayz replied to Sunny's question in Installation Support
Your conf/import-tmpl rename to conf/import -
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
-
Try to look in your conf/import/login_athena.txt
-
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
-
Make 707 permission your https://github.com/rathena/FluxCP/tree/master/data/tmp
-
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";
-
- 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
-
You can make bind atcmd and use callshop
-
Try this 35000,Unli Fly Wing,Unli Fly Wing,11...........{ atcommand "@jump"; },{},{}
-
Post your accname.lua for this item here, and your item sprite name
-
Try this 26114,_dragonshield,Dragon Shield,4,500,,300,,3,,1,0xFFFFFFFF,7,2,32,,0,1,1,{ bonus bAllStats,3; bonus2 bResEff,Eff_Stone,10000; bonus bShortWeaponDamageReturn,6; },{},{}
-
Try this guide but this is 2017 but all you need is similar here or change version / name in the latest one
-
Step by Step Installation of FluxCP on Web Hosting Domain?
Jayz replied to chronoscrowler's question in Web Requests
Try this -
This fix source already added on the description, next time read before click //On latest rAthena: open src/map/mob.c on int mob_delayspawn find md->spawn_timer = INVALID_TIMER; mob_spawn(md); change to md->spawn_timer = INVALID_TIMER; mob_spawn(md); ++ if( md->state.boss ) { ++ map_setmapflag(bl->m, MF_PVP, true); ++ } on int mob_spawn find if (md->spawn) { //Respawn data md->bl.m = md->spawn->m; md->bl.x = md->spawn->x; md->bl.y = md->spawn->y; change to if (md->spawn) { //Respawn data md->bl.m = md->spawn->m; md->bl.x = md->spawn->x; md->bl.y = md->spawn->y; ++ if(md->spawn->state.boss) map_setmapflag(md->bl.m, MF_PVP, true); on int mob_dead find // MvP tomb [GreenBox] if (battle_config.mvp_tomb_enabled && md->spawn->state.boss && map[md->bl.m].flag.notomb != 1) mvptomb_create(md, mvp_sd ? mvp_sd->status.name : NULL, time(NULL)); change to (Config your mvp_tomb_enabled on battle folder.) // MvP tomb [GreenBox] if (battle_config.mvp_tomb_enabled && md->spawn->state.boss && map[md->bl.m].flag.notomb != 1) mvptomb_create(md, mvp_sd ? mvp_sd->status.name : NULL, time(NULL)); ++ if(md->spawn->state.boss) { ++ map_setmapflag(md->bl.m, MF_PVP, false); ++ } recompile and is ready.
-
Prontera side vendor only - script prontera_vending -1,{ OnInit: setcell "prontera", 148,212, 162,127, cell_novending,1; end; }
-
Acid Demonstration Skill Miss to all Property
Jayz replied to Mightymik's question in Source Support
Fixes Acid Demonstration for pre-renewal (#4775) = https://github.com/rathena/rathena/commit/d421225c4fa844f7226326ff33ff7ba0c2d67ee0 -
I found this link contain eamod files https://github.com/zephyrus-cr/eamod/tree/master/Servers
-
Use cash shop usable item instead 12202,Str_Dish10_,Steamed Tongue,0,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_FOOD_STR_CASH,1800000,10; percentheal 15,5; },{},{} 12203,Agi_Dish10_,Steamed Scorpion,0,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_FOOD_AGI_CASH,1800000,10; percentheal 15,5; },{},{} 12204,Int_Dish10_,Dragon Breath Cocktail,0,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_FOOD_INT_CASH,1800000,10; percentheal 15,5; },{},{} 12205,Dex_Dish10_,Hwergelmir's Tonic,0,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_FOOD_DEX_CASH,1800000,10; percentheal 15,5; },{},{} 12206,Luk_Dish10_,Cooked Nine Tail's Tails,0,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_FOOD_LUK_CASH,1800000,10; percentheal 15,5; },{},{} 12207,Vit_Dish10_,Stew Of Immortality,0,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_FOOD_VIT_CASH,1800000,10; percentheal 15,5; },{},{}