Jump to content

Tepoo

Members
  • Content Count

    139
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Tepoo


  1. As the tools are not the youngest, i would recommend to setup a vm with windows 7 or xp and install the tools there. with a shared folder you can easily grab the files then and work with them under windows 8

     

    another solution is to grab the source code of GRF Editor 1.3.1 and make it compatible to windows 8

     

    Greetings

    Tepoo


  2. because more people where interested in Requiem then Ragnarok Online 2.

     

    my translation project was followed by 15k people on the start of seaRo, iRO and kRO. within 3Months, the value droped down to under 2000.

    LotS was a great game, but the Developer failed it with retarded updates, lack of content and retardness in customer support.


  3. the src is very smiliar.

     

    its the same client basic system like they used for Requiem ^^

    when we translated the korean client for lots into english and german we found tons of requiem stuff in the files and as objects etc.


  4. when i started to programm ill worked with Dark Basic i tought its the best and only language i want to use. but then i meet Java, HTML5, CSS3, Javascript, C++, C, C# and ASM :-)

    It is not imprtant which language you learn. with ever step you take on any language, you also improve your knowledge for other languages.

    as you learn to understand new things more quick.


  5. ...

    Example of something feature if change to the new system.

     

    1. better readability and maintainability

    2. no conflicts on updating

    3. easier to bugfix if an item is bugged

    4. faster performance

    5. easier to update for the future

     

     

    my professor on the university told us a sentence in the first year.

    "If you dont like improvements, you dont like programming, then get the fuck of here!", What it means is, improvement of features always means work, because you have to understand the new features. But Programming is this kind of knowledge, you will always learn new things. If you dont want to learn new things, your wrong here.


  6. new_1-1,53,111,0	script	WelcomeNPC#new_1-1	-1,1,1,{	if(#alreadyLogIn != 1){		OnTouch:				//a message for the user			mes "Welcome to Ragnarok Online";			mes "Take this ^CE0411 Phracon ^000000 as a Welcome gift.";			mes "We wish you much fun on our Server.";						//give the user the item			getitem 1010,1; //ItemID              set #alreadyLogIn, 1; //global value for account			close;	}} 

     i placed the npc on the spawnpoint for new players on the new_1-1 map. if you changed the standard spawnpoint, place it where your players are spawning.

     

    Greetings

    Tepoo


  7. Some people says it happened to them also on official servers, for me and many friends of mine, it never happened in 10Years of playing on official servers.

     

    the emulator does ignore warpportals when calculating where the player will spawn after teleport. and so it can happen that you are getting teleported onto a warpportal and getting warped by the warpportal.

     

    i think this is a logic wich should be changed. i tought now long time about it, but didnt found a reason why it should not be changed.

     

    who would agree with me?

     

    Greetings

    Tepoo

×
×
  • Create New...

Important Information

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