Jump to content

Mentalist

Members
  • Posts

    67
  • Joined

  • Last visited

Posts 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 

    jifbsy.png

    (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 :P

  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. 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?

  5. 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?

  6. 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?

  7. 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

     
  8. 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 :D

  9. 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...