Jump to content

Yoh Asakura

Members
  • Content Count

    261
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Yoh Asakura


  1. Well first of all you should buy a clean VPS not related to Hercules nor Ragnarok then you put your server in there 

     

    But if you're paying for a Ragnarok Online Specialized Hosting.. Then it changes a little bit its obvious. But they cant do such thing as cut your payments for that because they must dont care but if they care must be because or Gravity or some related company reported you. So they're just asking for a license. The easyest way to solve it is to buy a non ragnarok related VPS then you can run wathever you want there, the problem is if the hosting allows you to run the server xP

    I already have a VPS not related to games. The problem is not that.

     

    @Kong

    Next time I won't tell Paypal anything, they are just giving me troubles.


  2. Hi,

     

    Recently I started using Paypal as a method of payment on my server, however Paypal Team has limited my account. They have asked me if I have a license from the official Developers (Gravity Co.) to run this game, or if I have anything that proves I am allowed to run a RagnaroK Online server.

     

    I would like to know if this is right or not, since I use hercules emulator, and it is free.

    On my website I also put all rights reserved to Gravity Co. and all contend related with RagnaroK Online.

     

    There are many Private Servers that uses Paypal as a method of Payment, so why Paypal has limited my account because of this? What I should say to them?

     

     

    Kind Regards,

     

    Yoh.


  3. I will try to edit the source. Thank you for the help.



    Didin't work...



    I also have found in skill.c the following:

     

     

    		 case BA_WHISTLE:			val1 = skill_lv +st->agi/10; // Flee increase			val2 = ((skill_lv+1)/2)+st->luk/10; // Perfect dodge increase

     

    I don't need to alter it too?


  4. Hi,

     

    I would like to know how I can edit the perfect flee atribute.

     

    For example, the more I have Luck atribute the more I will have flee, till I get 100, which will be perfect flee, but I don't want to let it be 100. Where can I edit this? For sure must be source edit, but where?


  5. Dastgir, would you add something to the "autoattack" plugin? Because this scripts only let the char attacking all the mobs around, but it would be nice to select which mob(s) you want to attack, example: "@autoattack +MobId or MobName" :D


  6. Example:

     

    OnInit:	.timetocheck = 60;		//Seconds after which idle is checked.	.idle_time = 3600;		//Idle time in seconds, from which one can be warped.

     

    This way it will check every minute if any player is afk for 1 hour, is that right?


  7. Hello,

     

    I'd like know if anyone could edit this script that Dastgir made. I would like to kick all the players from all maps that are afk for 6 hours.

     

     

    -	script	afkwoe	-1,{OnInit:	.timetocheck = 30;		//Seconds after which idle is checked.	.idle_time = 30;		//Idle time in seconds, from which one can be warped.end;OnPCLoginEvent:	addtimer .timetocheck*1000,strnpcinfo(3)+"::OnCheckAFK";	end;                                                               OnCheckAFK:	if(checkidle() >= .idle_time && getmapflag(strcharinfo (3), mf_gvg)) {		dispbottom "The Police, has detected him as bot because you were in afk a long time during woe";		warp "SavePoint",0,0;		end;	}	addtimer .timetocheck*1000,strnpcinfo(3)+"::OnCheckAFK";} 

     

    Kind Regards,

     

    Yoh.


  8. I'm using Browedit rev.586 and Browedit rev. 620, both of those have F1-F11 binded to some edit mode, like F5 is Object editing mode. You can check current mode in the upper right corner of Browedit window. If those binding are not working for you you can change edit mode in Edit Mode -> Lights Edit.

     

    ETA: Also, i forgot, in light options set intensity to 256, or the light will be grayish. You can play with the option until you get the lighting you like.

    But I just want to remove the shadows from the middle of prontera.


  9. F10 (Light editing mode), ctrl+right click on map, enter to open options, position -2500,10000,-2500 (just incase you'd want to remake shadows later), range 2000000, Light falloff 0, untick cast shadows. Double enter after each value you input. Otherwise the values might not save. After you're done use Generate->Calculate Lightmaps.

    Which version of browedit?

    Didin't get anything of what you said....I'm using the old version of browedit because the new one when I clik F10 nothing happens.

     

    After I click on generate > calcule lightmaps my prontera stays all black.


  10.  

     

    It would be nice to have a Rebirth Ranking for Websites.

    you can do it yourself depending upon your site.

    just make site query the server's sql, and get value of the required variables and char_id from char_reg_num_db,

    once you have char id , get its name from char table and output the name and value table.

     

    (Sorry, on mobile now..)

    Hey Dastgir, how about rebirthing trans classes? like gunslinger, soul linker, star gladiator?

     

    What about it? I believe it works for any class.


  11. Hello,

     

    I would like to ask if someone could make this script to me.

     

    How it works?

    This npc will be available only for GM's above group_id 60. Gm's can purchase items, like the NPC Quest Shop, but here they can purchase for free, however, in order to get the item they first need to tell a reason why they are picking that item. And this will be recorded in SQL, with the 'char name', 'time', 'chosen item', 'reason'.

     

    I believe that with this kind of NPC the administrators can control more what GM's are using for Events and see those who are just trying to get items for themselves.

     

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.