Jump to content

Netsrot

Members
  • Posts

    77
  • Joined

  • Last visited

Posts posted by Netsrot

  1. Just an Idea ^^

     

    Open that script with Notepad++, or an other Editor thats able to display "unprinted" or "hidden" signs and check line 1 with it.

    Maybe there is something left from the //.

    To display hidden signs with Notepad++ select Menu "View" and than "Show Symbol" / "Show all characters" .

  2.  

    Where is that existing database ?

     

    If its on a 2nd PC ( rented Rootserver or 2nd PC connected via Network ) you may have the problem that your laptop has not the permissions to read the SQL directly. I would get a copy of that database to the laptop ( export / import in phpmyadmin ) and make proper configuration in inter_conf.txt or inter_athena.conf

     

    the database is on my sql D: is the one i used to use to test, but now it fits with rathena

    D:

     

    Sorry now i am a bit confused. Tell me where is what and what you want to do with it, please.

  3. Here is the npc-script. Its made from scratch and needs to be checked, maybe ^^

     

    hmmm ??? Maybe Flux has that already implemented ???

     

    ================ Update ====================

     

    Just checked Flux for that, couldnt find any trace of #CASHPOINTS / #KAFRAPOINTS.

     

    Well you could write a php-script into flux/modules/donate/complete.php for example, but my experience shows in this case the NPC is faster and more save.

    • Upvote 1
  4. Moin Moin ^^

     

    Flux uses the table cp_credits and there the field balance.

     

    With out a change to the source you need an NPC-Script to read `cp_credits`.`balance` and put it into #CASHPOINTS. It can be triggered with OnPCLoginEvent:

     

    I can try to do a script from scratch and post it, if you like ^^

  5. Where is that existing database ?

     

    If its on a 2nd PC ( rented Rootserver or 2nd PC connected via Network ) you may have the problem that your laptop has not the permissions to read the SQL directly. I would get a copy of that database to the laptop ( export / import in phpmyadmin ) and make proper configuration in inter_conf.txt or inter_athena.conf

  6. I know i am a bit late ^^

     

    BUT ^^

     

    You can also turn MD5 on or off if flux/config/servers.php (UseMD5 = False or True)

    // Login server configuration.
    		'LoginServer'    => array(
    			'Address'  => '127.0.0.1',
    			'Port'     => 6900,
    			'UseMD5'   => false,
    			'NoCase'   => true, // rA account case-sensitivity; Default: Case-INsensitive (true).
    			'GroupID'  => 0,    // Default account group ID during registration.
    			//'Database' => 'ragnarok'
    		),
    
  7.  

    i tried to load Ossis client 2014-01-15 but my virusscanner made alarm..

    thes client exe are full virus !!

    anyone got a clean version of it ?

    http://k3dt.eu/Ragexe/unpacked/

     

    then diff using this  https://github.com/MStr3am/NEMO.git

     

    and where to get information / data for packetdb ?

     

    Ah^^ and my antivirus gave warnings too, for the download in hercules forums and that one from k3dt. ( Found TR/Patched.Ren.Gen2 )

  8.  

    I know this problem since about 6 yrs ( from my times on porn-ro and ecchi-ro ) and i know / knew min 13 coders that tried to fix it. It is IN the client and only the Gravity Team is able to fix that cause they have the original source code for the client. Fixes in the server are patches for some weeks until the next client appears.

     

    huh i used to play in some servers and they had it working, i could see the MATK bonus D:

     

    Could you see the version of the client ?

     

    OLDER Clients have no problem with it ^^

    This problem started about 6 yrs ago, almost at the same time the auto-potion pitcher and fight support for homunculus disappeared. My MIR-AI became pretty useless. ^^

  9. I know this problem since about 6 yrs ( from my times on porn-ro and ecchi-ro ) and i know / knew min 13 coders that tried to fix it. It is IN the client and only the Gravity Team is able to fix that cause they have the original source code for the client. Fixes in the server are patches for some weeks until the next client appears.

  10. ... Packet Version 45 ?

     

    Hello ^^

     

    I downloaded the latest server software via GIT. The server is working fine so far, but i can not find a client to use with this server version.

     

    Where can i find a 100% working client ?

     

    Thanks and Regards

     

    Netsrot ^^

  11. Questskills have their own command to activate them. As far as I know @allskill will not activate them. But ^^ there is a platinum skill npc, Just talk to him / her and you get the questskills. The jobmaster npc has also an option to give the questskills. Just check the scripts. ^^

     

    To give a class ( High Wiz ) skills of Acolytes, i would create an item ( headgear, armor, accessory, what ever ^^ ) that gives the skill / skills ^^ But when I think of Super Novices I would say it is possible to do that. Take a closer look at skill_db.txt ^^

  12. I quit at this point cuz you want a video-tutorial or BUY a server. Sorry but every dumb monkey can BUY a server or create it by copying a video.

    In the end you have to BUY a crew of coders to keep that server alive.

     

    If you are still interessted in help and learning how to do that stuff step by step pm me, but if you are blinded by animated avatars forget me.

     

    Regards

     

    Netsrot

    • Upvote 1
  13. Hello ^^

     

    1) You want a "mixed" mode server with PRE classes and mobs and RE maps and gears. Did I understand that correctly ?

     

    2) You have an internal connection / comnuication problem ?

     

    I can help you with it, but i need more information and maybe some of your config files.

     

    Regards

     

    Nets ^^

  14. Hello ^^

     

    I noticed long ago ( maybe 3 yrs ) on my old server that percental increases are NOT displayed in the status window.

    But the damage is increased, so skills, cards and items with percental increase work.

     

    I think its a client problem.

     

    Regards

     

    Nets ^^

    • Upvote 1
  15. Moin Moin ^^

     

    Dein switch(rand(5)) gibt an und zu mal ne NULL raus und Du hast keinen case 0 im Script  :)

     

    switch(rand(1,6)) sollte das problem beheben. Bin mir mit der Syntax nicht 100% sicher, guck am besten nochmal in scriptcommands.txt nach.

     

    Mfg

     

    Netsrot  :)

  16. Hello ^^

     

    Check conf / battle / skill.conf :  for this

     

     

    // Does the delay time depend on the caster's DEX and/or AGI? (Note 1)
    // Note: On Official servers, neither Dex nor Agi affect delay time
    delay_dependon_dex: yes
    delay_dependon_agi: yes

     

    Set them to no and try out ^^

    Its not needed to restart the server: @reloadbattleconf should work ^^

     

    hint: Type @reload to get the list of all reloadable configs

     

    (This is a setting from my server, characters with MAX DEX and / or AGI have NO skill-delay any more.)

     

    OR ^^ you give that skill a cooldown, which would look like this:

     

     

    // Structure of Database:
    // SkillID,    CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time

    //-- AS_SONICBLOW
    136,0,0,2000,0,5000,3000,-1

     

    Maybe it blocks the use of all skills for 3 seconds.

     

    @reloadskillsb is the command to avoid a restart ^^

     

     

    Regards

     

    Netsrot ^^

    • Upvote 1
  17. Hi Tande,

     

    Of cause it is compiled !!!

     

    And why do YOU think I have no backup ? I know the 3 rules of a sys-op very well, i grew up with them :) since computers appeared in the 80th.

     

    I want to replace the old rAthena from Sep / Oct 2013 with a new one and need a new client now, thats all. And my client and server are incompatible atm.

     

    Regards

     

    Netsrot

  18. Same problem here.

     

    Client Version: 30 from 20131223.

    Server tells compiled for 45. (Todays !!! GIT Download)

     

    Message from Map-Server: Disconnecting Session #3 with unknown packet version (p:0x068a,1:19)

     

    Setting check_client_version to yes gives: Your Game's Exe is not latest version. (5)

     

    How to fix that ? or

    Where to get a version 45 client ? or

    How to tell the server to accept version 30 client ?

     

    Regards

     

    Netsrot

×
×
  • Create New...