Jump to content

Brynner

Members
  • Posts

    1979
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Brynner

  1. i don't think he needs to recompile since he only edit the login_athena.conf have you try to restart your server?
  2. you can use shift+insert you can't change the shortcut key for that client version.
  3. if im not mistaken. it was already set to unlimited. but the capacity of the player depends on your hosting plan.
  4. hope there is a mirror link for this.
  5. how about the SC_DPOISON
  6. use NEMO patcher
  7. i see.that's why i say the download link is not available. btw have you completed all the negative status icon? thanks.
  8. to disable it. just include it when you diff patch your client.
  9. the download link is not yet available?
  10. Brynner

    Thor Patcher

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

    if you change the default language of your computer it will display correctly.
  13. is that the green one?
  14. it will be inside your item view.
  15. just waiting maybe it takes time to load all the vendors on your server.
  16. for your clientinfo.xml make sure the address you use is. <address>wanip</address>
  17. 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
  18. 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
  19. make sure you use the updated weediffgen patch to make it work for Ragexe client. http://sourceforge.net/projects/atwl/files/WeeDiffGen/
  20. cashop icon only works for Ragexe client not RagexeRE.
  21. 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.
×
×
  • Create New...