-
Content Count
120 -
Joined
-
Last visited
-
Days Won
4
-
Good morning community After 2 years of inactivity I wanted to re-edit the files from a long time ago and I found several bugs that I hope someone else has been able to solve. The first is that when buying something "take money" it works well but not having the amount to buy appears in system "Action Proc: Take money failed" I never noticed this error before I don't know if it could be due to something I added I don't remember but if someone knows where to start fixing I would appreciate it very much, the other error is in reputation when having but it charges the amount of reputation but not having the amount of reputation it still gives you the item thank you in advance Imgur: The magic of the Internet
-
heinsenberg started following Tera
-
1.38
- 22 replies
-
- 1
-
-
- server files
- Client
-
(and 1 more)
Tagged with:
-
*Good afternoon everyone in this group* I introduce myself, I am Tera, a character who started in the world of such of pirates approximately more than 10 years ago, for a long time I was a player on different servers, both official top2 and private, everything was better when there were few servers , but with the passage of time files were released and anyone believed that by editing an NPC or the Iteminfo you were already a developer, with the passage of time I became interested in creating a server and little by little I was looking for information and trying to learn and with the collaboration of serverdev and pkodev we improved and learned a lot, I launched some servers but my knowledge of protection was not very good so they hacked me a few times, so I started working from local in my spare time doing it for fun, everything It was going well when I was bored I went to edit, change, create, until one day I made the mistake of trusting someone who offered me to host my files approximately 3 months by then I did not have a 100% server but I decided to put my files, at first I was suspicious but I already had a lot of editing and wanted to try things from a host, well the truth was my mistake and this person copies my files and now many people they have that file although it is incomplete because I always tried to add more things that is why I am retiring after many years and leaving the public files for anyone who wants to use them since the people who copied it have 0 knowledge and will only seek to get money from it by opening 10 servers close them a month and scam, that's why I tell them not to trust anyone because seeing that a person scams with files that cost you hours of sleep and research is not pretty, the files are not yet 100% but they are more up-to-date and the client the same, the person who copied the files is a certain JaloCruz called Manuel Atencio, do not trust him since he has opened thousands of servers and all of them are bankrupt, the files in itself they are not perfect if you are interested you can use them as you wish. thanks for all PKODEV team Server Files : https://www.mediafire.com/file/ovx65dnncac8mi4/TERAPKO+2.0.rar/file Client Files: https://www.mediafire.com/file/hctgov46eculj51/The+New+World+Online+Client.rar/file Here some images: https://imgur.com/gallery/6wZ7wyt
- 22 replies
-
- 5
-
-
-
-
- server files
- Client
-
(and 1 more)
Tagged with:
-
https://gamebanana.com/mods/download/147370
-
function GetExp_New(dead , atk ) local map_copy = GetChaMapCopy(atk) local DeadMonster = GetChaID(dead) if(GetChaMapName(atk) == "InfernalAbyss" ) then if(DeadMonster == 1726 )then <--monster code if(DeadMonster == xxxx )then <--monster code if(DeadMonster == xxxx )then <--monster code if(DeadMonster == xxxx )then <--monster code if(DeadMonster == xxxx )then <--monster code CreateCha(1727,2800,1200,145,9999999) MapCopyNotice(map_copy, "You have defeated Lv 1 Boss and it summons Lv 2 Boss.") end end
-
resource>script>calculate>exp_and_level.lua open> search> function GetExp_New(dead , atk ) local map_copy = GetChaMapCopy(atk) local DeadMonster = GetChaID(dead) if(GetChaMapName(atk) == "InfernalAbyss" ) then if(DeadMonster == 1726 )then CreateCha(1727,2800,1200,145,9999999) MapCopyNotice(map_copy, "You have defeated Lv 1 Boss and it summons Lv 2 Boss.") end end
-
Update, I managed to make the poss work with the modulestatev, I'll leave them below https://www.mediafire.com/file/9t7eyypzuomo5z5/ModuleStatev.rar/file
-
Hello community, I have a small error with the layer when adding the admiral cloak it does not add the fairy possesion I have already added removestats but it does not work only in the layer in the rest yes, before in other files it had a configuration in function State_JLFT_Rem ( role , sklv ) that the admiral added to deactivate it when using it and thus not cause conflicts but I can't find it anymore could someone help me with this Add me configuration: https://imgur.com/Au6yp9e
-
I removed it, the mod works, it just doesn't show me the amount of crystals
- 10 replies
-
- pkodev.mod.loader
- IGS
- (and 4 more)
-
I discovered that the bug comes from the client because if I remove the mod that goes in the client it shows to put the password but without putting it, I accept and enter without writing it and it shows the crystals so the gameserver mod is not the problem
- 10 replies
-
- pkodev.mod.loader
- IGS
- (and 4 more)
-
pkodev.mod.loader Ideas for mods
Tera replied to V3ct0r's topic in Mods for client and server (PKOdev.NET mod loader)
Achievements system the npc exists, if you wanted it more practical you could add the function to the handle chat -
pkodev.mod.loader Ideas for mods
Tera replied to V3ct0r's topic in Mods for client and server (PKOdev.NET mod loader)
Some mods that go through my head are: 1- map list below minimap in red when closed and turn green when portals are open 2- A mod that allows the ScrollNotice in version 1.36 and 1.38 3- A mod that allows you to create a character action for swing and another for the wings, that is (I replaced the effect of the rebirth to sit on the chairs but it would be nice to have both effects) with this you can make a script to change normal wings a wings fly with the mod you shared before, I can't use that mod because instead of flying it copies the swing effect and sees itself sitting with the wings 4- A mod that allows you to activate the PK system outside the safe zones like the PK ON script but without having to install that script (it will be like PVP but without entering the teampk) 5- I don't know if it is possible to create a mod that at a certain time in PK maps in the part of the minimap they highlight in red where there are enemies as well as in today's battle royale and you see a point of more or less where it is (this mod would allow no AFK characters) would include even if they were invisible 6- If it is possible, a mod that reduces the area of the map every 10 minutes to, for example, close the map that does not let you leave that area and the enemies get closer, it would be more or less like delimiting the area 7- Winged icons of the name or Guilds and they are all that come to mind at the moment haha sorry for the english I translate it in google -
Mod 60 frames per second (60 FPS)
Tera replied to V3ct0r's topic in Mods for client and server (PKOdev.NET mod loader)
This mod works well but on low rate servers since on high rate servers when moving faster due to movement speed they start to take time to load the npc and mobs but on a low rate server it works very well thanks for this mod- 28 replies
-
- 1
-
-
- pkodev.mod.loader
- FPS
-
(and 2 more)
Tagged with: