Jump to content

Jayz

Members
  • Posts

    396
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Jayz

  1. You can make bind atcmd and use callshop
  2. Try this 35000,Unli Fly Wing,Unli Fly Wing,11...........{ atcommand "@jump"; },{},{}
  3. Post your accname.lua for this item here, and your item sprite name
  4. 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; },{},{}
  5. Jayz

    Visual 2019

    Try this guide but this is 2017 but all you need is similar here or change version / name in the latest one
  6. 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.
  7. Prontera side vendor only - script prontera_vending -1,{ OnInit: setcell "prontera", 148,212, 162,127, cell_novending,1; end; }
  8. Fixes Acid Demonstration for pre-renewal (#4775) = https://github.com/rathena/rathena/commit/d421225c4fa844f7226326ff33ff7ba0c2d67ee0
  9. Jayz

    VPS Services

    I found this link contain eamod files https://github.com/zephyrus-cr/eamod/tree/master/Servers
  10. 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; },{},{}
  11. I think you want to make charm system use this link for references https://rathena.org/board/topic/97172-charms-items-effect-to-work-while-in-inventory/
  12. You can use Mode # 2 [Button:Name] Name or ID, must be unique for each and every button Default='images/button1.png' image of the button on normal state OnHover='images/button2.png' image of the button when mouse hovers it OnDown='images/button3.png' image of the button when the user click on it Left=80 X coordinate of the button (in pixels) Counted from the left of the background image. Top=406 Y coordinate of the button (in pixels) Counted from the left of the background image. Mode=1 Functions of the button Possible Mode values: 1 : Open URL 2 : Open File/Program 3 : Displays a Message Box 4 : Minimize window 5 : Close Patcher 6 : Makes this button as clone start button behavior Action='http://example.com' Applies on modes 1-3 But as @Akkarin said
  13. starting 200002 to 2000343 make it state 5 temporary block, backup your login table as .sql and open it using notepad++ find the state line and find the 2000002 to 2000343 line and change the state to 5
  14. Yung .exe is yung client na gamit mo ngayon na gagawin mong installer mo, then ung .dll n hnhnap nya if ever na ecrypted ang grf mo nag ggenerate kasi yun ng cps.dll so qng hnd nmn ecrypted grf mo ung client.exe mo nlng bgay mo
  15. You are using ssl thor patcher doesn't support https, you need to make insecured directory to work the thor patcher
  16. Just use this in your data/luafiles/514/lua files/skillinfoz/ skilltreeview.lub
  17. Can you paste your config.ini and main.ini here and also screenshot your path in your webhosting thanks
  18. You mean you dont have src/config? try find the src/config/renewl.h if you dont see the renewal.hpp
  19. Your problem is in your main.ini some webhosting .ini files not readable or supported, try to change your main.ini to main.txt in your webhost and also change it in your config
  20. Bgay mo website link mo,, yung SRC mo sa mismong rathena i rar mo tapos send mo skanya,, then yung ip ng server mo send mo din sknya at ang port n gngamit mo default is 6900,6121,5121
  21. If you would like to use your root account you can go straight to fluxcp installation guide below HOW TO MAKE SECONDARY MYSQL/PHPMYADMIN ACCOUNT FOR YOUR FLUXCP 1. I recommended to make a secondary account of mysql/phpmyadmin, for this step you need to login in your mysql/phpmyadmin as root and find the User Account in the upper 2. After you click the User accounts find the Add user account in the center left and press 3. After you click the Add user account make your User name and Password and make sure that you put in the Host name is Any host so that your web hosting can connect and now press the GO in the lower right 4. Now that you've added secondary account, all you have to do is press Database in the upper left 5. Once you get there look for your database and highlight it and press GO in the lower right 6. Check all selected database and press GO in the lower right 7. Now you have a secondary account HOW TO INSTALL FLUXCP 1. You need to download FluxCP and upload in your Web hosting File Maner /www/public_html/ 2. Goto your FluxCP config/ edit your applications.php ServerAddress This is your domain name like .com .net and etc.. BaseURL This is the path where your fluxcp located, if you used FluxCP Folder in /www/public_html/FLUXCP make sure your 'BaseURL' => '/FLUXCP', InstallerPassword You need this when you need to update your fluxcp or install 3. Goto your Fluxcp config/ edit your servers.php Hostname Your ragnarok server IP Username Your root/secondary username Password Self explanation Database Your ragnarok database 4. And now go to your domain.com to setup your FluxCP and put your InstallerPassword in your config/applications.php and press the Authenticate 5. After you authenticate your InstallerPassword you will need to login your root/secondary mysql/phpmyadmin account and press the Update FluxRO<- If you dont change the 'ServerName' in the config/servers.php 6. Congratulation your FluxCP is installed correctly
  22. Jayz

    FluxCP SSL Cert

    You may try this https://www.cloudways.com/blog/install-lamp-on-debian/
×
×
  • Create New...