Jump to content

Recommended Posts

Posted

we could talk a lot about this but i will tell u the fastest and easy ways to get adena in low and hige rate servers (at least i use this methods)

 

Low servers 1x-5x rates

U know that in low the only way to make the good money is whit a dwarf (specially the bh) any way the artisian also makes good money from they crafting

Well if u want to get good adena u must have patience in low servers .. for example lets see u r a noob and u have only 200k so what should u do? The classic Buy cheap Sell expensive ^^ belive me people always make mistakes or dosnt know the real prize of a D grade weapon or a low c so whit this u can take good adena in the middle .... Remember u dont have to only kill mobs and sell your mats There is a bunch of quests make to do adena just see in pm fun

 

Hige rate 50 - 10.000 <-(xD)

well in regular hige rate servers u have the command .deposit and .withdraw so there is 2 easy ways to make the good money

1 Make a Warlod

2 Make a sps or a sph

 

why ? warlod have the skill to increase the ammount mobs that spear can hit (and belive me if u go to zones where the mods are more than ppls in server u will have some fun)

 

why sps or sph? seens interlude this 2 classes get the skill aura Flash skill , this skill hits a lot of mobs and whit fast reuse skill time (also u can hit whit Aqua Splash in sps or whit sph Tempest)

 

This are the fastest ways to get adena in hige rate servers

Now there is places where u can go but the best places, i just know how to go whit bugs and u said NO BUGS so GG =P

 

 

 

Sorcerer is better with warlord, because it has blazing circle and rain of fire. Theese spells damage several mobs at the same time, and sorcerer has aura flash too :P

Posted

in high rates i make warlord max lvl and go to primeval island just buff yourself and get good gear and go !!! good adena :) or take nuker like SPH and go to toi 10 or 11 flor dont rimember there are angels with good drop :)

  • 2 weeks later...
Posted

well, do you wanna know how i got soo many adena? (i stopped playing l2 )

 

on dnet, in c4 times, on nightmare server, i did manor system.

this is a pretty good way to earn a fcking lots of adena.

 

my record on ONE day:

60k animal bone, 4k cbp, 30k m. ore, 1k vop, 1k m alloy, 1k rmp (now that is dmp), 1k s cokes. 800 enria.

 

so this was my record. :) 

and yea this was on ONE  day.

 

i was on dn/nm some weeks ago. i made some crops for test manor. mobs gave onla y 3-4 crops only :S

in c4 it was much better. but i made some crops, and i got 1k m alloy. that was 2kkk so that was enough to brake my dual :D

Posted

i like very much to do money with manor system.

 

Look, I think that this depends of server... u can do money with:

 

craft

spoil

Raid boss

manor system

Ancient Adena

Quest itens

only buying and selling thins

etc..

 

I think that is depends of rates of server, drops configurations, adenas configurations... etc, is dificult say this.

Posted

Look, I think that this depends of server... u can do money with:

 

craft

spoil

Raid boss

manor system

Ancient Adena

Quest itens

only buying and selling thins

etc..

 

I think that is depends of rates of server, drops configurations, adenas configurations... etc, is dificult say this.

 

true. but i prefer manor. coz dn has a new manor system it has 1x crops from mobs.

so i prefer it if you are alone.

 

craft/spoil can be good too

rb is only for good clans. (valakas, anti, bai. low rbs arent drops good things. and you need to be lucky.)

aa is the most depend on servers.

buy and sells, if you are good in that. long time ago, i killed many mobs, i farmed always for good stuffs, my brother did that with buy and sell. and finally he got better armor/weapon than me. with buy and sells. nowadays he plays online poker, last time he won 300 euro on a tournament. ofc real money :)

Posted

why sps or sph? seens interlude this 2 classes get the skill aura Flash skill , this skill hits a lot of mobs and whit fast reuse skill time (also u can hit whit Aqua Splash in sps or whit sph Tempest)

 

It's funny how everybody always ignores and forgets about a sorcerer. If you're talking about how they have aura flash and aoe skills, a sorcerer is five times better than a sh and a sps at aoeing.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • Luniage - a custom Interlude client on Unity, with its own server Hi everyone. I've been quietly working on this for a long time and I think it's finally at the point where it's worth showing. Short version: it's Interlude, but the client and the server are both mine. The client is a custom one, built in Unity — not a patched or reskinned original. The server is written from scratch in C#. The only thing that comes from the old game is the content: the world, the models, the animations, the sounds, the icons, the interface art. The game looks and feels like the game you know. Everything underneath it is new. Why do this at all   Because the old client is a 2004 executable and anyone who has ever tried to add something to it knows exactly how that conversation ends. You can't add a window. You can't change how a skill looks. You can't fix a bug that's staring you in the face. Every server that wanted a feature of its own had to fake it through HTML dialogs and system messages, because the client simply won't bend. At some point it stops being worth fighting. I'd rather keep the game and rebuild everything around it. Where it is right now   You can sit down and play it. Not a tech demo, not a walk-around-and-look-at-the-trees build - an actual character. Most of the game is in: movement, combat, the skill system with its real formulas and timings, items and equipment, enchanting, shops and player trade, quests, parties, clans, and the whole interface that ties it together. Progression works from level 1 all the way through A grade - you can level, gear up, join a clan and run content today. What's missing isn't the foundation. It's the top end - and that's exactly where the work is pointed next.   Videos     What I'm working on now   Castle sieges and the Olympiad. The two biggest systems the game has, the ones that turn a working world into a server people actually stay on. And visual effects. They already run, but "runs" and "looks the way you remember it" are two very different things, and closing that gap turned out to be a much longer road than I expected. I'm going through them one by one. Does it run outside Windows   Yes. It's a Unity project, so Windows, Mac and Linux are just build targets. I actually develop on a Mac, which has kept the whole thing honest about staying portable. Will it work with my existing server   No, and it never will. The client talks to my server and nothing else - that's the trade I made, and it's the reason everything above is possible in the first place. If you're looking for a drop-in replacement client for a setup you already have, this isn't it. What's the goal   First and foremost, to launch my own project on it. That's what the client and the server are being built for, and that's what sets the priorities. Longer term, I'd like to open-source it. This community has spent twenty years working around a client nobody can touch, and I think the honest ending to this story is handing over something people can actually build on. I'm not putting a date on that - first it has to be good enough to be worth someone else's time. Can I try it   Not yet. When there's a build worth handing out, it gets posted here first. In the meantime I'll be posting progress regularly, and I read every reply. If you've run a server, built a client, or just spent a decade staring at this game and know exactly which detail everyone gets wrong — please say so. A good share of what's right in this project is right because somebody pointed at a screenshot and said "that's not how it looked." Thanks for reading.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..