Jump to content

Netsrot

Members
  • Posts

    77
  • Joined

  • Last visited

Everything 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. 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.
  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. Tell that the antivirus Atm i ignore the warning and set it on antivirus ignorelist ^^
  8. 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 )
  9. As far as I know not. Sorry. But I will check a new one in the next days. ^^
  10. Thank you ^^ I will try it. Regards Netsrot ^^
  11. 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. ^^
  12. 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.
  13. ... 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 ^^
  14. The only persons that are able to fix that are the coders from Gravity, and i don't think they will do it for a p-server-guy Regards Nets ^^
  15. Netsrot

    TK Patcher

    I have a question to this patcher. Can it be used to patch custom GRF-files also ? Regards Netsrot ^^
  16. 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 ^^
  17. 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
  18. Still that problem with the download link in Flux-CP ? Maybe you should post that file here and give a link to your page so we can see it in action
  19. 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 ^^
  20. 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 ^^
  21. Hello ^^ I miss the -1 in the skillcastdb setting ( at the end ). Hope its in
  22. @Jey: Jupp und ein break am Ende eines case ist auch nützlich Mfg Nets
  23. 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
  24. Hello ^^ Check conf / battle / skill.conf : for this 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: Maybe it blocks the use of all skills for 3 seconds. @reloadskillsb is the command to avoid a restart ^^ Regards Netsrot ^^
  25. 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
×
×
  • Create New...