Jump to content

Brynner

Members
  • Posts

    1942
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Brynner

  1. Brynner

    Thor Patcher

    hope the virus detection will be fix. thank you.
  2. change the compatible mode and run as administrator.
  3. Brynner

    if you change the default language of your computer it will display correctly.
  4. is that the green one?
  5. it will be inside your item view.
  6. just waiting maybe it takes time to load all the vendors on your server.
  7. for your clientinfo.xml make sure the address you use is. <address>wanip</address>
  8. 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
  9. 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
  10. make sure you use the updated weediffgen patch to make it work for Ragexe client. http://sourceforge.net/projects/atwl/files/WeeDiffGen/
  11. cashop icon only works for Ragexe client not RagexeRE.
  12. 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.
  13. 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.
  14. it is possible to do by switching themes. just like on the default fluxcp on Hercues. you can switch themes from default to emphaino.
  15. it should be disable via Disable Hallucination Wavy Screen. what client version are you using?
  16. oh i see. thanks for that info.i thought i was a bug.
  17. 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
  18. are you using latest kRO files?maybe missing spr files for that class.
  19. you can try http://rathena.org/board/topic/64394-%E2%9C%B0-euphys-scripts-%E2%9C%B0/
  20. uncomment the //#define HP_SP_TABLES in your src\config\core.h then recompile.
×
×
  • Create New...