Jump to content

Brynner

Members
  • Posts

    1960
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Brynner

  1. just waiting maybe it takes time to load all the vendors on your server.
  2. for your clientinfo.xml make sure the address you use is. <address>wanip</address>
  3. the configuration is wrong. Char_athena.conf login_ip: localip char_ip: wanip map_anthena.conf char_ip: localip map_ip: wanip subnet: 255.255.255.0:localip:localip
  4. how can i add soul link buffs here?when i try to add SC_SPIRIT nothings happen. thank you in advance. - script Healer -1,{ set .@Price,0; // Zeny required for heal set .@Buffs,1; // Also buff players? (1: yes / 0: no) set .@Delay,0; // Heal delay, in seconds callfunc "F_ClearGarbage",0; if (@HD > gettimetick(2)) end; if (.@Price) { message strcharinfo(0),"Healing costs "+.@Price+" Zeny."; if (Zeny < .@Price) end; if(select("^0055FFHeal^000000:^777777Cancel^000000") == 2) close; set Zeny, Zeny-.@Price; } specialeffect2 EF_HEAL2; percentheal 100,100; if (.@Buffs) { for( .@i = 0; .@i < .size_buff; .@i++ ) { .@sum = atoi(.@b$[.@i]) + .min_Levels[.@i]; .@j = .Buffs$[.@i]; if( .@sum ) sc_start .@j,240000,.@sum; } } if (.@Delay) set @HD, gettimetick(2)+.@Delay; close; OnInit: deletearray .Buffs$; deletearray .min_Levels; setarray .Buffs$, SC_INCREASEAGI, SC_BLESSING, SC_KYRIE, SC_SPIRIT; setarray .min_Levels, 5, 5, 0, 0; .size_buff = getarraysize( .Buffs$ ); end; } prontera,163,185,6 duplicate(Healer) Healer#alb 909
  5. make sure you use the updated weediffgen patch to make it work for Ragexe client. http://sourceforge.net/projects/atwl/files/WeeDiffGen/
  6. cashop icon only works for Ragexe client not RagexeRE.
  7. just copy the whole folder and it will works both addons. all you need to edit is the config\application.php for your fluxcp2 only. 'BaseURI' => '/fluxcp/', to 'BaseURI' => '/fluxcp2/', so every time you chose fluxcp2 when you click a link it will redirect you to fluxcp.
  8. you can copy the whole folder of your already installed fluxcp. just like making a backup. ex. fluxcp = your main cp fluxcp2 = your backup cp so if you fluxcp main having an issue. you can switch your fluxcp to fluxcp2 yourro.com/fluxcp to yourro.com/fluxcp2. and it will works fine since the required installation files and logs is already installed on fluxcp. all you need is to copy it.
  9. it is possible to do by switching themes. just like on the default fluxcp on Hercues. you can switch themes from default to emphaino.
  10. it should be disable via Disable Hallucination Wavy Screen. what client version are you using?
  11. oh i see. thanks for that info.i thought i was a bug.
  12. i just wondering what's new on it because they say. What's New? The description files are kept upto-date with each new commit from rAthena. Pre-integrated themes: default Bootstrap but when i check what is Bootstrap? and some page is isn't working. bug i encounter. News system does not work properly. you can't edit or modified the news. you can't delete it. Rangking. Homunculus Page Not Found The page you have requested was not found on our server. Please check the address and make sure it is correct, and try again. /rathena-FluxCP/?module=ranking&action=homunculus Bowman Page Not Found The page you have requested was not found on our server. Please check the address and make sure it is correct, and try again. /rathena-FluxCP/?module=ranking&action=bowman Spearman Page Not Found The page you have requested was not found on our server. Please check the address and make sure it is correct, and try again. /rathena-FluxCP/?module=ranking&action=spearman Swordman Page Not Found The page you have requested was not found on our server. Please check the address and make sure it is correct, and try again. /rathena-FluxCP/?module=ranking&action=swordman MvPs Page Not Found The page you have requested was not found on our server. Please check the address and make sure it is correct, and try again. /rathena-FluxCP/?module=ranking&action=mvp Tools Page Not Found The page you have requested was not found on our server. Please check the address and make sure it is correct, and try again. /rathena-FluxCP/?module=tools&action=phpminiadmin
  13. are you using latest kRO files?maybe missing spr files for that class.
  14. you can try http://rathena.org/board/topic/64394-%E2%9C%B0-euphys-scripts-%E2%9C%B0/
  15. uncomment the //#define HP_SP_TABLES in your src\config\core.h then recompile.
  16. 2nd Open src/map/battle.c and find { "max_lv", &battle_config.max_lv, 99, 0, MAX_LEVEL, }, { "aura_lv", &battle_config.aura_lv, 160, 0, 160, }, 3rd Change the following { "max_lv", &battle_config.max_lv, 99, 0, MAX_LEVEL, }, { "aura_lv", &battle_config.aura_lv, 255, 0, 255, }, 4th Open conf/battle/client.conf then find and replace with this // Maximum allowed 'level' value that can be sent in unit packets. // Use together with the aura_lv setting to tell when exactly to show the aura. // NOTE: You also need to adjust the client if you want this to work. // NOTE: Default is 99. Values above 127 will probably behave incorrectly. // NOTE: If you don't know what this does, don't change it!!! max_lv: 99 // Level required to display an aura. // NOTE: This assumes that sending max_lv to the client will display the aura. // NOTE: aura_lv must not be less than max_lv. // Example: If max_lv is 99 and aura_lv is 150, characters with level 99~149 // will be sent as being all level 98, and only characters with level // 150 or more will be reported as having level 99 and show an aura. aura_lv: 255 // Units types affected by max_lv and aura_lv settings. (Note 3) // Note: If an unit type, which normally does not show an aura, is // set it will obtain an aura when it meets the level requirement. // Default: 0 (none) client_limit_unit_lv: 1 5th Recompile & Start your server. Note : I'm using 2012-04-10aragexe (I forgot where did I download this but credits to the owner, I can't find the download link so I reupload it) Download here : https://www.mediafire.com/?z8bhj45qye8h0x0 does other player can see the aura?or only you? All players can see others aura like this aura works fine up to alternative job. but for 3rd job class that use other aura does not able to see by the other character. below trans class.
  17. so is for re balancing how i can remove than? to back the normal SP regen. it only happen when it was on renewal mode.
  18. i think it is related with http://rathena.org/board/tracker/issue-6581-asura-strike-rebalancing/
  19. 2nd Open src/map/battle.c and find { "max_lv", &battle_config.max_lv, 99, 0, MAX_LEVEL, }, { "aura_lv", &battle_config.aura_lv, 160, 0, 160, }, 3rd Change the following { "max_lv", &battle_config.max_lv, 99, 0, MAX_LEVEL, }, { "aura_lv", &battle_config.aura_lv, 255, 0, 255, }, 4th Open conf/battle/client.conf then find and replace with this // Maximum allowed 'level' value that can be sent in unit packets. // Use together with the aura_lv setting to tell when exactly to show the aura. // NOTE: You also need to adjust the client if you want this to work. // NOTE: Default is 99. Values above 127 will probably behave incorrectly. // NOTE: If you don't know what this does, don't change it!!! max_lv: 99 // Level required to display an aura. // NOTE: This assumes that sending max_lv to the client will display the aura. // NOTE: aura_lv must not be less than max_lv. // Example: If max_lv is 99 and aura_lv is 150, characters with level 99~149 // will be sent as being all level 98, and only characters with level // 150 or more will be reported as having level 99 and show an aura. aura_lv: 255 // Units types affected by max_lv and aura_lv settings. (Note 3) // Note: If an unit type, which normally does not show an aura, is // set it will obtain an aura when it meets the level requirement. // Default: 0 (none) client_limit_unit_lv: 1 5th Recompile & Start your server. Note : I'm using 2012-04-10aragexe (I forgot where did I download this but credits to the owner, I can't find the download link so I reupload it) Download here : https://www.mediafire.com/?z8bhj45qye8h0x0 does other player can see the aura?or only you?
  20. if your wan ip is not changing. you must use loopback adapter. onffline works. online no.. try to follow this guide. http://forum.ragezone.com/f196/installing-microsoft-loopback-adaptor-548964/
  21. oh he's back from the grave. but he just only say. I'll update you guys soon. )
  22. uploading image works fine. make sure you put the proper link. just use image not url.
×
×
  • Create New...