Jump to content

Recommended Posts

Posted

First of all I know that other guides already exist, but I would like to post a new one with more instructions and tips :)

 

This is a full guide about how you can install and mod your server! It isn’t an easy one, but i gonna try to explain it as good as i can! Well first of all you need to download a server packet! I post the download link for a package at the end of the post (darkrage's revision latest l2j version / hlapex protection…). Well, first of all I gonna explain how we install it.

 

1st Step: Installation of Programs we gonna need

 

Q: What do I need to have installed before I continue with the rest of the progress?

A: Common programs that you can find easily, as navicat and java. (Links at the end of the post).

 

Q: What I have to do now that I have downloaded them?

A: You just install them and restart your pc.

 

Q: Is there any point that I have to pay attention when I install these two programs?

A: No, just install them. The installation wizard is like l2 install.

 

2nd Step: L2 Server installation

 

Ok, the title says that you are close to the end, but sorry I have to say the opposite :P

 

Well, now after you have downloaded the file I said in the beginning (l2server packet) you unpack it to c:\server (WATCH OUT: It has to be like this…NOT c:\my server or something like this. WATCH OUT 2: Do not unpack it like c:\server\server !!!

You did it ?!?! W00T! Now we can continue. Fist of all, you gonna say <<WTF are all these files ?!?!? F*ck!>>. Let’s take a brief look…

 

diskw: It’s you apache / php / mysql server! Imagine that it is a big jar with your server. Everything you do (chars, items etc) is saved there. With simple words, it’s your database keeper.

 

gameserver: Easy one! In there you can find everything about your game (armor data files, weapons, skills and other stuff that you don’t need to know :P You just need the config folder, the data folder and the startgameserver.bat).

 

login: Nothing interesting here, you need the config folder and the startloginserver.bat, registergameserver.bat.

 

Optional: Some custom things, if you are interested in any of them, look at the next guide, about custom things and custom things import.

 

sql: Just let it pass :P Nothing interesting (unless you have high developing skills and you wanna edit some things here).

 

tools: We gonna need it. It’s the installer for our db (if you don’t know how to do it manually).

start.bat: It helps you start your sql/php/apache server.

 

stop.bat: It stops your sql/php/apache server.

 

Now that you know some things, we can go on. Now it’s the server install part.

 

Press you start.bat: Now you have started the sql server (and apache/php but we mainly need the sql for now).

Go to tools folder and press database_installer.

It will ask you some things. We need to press: Full install (f) to the first two and then yes (y) to the rest.

Check out your localhost site (type localhost in your browser). If everything is normal, you have successfully installed your database.

Good, now we have to edit some things before we start the login and game server.

C:\Server\login\config ~> loginserver (open it with text editor).

 

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

ExternalHostname=127.0.0.1

 

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname

InternalHostname=127.0.0.1

 

# Bind ip of the loginserver, use * to bind on all available IPs

LoginserverHostname=*

LoginserverPort=2106

LoginTryBeforeBan=20

GMMinLevel=100

 

THESE ARE THE OPTIONS IF YOU PLAY ALONE!!! If you wanna let other players to connect to your server, you have to edit the

ExternalHostname=XXX

 

Where XXX, put the IP you find here: http://www.whatismyip.com/

 

Now we can start our login server. But before this, we should Register our game server. When I say register, I mean the Bartz etc names we see when we press login!

Press registergameserver.bat and choose a number from the file inside C:\Server\login\ with the name ~> servername.xml

When you do it and press enter, you will see that a .txt file has been generated. Rename it from hexid(server X) to hexid. (where X the number you choose). Now put this file in the config folder of your gameserver. (C:\Server\lgameserver\config)

Now we finally can start our login server. Press startloginserver.bat and leave it until the final line says: Telnet is currently disabled.

 

Now we have to start our game server:

C:\Server\gameserver\config ~> server (open it with text editor).

 

# Bind ip of the gameserver, use * to bind on all available IPs

GameserverHostname=*

GameserverPort=7777

 

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

# If this ip is resolvable by Login just leave *

ExternalHostname=*

 

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname

# If this ip is resolvable by Login just leave *

InternalHostname=127.0.0.1

 

# Bind ip of the loginserver, use * to bind on all available IPs

LoginserverHostname=*

LoginserverPort=2106

LoginTryBeforeBan=20

 

# The Loginserver host and port

LoginPort=9014

LoginHost=127.0.0.1

 

Make it look like this. NOTE: I forgot to tell you that you have to add your router IP if you use a router in InternalHostname for login and game server too. You can get it from your router’s software. But on 99% of situations, 127.0.0.1 works.

 

Now we can start game server using startgameserver.bat! It needs some time (for better performance, close everything else that is CPU/RAM consuming). When you see on your LOGIN window (I hope that you didn’t close it before, did you? :P) the line AUTH: 0 (or something like this, I don’t remember at the momment and I don’t have a server to try it) you are ready. Start your client (read the next part for l2.ini / hosts editing before) and play!

 

In order to use this server again, you have JUST to do: editing of the config files for both login and gameserver IF you have a dynamic ip and using startloginserver.bat and startgameserver.bat!

 

Q: How can I stop the server???

A: Go IG and in you admin window (//admin ~> server management) press shutdown X seconds (where X, you choose). Logout and wait till it says on your Game server window: Press any key… Press a key and the window will disappear. Now go to login window and close it with X (up to the right corner). Finally, press stop.bat!

 

Q: Can I play from the same PC?

A: Yes but it may cause lag to your server if you don’t have a good PC.

 

Q: Why I’m not a GM/ADMIN?!?!?

A: There are lots of ways to become an admin on your server, see bellow

 

3rd Step: Connecting!

 

Now let’s see…what do I forgot…? Oh yes! How the f*ck we gonna connect?!?!? Well, you choose…the easy or the hard way? :P (trust me, at the beginning the l2.ini way is difficult, but you gonna love it in the future). Let’s see…

 

L2.ini Method

 

First of all we download the file edit program (link at the end of the post) and we extract it (anywhere you want). Easy one! Now we run it and we press “open and decrypt” (first box on your left). We search a little and we go to our l2 system and open the… l2.ini file!!! Nice, now we search for “ServerAddr=127.0.0.1” (where 127.0.0.1 may be anything, just avoid it, find the “ServerAddr=”) If you want to play from your pc, just edit it to be ServerAddr=127.0.0.1, if you want others to connect, simply put the IP you got before from http://www.whatismyip.com/ and you put in your config files of login/game server. NOW IT’S THE HOT PART (and I say hot ‘cause that f*cking sh1t gets on my nerves, lol I always do it wrong even if it’s so easy) DO NOT PRESS that f*cking X button, but PRESS “Save and Encrypt” !!! Save it in 413 version (and press yes when it says “do you want to replace bla bla bla”). You are ready :)

 

Hosts Method

 

It’s the easiest way if you update your client often. Go to C:\WINDOWS\system32\drivers\etc and open your hosts file with text editor (WATCH OUT: Do not open your msn hosts!!!)

 

Add the following:

 

XXX l2authd.lineage2.com

XXX L2testauthd.lineage2.com

 

If you play from your pc add 127.0.0.1, if you want others to connect, simply put the IP you got before from http://www.whatismyip.com/ and you put in your config files of login/game server.

 

4th Step: GM/Admin

 

Well, there are lots of methods, I gonna explain the simpliest you can find. Go to C:\Server\gameserver\config ~> options and find the line

 

# If next switch set to true every created character will have access level 200.

EverybodyHasAdminRights = False

 

Set it to True ( # If next switch set to true every created character will have access level 200.

EverybodyHasAdminRights = True ). Go NOW and create an account and char and login (it doesn’t work for pre-created accounts/chars). After you get your GM/Admin status shutdown your server, go back and set this option to False . Now you are a GM/Admin :)

 

5th Step: Editing some server issues

 

C:\Server\gameserver\config - I’m sure you saw all these files. These are ALL the options of our server (rates/enchant rate/anything you can imagine). So we have to learn to edit the basic of them.

 

altsettings ~>

 

 

# If disabled, magic dmg has always 100% chance of success, default is 'true'

 

The magic failure. The normal is true, but you can edit it.

 

# Alternative cancel of attack (bow, cast, all)

 

You can edit if you want the bow attack or the cast attack or even both to be able to be canceled. Default is only cast.

 

# Disable Raidboss Petrification

 

If you are 9 lvls or more higher than the raid boss, you get petrified automatically. Default is True (You won’t get petrified if you are 9 lvls or more higher than the raid boss).

 

Alternative settings against player with karma

 

Karma players settings, I’m sure you gonna enjoy editing it if you are against pks :D

 

# Allow free teleportation around the world.

 

Teleport without adena. Nice option for PvP servers, or medium rate (35x)

 

# Allows Players to Shift-click Mobs and view their Stats and Droplist

 

View drops and stats of mobs without being GM. I suggest you to set it as False

 

# Items Players arent allowed to Trade/Destroy/Put to Warehouse

 

Like hero weapons, just put the id you wish.

 

Crafting config

 

Crafting settings

 

# Skills config

 

Class master spawn and class change options

Learn skills without spellbook option.

Sub-class options.

Dagger skills success/dmg.

Auto learn skills option.

Custom success for root/sleep.

Maximum Buff slots (you can have more than the normal buffs without losing the previous).

Buff duration

 

Clan settings

 

Only the clan leader’s colour worths for me from here :P

 

 

enchant ~>

 

Enchant success rate (full control for you :) )

A custom system for success of dwarfs.

 

 

Options ~> take a look but don’t touch anything else than EverybodyHasAdminRights

# Player punishment for illegal acions

# Chat configuration

 

For better performance, set community board OFF

# Community board configuration (#  - off  =  no community Board)

 

 

rates ~>

 

set server rates

 

 

Server ~> the config for connections only

 

6th Step: Upgrading!

How to upgrade server

- Stop MySQL by run c:\server\stop.bat

- Extract & overwrite new files to c:\server

- Run again c:\server\start.bat

- Run c:\server\tools\database_installer.bat and choose (u) for Upgrade.

- Optional: Run c:\server\l2j\tools\Updates_Sql.bat and ingorne all errors code 1060

- Start Login server by run C:\server\startLoginServer.bat

- Start Game server by run C:\server\startGameServer.bat

 

 

7th Step: Custom things!

Well, I’ll tell you how to import custom things and how to create, but for creating I won’t give a very clear guide, because you need to know lot’s of things (.xml and client editing, and when I say client edit, I  don’t mean the usual <<add the following lines>> but you have to create yours, so you have to know what exactly means everything in the .dat files. But I’ll tell you how to edit some common and easy things, without too much client editing or difficult .xml.

 

Let’s see…importing first. Do you remember the folder Optional, for which I told you about at the beginning? If yes, you have a good memory :D There are lots of custom things there, so I gonna tell you with some words how you can import any of them. If inside the custom folder there is a folder which is called <<data>>, we have to put it inside the gameserver folder (c:\server\gameserver\) and replace. If it has an sql folder too, we have first of all to identify it! (and I mean, to understand in which table we should import it). As I told you at the beginning, you should install a program called <<Navicat>>. This is the same as phpmyadmin, but much faster and with friendly environment. The sql we see looks like a .txt file (but it is an .sql file!). We open navicat and then press connection.

 

connection name: whatever you want

hostname/ip address: localhost

username: root

password: root

(for the packet I gave you these are the settings).

Then press test connection. If connection is ok, we can go on (NOTE: You have to have a server installed first).

Press l2jdb

Search for import wizard (on the main buttons bar).

Select .txt files import

import file from…USE THE OPTION ALL FILES (*.*)

search for the sqls you found before

select them

next etc until you see start…press start….if your sqls are successfully installed, you are ready :) (Remember to upload all the sqls inside the folder).

 

Ok with this? Now we gonna learn how to edit the bonuses of the armors/weapons etc. (this can change the balance of the game. Always keep backups ‘cause you may destroy the .xml files. .xml file editing is a difficult job, and professional, so I suggest you not to do anything, just to try to learn :) )

 

We won’t use a professional tool (like dreamweaver 8 witch costs lots of money) but only our .txt editor (it’s simply to use for beginners). I suggest you to start coping things from other stuff (for example add the lines you believe give poison on critical on duals from a bow). Remember before you go on to do SAVE and double klick on the .xml and open it with Internet Explorer to see if everything runs smoothly. If you get any error, you did something wrong. But I tell you again, if you don’t know .xml (labels, orders, stats) you have better not to touch it :P If you want something, ask me in a post to do it for you, but don’t ask for client editing, ‘cause it’s a time consuming job, and I don’t have much time :P

 

Finally, we have the client left. Let’s see…look at your system. The files are .ini, .int and .dat files. The name says it all (i.e. Npcname.dat). If you edit this file, you can edit any npc name. Always keep a backup of your system. And for editing files without problems, you have to have a modded system. Just use one from a server with custom things. (the npc names and titles can also be changed in your database with navicat, if you want info, ask me in post). The easiest and funniest thing you can edit is systemmsg-e.dat, which holds all the messages of l2 (critical, miss, logout, login, welcome etc.) and edit it with other funny messages :P You can edit your server name from servername-e.dat and other cool stuff (enchant colors etc.) Just open any file you wish with fileedit and do some tests :P

 

Remember: NCSoft has claimed that CLIENT MODDING is a punishable crime, and any modification of his client is illegal. (well, by this, if we are using his client for playing on other server than official we are all criminals (even if we just edit hosts file).

Again, if you want something to edit and you can’t or if you want some help, post it!

 

But plz do not ask for completely custom things :P I can share you photos of my job like, titanium armor, dual zariche/dual bows, custom skills with raid boss animations (i.e. Bless of Hero) etc. Simple things that I’m sure you can do, if you try a little :)

 

Thx for reading, I hope I helped a little. Correct me if I’m wrong in any part. Ask anything you wish :)

Guide created totally by me.

 

~LINKS~

 

NAVICAT

http://www.navicat.com/download.html

JAVA

http://www.java.com/en/download/index.jsp

DarkRage1985's pack latest l2j version (edited db installer - added diskw)

http://www.4shared.com/file/8953352/74622b26/ServerDarkRage.html

Fileedit C5

http://www.4shared.com/file/9006788/58563197

GM Commands

https://www.l2jserver.com/trac/wiki/GmCommands

The home of l2j developing

http://www.l2jserver.com/

Nice forum about l2j developing with guides and tips

http://forum.ragezone.com/lineage-2-l2j/ ('cause i don't like copy-pasting other people's work, go there and see the original guides ;))

GEODATA (For pro users :P)(By DROPPO on RZ forum)

http://rapidshare.com/files/8338373/geodata.part01.exe

http://rapidshare.com/files/8338717/geodata.part02.rar

http://rapidshare.com/files/8338777/geodata.part03.rar

(Geodata is a fix of the l2 world which makes sieges etc. more realistic, but consumes +300mb memory)

 

Useful IDs

gmshop =>31150

classmaster => 31227

npcbuffer 35461

 

*Soz that the package i uploaded already has a db but i didn't have one without installed...just avoid it and do full install and sql update*

*Updated coming soon to Greek*

Posted

Ty all...

I forgot...in this package there's zariche sword and can be dropped from any mob (and the map that finds the owner works too). Because by default the drop rate is extremely low (0.1% :P) you can edit the cursedweapons.xml the <dropRate val="1" />

to ~> 10000 = <dropRate val="10000" /> so it gonna have 10% chance of drop

  • 3 weeks later...
Posted

1)i can create only admin account but no gm account....

2)35461 npc buffer???it spawns aida(clan hall manager)

3)i cant make my server online(i mean to login other peoples too)

Posted

1)i can create only admin account but no gm account....

2)35461 npc buffer???it spawns aida(clan hall manager)

3)i cant make my server online(i mean to login other peoples too)

1) what did u put at access lvl...i think =<100 -> admin and gm starts at 75

2)it is aida

3)do u have every ip correctly at the login.properties and server.properties files?

Did u opened ports?

Posted

Your internet service provider...?

 

VIP (Access even if server is full, right to use //sethero command) 1

GM (Trainee, he won't appear as a GM in the GM list) 75

GM (normal one) 100

Admin 200

 

To create any of these, try using the sqlaccountmanager in login server...

Yes, it is aida the NPC buffer. They just have changed the name in some servers...

Your server ip, router ip, and open ports 80, 2106, 7777 (udp/tcp)

Posted

1)i give access level 75 from navicat but it doesn't work

2)how i can make aida to buff me??

3)i put my rooter ip to externalhostname of gameserver.properties and login.properties but it doesn't work

Posted

because i use my internet with router i must put my router ip tou internalhostname?when i will restart my router i must change again the ip of internalhostname?

Guest
This topic is now closed to further replies.



  • Posts

    • The beta server wipes Friday. Fresh start for everyone.   We're launching the Founders Sprint - a 6-day race before the official launch on April 17th.   Reach Rebirth #1 → 1 month Supporter (starts at launch) Reach Rebirth #3 → 1 month Champion (starts at launch) Reach Rebirth #7 → 1 month Legend (starts at launch)   First player to reach Rebirth #7 wins €50!   Event runs April 10th – 16th, 15:00 UTC. Launch is April 17th, 15:00 UTC. Your rewards activate on launch day. See you on Friday!
    • Introducing: Containers to Roll   Players now have the ability to win containers/cases via the Roll System. Additionally I also added a global leaderboard displaying the users with the most roll games. This can be disabled/enabled via Admin Management Panel. Also improved the winning display with a volumetric Godrays effect.  
    • I search job: posting your advertisement(sale,service) on various forums. Contacts for communication. You can find link for download messenger using Google search.   Telegram https://t.me/negotiato_r @negotiato_r   Element(based in United Kingdom) You can find me using this name. @negotiato-r:matrix.org   Session(based in Switzerland) You can find me using this name. 05770c2eda571fc8d10ec0e79e258ec0d9189def2a3e1f2ace1cd29a2174d40723   Delta Chat(based in Germany) You can find me using the link below. https://i.delta.chat/#1ABEBFFCBC1AEE629111387073FFDA1835BB423E&i=6WtJxcgJGcFD3vIpglQfhe5J&s=f2EkRsqxAeFYep9g9s1y1aIf&a=xuozjaudg%40nine.testrun.org&n=negotiator   I ask administrator or moderator not to consider this link an advertisement for messenger.  This is only link that people can use to contact me.  There is also QR code option,but you have to use mobile phone to access QR code.  This means you have to install VPN app on your mobile phone,then sync your account from your mobile phone to your laptop or computer.  This is a very cumbersome process.  It's much easier to use pre-made link for laptop or computer. Hello. I intermediary. I search job: posting your advertisement(sale,service) on various forums.  My service is free: posting your advertisement(sale,service) on various forums. I know these forum addresses,i can post your ad(for sale,service) on various forums. Dear sellers and those who provide any services. I offer you cooperation. My commission is not taken from your amount,my commission is added to your amount. From money received from guarantor,you pay me my commission.  Payment is made on Tether USDT TRC20 or on Tron TRX. Commission for sending from your wallet to my wallet paid by buyer. When communicating via messenger,please tell me what your commission is for sending on Tether USDT TRC20 or on Tron TRX.  Amount(fees) you'll pay as shipping fee to my wallet will be added to total amount. Payment will be made by guarantor to your payment details. Buyer deposits total amount with my percentage. Send me in messenger your ad copy with price(s). Independently from that through which messenger will be communication,buyer suggests using forum guarantor,gives forum address(http address) and send link(http address) to me,link i will pass on to you(seller) for consideration. If you as seller are not satisfied garant service on proposed forum,i say buyer goodbye and he goes to look for his product(service) from someone else,as result i will wait new buyer.   If sale amount is less than $1000,i receive 20 percent above your total amount. If sale amount is more than $1000,i receive 10 percent above your total amount. I do not deal with either buyers or sellers from Ukraine(i do not cooperate with this country). I will not accept any advertising related to Ukraine,as i do not cooperate with this country. For buyers from other countries guarantor's services are entirely at buyer's expense. You can offer me any other area cooperation that does not violate law.  I do not give 100% guarantee that i will accept your offer,which is not initially related to my advertising area.  It is 50/50 that i will either refuse you or accept your offer.  Everything will depend on whether this offer does not violate law.  I will read information about your product(service) in Google search engine that you offer me for advertising and make decision,which i will inform you in messenger for communication.  I will need some time to familiarize myself with information from Google search engine. I'm currently interested in 4 areas: 1)promotional offers with discounts only(coupons or promo codes):food,shoes,clothing,furniture,cosmetics,household appliances,consumer electronics,taxis,bus tickets,train tickets,plane tickets,hotel tickets,gas coupons or promo codes for car owners I do not advertise Ukraine,do not cooperate with it and have no dealings with it. I will not advertise anything related to carding.  Buyer deposits amount for product(service) plus my commission(20 percent based on amount for product or service) into guarantor and then receives their product(service) in forum transaction.  I would be grateful if it were possible for buyer to receive their goods somehow after depositing money with guarantor,without return address or contact information for future purchases. It's not in my best interests for buyer to communicate directly with you after first purchase. If this isn't possible,then you will simply agree with buyer to receive money with my percentage higher than your initial payment each time. If same customer purchases from you second time,customer pay you together with my percentage and i receive this percentage from you,this will provide additional incentive to advertise,i will promoting you on other forums.     2)selling real estate(houses or apartments) I'm not interested renting. I'm willing to advertise all countries except Russia and Ukraine.  I won't advertise these two countries. I don't advertise Ukraine,don't cooperate with it and have no dealings with it. I'm not interested house or apartment listings that appear on Google search pages,as buyer can find information there themselves without my help and buy house or apartment in desired country. I'm interested house or apartment that aren't listed on Google search. How i see this ad:buyer sees my listing for desired country and if they're interested,they deposit 10 percent listed price for house or apartment in Garant Service. Buyer sets  deadline in forum transaction,during which i either receive my money or don't.  Then buyer receive an address,day and time to meet with seller. Buyer takes lawyer and notary with them and flies(or is driving car) to  given address. If purchase transaction falls through,buyer collects their percentage from guarantor. I don't think buyer willing to buy  house or apartment worth more than 12545$ is willing to cheat me out  that 10 percent by making up  fake story about  failed deal.       3)selling telegram premium status Buyer has two options: 1) transaction through guarantor 2) transaction without guarantor   If transaction is through guarantor. I(intermediary) conduct transaction with guarantor. Buyer specifies following terms in terms transaction: 1) i authorize the disclosure of the transaction name to third parties(that is to you) 2) i authorize the disclosure of the seller's payment details(your payment details) to third parties(that is to you) 3) i authorize the disclosure of the total transaction amount to third parties(that is to you) 4) i do not authorize the disclosure of my profile link on this forum to third parties 5) i do not authorize the disclosure of my contact information(if i have any in my profile on this forum) to third parties   If activating premium status requires logging into buyer's account,i will do this.  You will provide me with instructions on how to activate premium status for buyer's account. If you want to contact me about selling premium status on telegram, but my telegram account is unavailable(account is frozen or telegram system has deleted it),you can contact me using my other contact information. To activate premium status by logging into buyer's account,i will download portable version telegram from official website and launch it on my laptop.  I will enter mobile phone number buyer provides me in messenger they originally contacted me through and send login code to this number.  Buyer will then send me login code. Once transaction is finalized and buyer has deposited funds into guarantor's account I'll notify you via messenger. You register on  forum suggested by buyer.  Message guarantor privately on forum,asking them to share all points I've outlined above.  Buyer will provide  link to guarantor's forum profile in advance or you can find guarantor's forum profile on forum yourself,it's up to you to decide. After verifying that your payment details are included and that transaction amount matches amount agreed upon in messenger, you upgrade buyer to premium status. Your payment details are specified in application,in formquestionnaire for forum transaction,but you won't receive money from guarantor until buyer will not receive service(product),as soon as buyer receives service from you,guarantor will pay you. If buyer has received premium status,you receive funds from guarantor and then pay me my commission using my payment details. The fee for sending from your wallet to my wallet is covered by buyer,not you. When communicating via messenger please tell me your fee for sending to Tether USDT TRC20 or Tron TRX. Buyer deposits funds into guarantor with total amount already including my percentage plus buyer's fee for sending,which you will spend by paying me my percentage when transferring from Tether USDT TRC20 or Tron TRX. If transaction is without guarantor. Buyer pays money to your payment details received from me via messenger and waits for service to be rendered. I will inform buyer total amount when communicating via messenger. You upgrade buyer to premium status through me and then you pay me my percentage to my payment details.  If activating premium status requires logging into buyer's account. I will do so.  You will provide me with instructions on how to activate premium status for buyer's account. Fee for sending from your wallet to my wallet is covered by buyer,not you.  When communicating via messenger please tell me your fee for sending to Tether(USDT TRC20) or Tron(TRX). Buyer pays you total amount,including my percentage plus buyer's fee for sending,which you will spend by paying me my percentage when transferring from Tether USDT TRC20 or Tron TRX.       4)i offer cooperation to specialists who provide services for collecting and submitting documents to consulate for citizenship,residence permits,visas and schengen visas I will advertise service collecting and sending documents to consulate only for following countries:Commonwealth of Independent States,Europe,Mexico,United states america,Canada,United Kingdom,Asia,Africa. Russia and Ukraine:these two countries i will not advertise. Buyer pays guarantor(amount from seller) for service for collecting and sending documents to consulate plus my commission(10 or 20 percent based on service fee). Buyer sets deadline in forum transaction within which they must receive service. Then in forum transaction buyer wait provision service. If after specified period(which will be specified in transaction),consulate refuses client's service,you as specialist have right to charge exact amount for your work through guarantor,since you spent your time on it(this clause will be specified in transaction). What will be amount you will decide,send solution through me.I'll let the buyer know. Client does not pay my percentage if consulate refuses client's service(this clause will be specified in transaction).  In case refusal to buyer from consulate you will need to confirm this refusal through website. Whenever you collect and submit documents on country's website,request is created through their website.  You will provide access to this request to guarantor.  This is necessary to ensure that buyer doesn't pay for nothing,meaning amount you will be required to receive through  guarantor for service provided if  consulate's request is unsuccessful.
  • 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..