Jump to content

sakura125

Members
  • Posts

    35
  • Joined

  • Last visited

Posts posted by sakura125

  1. Hi. Is it possible to enhance all mob types by stats to level out a high rate server as stated in the title? Not just HP but with stats using SRC modification. I saw one by Rynbef but, it is not updated, tried putting it in manually but to no result aswell. I would be really grateful for all the help.

     

    EDIT: I'm not sure if it can be done with just scripting so I posted it here. I don't know how to transfer it to another section.

  2. On 9/27/2023 at 10:18 AM, khyle650 said:

     Update: My project all Auras. (09/27/2023)

    - Pack Auras: My Project All Auras

    Too my project Ragnarok Online Pre-Renewal(Offline) and guide for easy update.

    - Data Folder + Server: Google Drive or MediaFire

    - Client RO: Google Drive or MediaFire

    Guide for start server and Play:

    0. Dowloand Client RO and Update.
    1. Download Data Folder + Server
    2. Copy all files C:/MyServer/Client (In folder Ragnarok Onmline).
    3. Run C:/MyServer/UwAmp/UwAmp.exe
    4. Start Server C:/MyServer/rathena/runserver.exe
    
    Enjoy!!!

    Hi. Is it possible to convert the YAML to TXT? 

  3. 16 hours ago, Winterfox said:

    I see. Well there are different kinds of variables you can use which are bound to different things, for example to a NPC, a character or an account.
    In your case, you can simply use an account bound variable, that you can set to 1, when an account got a prize that you can later use to check if a prize was already obtained.

    For example, you could extend the script above like this:

    prontera,152,178,5	script	FINISH_TELEPORT	INVISIBLE,0,0,{
    	OnTouch:
    		// Check if the prize was already received.
    		if(!#maze_prize_received) {
    			// If the price wasn't received. Handout the item and set the account variable to 1 to signal that the prize was received.
    			getitembound(501, 1, Bound_Account);
    			#maze_prize_received = 1;
    		} else {
    			// Otherwise show a message to the player.
    			dispbottom("You already got the prize!");
    		}
    
    		// Warp the player.
    		warp("prontera", 150, 150);
    }

     

    Ohh. Thank you so much. Is it possible to call this as a function? So I can use it on another cell as well.

  4. 17 hours ago, Winterfox said:

    You can achieve that by creating an invisible NPC with a trigger zone. Here is a small example:

    // The view id is INVISIBLE to make the NPC not clickable and as the name suggests inivisible.
    // 0,0 is the x and y span centered around the NPC coordinates.
    prontera,152,178,5	script	FINISH_TELEPORT	INVISIBLE,0,0,{
    	OnTouch: // < This label gets executed when someone enters the trigger zone at the NPC coordinates.
    		getitembound(501, 1, Bound_Account); // Creates a account bound item.
    		warp("prontera", 150, 150); // Warps the player to the configured coordinates.
    }

     

    Hi. Thank you so much. I have able to understand the process now. But, if I wanted it like one per character or account. Where should I add the checker?

     

  5. Hi. I am trying to re-create a maze quest that is when they set foot on this specific cell, they'll get the reward of the maze teleport them back to the maintown. Is it possible? And the item is account bounded. I'm a total newbie on scripting, I hope anyone can help me with my query.

    Attached on the message is the coordinate and the map i wanted the players to step on to finish or clear the maze and get the reward item.

    image.png

  6. On 11/5/2023 at 10:31 AM, Hergel said:

    Did works with @questskill 238 ?  I can change the script to use this comand, also make sure your basic skills is at least level 9 to can up those skills

     

    Hi. I think there's an issue when getting a Platinum Skill. Most of the Trans Job (I think) doesn't get their respective Platinum Skills.

    EDIT:

    image.png.c291df7c4e23a18fa489ca4947b99a65.png

     

    It seems like it only gives on 1st Job Classes only. I wonder what's the problem with this. The script is using the default one (mazvi).

     

  7. 4 minutes ago, Hergel said:

    I believe it would be simpler to add an NPC that give to the players all those skills. For the Bioethics skill, you can use the following straightforward script:

    prontera,140,180,4	script	Bioethics Granter	100 ,{
        if (BaseJob == Job_Alchemist || BaseJob == Job_Creator || BaseJob == Job_Genetic) { // Replace with correct job constants if needed
            if (getskilllv("AM_BIOETHICS")) {
                mes "You already have the Bioethics skill!";
                close;
            } else {
                mes "You are qualified to learn Bioethics.";
                mes "I will grant you this skill now.";
               skill "AM_BIOETHICS",1,SKILL_PERM; // Use the correct skill identifier and level
                close;
            }
        } else {
            mes "I'm sorry, but only Alchemists and their transcendent and third job forms can learn Bioethics.";
            close;
        }
    }

     

    Ohh yes I did. I tried that but it still doesn't give the skill. It would still be greyed out. I even tried the client side. It's still the same 😕

     

  8. 15 minutes ago, Hergel said:

    The real reason is becasue these is not a base skills, you should get it by some queste, however you can use this comand to get those:

    @questskill 238

     

    is it possible to disable or rather not requiring the players to get the quest? just make it like a normal skill?

  9. Hi. I am having a hard time fixing this issue, I am not sure whether it is client side or server side. I have tried fixing it with both ends but leads to no result. Can anyone help me please?

    Even if it's used with the command @allskill the skill window won't update because of it homunculus is pretty much useless.

    NOTE: Skill Point is 0 because of the command @allskill

     

    image.png.c08684e9c1b7885a4ed277cad682802d.png

  10. On 12/20/2022 at 7:23 PM, Singe Horizontal said:

    Updated to 839d378
    https://github.com/Singe-Horizontal/rathena/tree/mod/soul_link

    singe_soul_link_mod_v1-1.patch 14.88 kB · 43 downloads

    To apply the patch :

    cd /path/to/rathena ( or C:\path\to\rathena in windows )
    git apply -v singe_soul_link_mod_v1-1.patch

    Whitespace warnings can be ignored

    Hi. Is this still possible for latest version? tried patching it got this error instead.

    image.thumb.png.fff1210acd6f8f4dccad66fc436335b7.png

  11. Please help me. Anyone who specializes on Windows Server 2016? I want to run my server on Google Cloud via Windows Server. I'll give the external IP to anyone who manages to make it work. The emulator seems to be okay but the client cannot connect to the server. The firewall has already been setted up to accept ports. please help. asap.

  12. 29 minutes ago, Valor said:

    u mean u cant connect to your vps server? your inet connection fine? or maybe u rent a vps from "nowhere" which poorly configured? or u enbale ssh key? Putty itself good enough as your tool to remote vps.

    yes my connection is fine. i rent a vps on google cloud which is I have to configure it by myself. since im a newbie or noob at this. i cant seem to connect on my vps. i dont really know about ssh keys though. PuTTy informed me that the public key is denied

  13. can someone help me setup for centos / debian / ubuntu? i am a newbie for it. i really dont know about ssh remote. i really need help for this one. i can provide you the details you need to remote the server or suggest what should I do. i did vncserver, putty, tigervnc, neither of them has worked for me. it is slowly getting on my frustration slowly since its been 3 weeks now. (guess this newbie needs help).

    i meant to say, I cant seem to remote my vps with GUI on it. i can only do ssh from the google cloud ssh built-in on the browser.

  14. I need help setting up the client. The server is listening to the settings i set up. but the client wont even connect to the server.

    i did use wan-ip to the char-ip and map-ip and lan-ip to the login-ip. and used my wan-ip to set up the clientinfo.xml in the data.grf

    and when i try logging in. there are no activities inside the cmd.

    im using Google Console Platform VPS and used Windows Server 2012 R2 Core.

    Please help

  15. Hi, its me again. I tried using no-ip. i was able to connect with my server. but my client keeps sending a dmp file with a the thread is trying to read or write to a virtual address. can someone help?

  16. 1 minute ago, Mikegyver said:

    i'm not sure on japan. but, i think there is Hong Kong vps which its ping time from Philippines just around 100-120 ms. it should be sufficient enough to reduce / avoid lagging problem.

    i see. i guess using VPN has its purpose to only hide my external IP? and not for hosting?

  17. On 7/29/2017 at 10:40 PM, Mikegyver said:

    The best i think should be ovh. It is cheaper & having ddos protection if i'm not mistaken. Other vos provider u can consider is vps.ag

    hi. i'd like to ask if its possible to host using VPN? Like no-ip method and since Philippines doesn't have a stable connection i'd like to use VPN on Singapore or Japan for a fastest connection. is it possible?

×
×
  • Create New...