Jump to content

Mentalist

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by Mentalist

  1. Good evening rAthena, i have a problem with mild wind (warm wind). Ingame i can't change levels , also if i try to level up the skill and save the several levels on the f12 bar , they always cast the same level. Long story short , warm wind has always the same level , without the chance to go to previous levels. How should i fix this? Actually i find out that all skills cant be lowered, i tried to edited skillinfo_f ,but this away even passive skills can be changed .. any solution? i'm mixing all kinds of lua :/
  2. Hi rathena , i found this strange bug. I created some new custom weapons , patched them and they work. Then i updated some other new weapons ( which work fine)but this happened (all sak items , becomes "accessory" , or "sword".. So i thought i could backup itemtables to older weapons , and it seems to work. Edit- I find the solution , but can anyone explain what should i avoid , in order to dont get this anymore? I dunno if i have been clear ,sorry for bad english
  3. Hi i found something strange.. i have my server with 200x exp , but when i reach 200 lvl for example , salamanders keep give me 110% exp untill level 250 and above , is this normal?
  4. and for def and mdef? Oh i think ive resolver, i turned off the renewal.h , but i missed a string! lol
  5. Guys i have def and mdef in renewal mechanics, how do i turn them off ? Also , how can i edit freeze status , in order to have full immunity from freeze with 300 or more luck?
  6. Umh i noticed huge lag on @monster and @killmonster , the lag is similiar when i reloadscript, but i dont, i dont think it's normal , any solution?
  7. to an older version , like a downgrade of trunks..
  8. Hi , i have a trunk on a host , it's all working with sql , php and flux, now i want to change my trunk..should i re-do all the things like .. reinstalling everything? or it's just a folder switch?
  9. already seen that , so i changed that file with another one (mine), on 742 still see lord of death , even if accname has not lod sprite anymore. wtf?
  10. Hi rathena , i cant understand this issue. Once i had my server with custom items , so i had my datainfo with accname and accessory lua modified, now i re-have it , but items are not displaed correctly , for example on 742 view , i see lord of death hat , when it should be another thing...what's the problem?
  11. Hi rathena , if i host my trunk on a machine , will it take the server time from the machine's time? If so , how do i change it?
  12. Well if i disable rathena features in the core , should it work normally? Anyway my code is : case SC_FREEZE: sc_def = status->mdef*100; sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10; tick_def2 = status_src->luk*-10; //Caster can increase final duration with luk break; should i rewrite this?
  13. Ive been looking for some posts but i didn't find any solution. How do i make a char immune to freeze with luk > X ?
  14. Hi rathena , my question is : how to fix my base after cast delay from 0% to 60% (for example)?Thanks Oh well. i've solved Thank anyway
  15. ..mhh .. How to make it sure?XD
  16. After i followed a guide on rathena about fluxcp by calciumkid , i've got these errors. Halp! Warning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 278 Warning: fopen(data/tmp/LangEnUs.cache.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 278 Warning: fopen(data/tmp/AddonsHelloworldConfigAddon.cache.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 278 Warning: fopen(data/tmp/AddonsHelloworldConfigAccess.cache.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 278 Warning: fopen(data/tmp/AddonsHelloworldLangEnUs.cache.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 278 Error
  17. Well ,I think that the web server is apache , even if i didn't unistall anything (when i go to my ip , it says something babout apache). I didn't install anything about PHP , i just set my databases on Mysql . . For my "didn't get anything" i mean : I wriote my ip on the browser like this "xxx.xxx.xxx.xxx/FluxXP/" and there are only the folders showed. Can you explain me what should i do exactly? Or at least how to install phpmyadmin ? EDIT : i'm checking on the internet for php and phpmyadmin.. I think i'll be ok.. i will ask if something is wrong with flux . thanks
  18. Goodevening , I've followed some guides for installing FluxCP , but there's something i'm missing. I'm installing flux on a Centos5, in var/www/html directory. Once i've finished with the files i have to change , i go to my hostname via browser , but i didn't get anything. Am i missing something? I've used this guide https://asurahosting.com/forum/index.php?/topic/13-fluxcp-installation-for-cpanel-webhost/
  19. Hi i'm using 20120104 client , when i log i can move my char for a while , then it strucks and putty say "clif_parse: Received unsupported packet (packet 0xeb78, 3 bytes received), disconnecting session #7.". What should i do?
  20. Oh thanks ,and for the fact that i'm strucked? I tried 20120104 client , it works perfeclty but after a while it strucks. How?
  21. Well , everytime i change packetver or client , i always have this " passwd code" where you have to put a code to access to your char. (for except of 2010 client) . Anyway i'm trying everysingle client ,and there always problems , sometimes with 2012-01-04 i got strucked after a while. With 2011 i have nil value problems and chat problems.. Have i to change something else?
×
×
  • Create New...