-
Content Count
131 -
Joined
-
Last visited
-
Days Won
3
Brothers last won the day on October 20 2021
Brothers had the most liked content!
Community Reputation
24 NeutralAbout Brothers
-
Rank
Boatswain
Recent Profile Visitors
2,323 profile views
-
Hi all. I use BD altar in my server. To unseal it we need the stones. Theres a change it will fail and bring a curse on the altar. Is there a way to make the succes rate better? I think this is the file i need to edit: function ItemUse_HZLi ( role , Item , Item_Traget ) local Item_ID = GetItemID ( Item_Traget ) if Item_ID ~= 266 then SystemNotice(role ,"Please place the Power of Flame on the altar") UseItemFailed ( role ) return end local Cha_Boat = 0 Cha_Boat = GetCtrlBoat ( role ) if Cha_Boat ~= nil then SystemNotice( role , "Cannot use while sailing" ) UseItemFailed ( role ) return end local Item_type = GetItemType ( Item ) local Item_Traget_Type = GetItemType ( Item_Traget ) if Item_type == 66 and Item_Traget_Type == 65 then local str = GetItemAttr( Item_Traget ,ITEMATTR_VAL_STR ) --力量 if str >= 5 then UseItemFailed ( role ) return end local rad = math.random ( 1, 100 ) if rad<=50 then local Elf_URE = GetItemAttr(Item_Traget,ITEMATTR_URE) --当前耐久记录剩余封印点数 str = str + 1 if Elf_URE >= 50 then Elf_URE = Elf_URE-50 end SetItemAttr( Item_Traget ,ITEMATTR_VAL_STR ,str ) SetItemAttr( Item_Traget ,ITEMATTR_URE ,Elf_URE ) else local Elf_MaxEXP = GetItemAttr(Item_Traget,ITEMATTR_MAXENERGY) --最大能量记录诅咒点数 local Elf_EXP = GetItemAttr(Item_Traget,ITEMATTR_ENERGY) --最大能量记录诅咒点数 Elf_MaxEXP = Elf_MaxEXP + 1 Elf_EXP = Elf_EXP + 1 SystemNotice( role , "Unfortunately, the Altar has been cursed by the soul of the black dragon" ) SetItemAttr( Item_Traget ,ITEMATTR_MAXENERGY ,Elf_MaxEXP ) SetItemAttr( Item_Traget ,ITEMATTR_ENERGY ,Elf_EXP ) end end end Is 100 100%, and , <= 50 , 50 => / 50% succeed and fail?
-
Find someone to customize your website.
Brothers replied to flamyman1412's topic in Paid services & Requests
Might be more clear, like what do they accept, instead of what not. -
Hey guys, In my head i have a great idea about a server. And this idea is allready into my server files now. Sad part is, after playing a few weeks, it would get tired. So i need to brain storm with some people. If you like to discuss with me, or add some ideas, your welcome to join my Discord page: https://discord.gg/uGAbFZQM Quick details about the server: Finish welcome quest = lv 75 When creating account u get a rebirth stone = Class changer ^^ Free unseal 55's, fairys, ring lv 70's [Like : 10 str,10agi,10con] Ca has just 3 rounds, good to farm UG's, Advanged gems, BD gems (hard). More in discord
-
Thanks for yourreply. Can i ignore it ? Or would that cause any problems? I seemed to fix a different lua err, which caused me that i didnt earn any exp after killing mobs.
-
Hey all, I try to read Lua_err and i want it as clean as possible, because i think they show broken stuff? Also when i type &misreload ingame, i want it to be clean, so for me, there are no bugs/errors. Now i see this for example: [07-14 21:48:54]resource/script/calculate/skilleffect.lua:16835: attempt to call global `GetPetUreLV' (a nil value) Im this far, i know i need to go to skill effect, and read the 16835's line. I think it is looking for GetPetUreLV but it cant find anywhere in system, am i right?
-
Your the best I found the problem, the notice of the gem is in Client > Script > lua > Scripts. Thank you very much!
-
Wauw, good topic & clear. But i do wonder. I have done everything you said, i've added BD gems to my server files who've got editted it. Copy paste from other files, and it is working. But i still get to see this: Is there another file where you can find these info? It doenst give PR but +50 attack each level
-
Thanks, it worked!
-
Few years later, back to my old files.. Sadly still everytime i try to use the iproved items, notihing happends Added the files above, checked lua err and found this: [07-02 22:15:29]resource/script\calculate\functions.lua:6100: attempt to call global `GetElfLV' (a nil value) What do i need to do with GetElfLV?
-
Hey guys, My experience in top started with the private server Dungeon sea online. There i've experienced Kyjj, and i wanna start this into my own server. Finally i got the maps ready. I only cannot get a portal strangly to it. I want it to open like Chaos argent would, but no luck until today. Most of the games who had Kyjj, also had an npc who teleported to Kyjj. I also dont mind to have a NPC for teleportation, but is it then still possible to make a chest drop on a specifik time? Like it would be online every hour, but evertime the clock ticks XX:15 there spawns a boss? - Ivy
-
-
I have no idea, but wanna share my thought about this. I wanted to create myself a gem stack option. But i think when you have 99x lv 1 gems, and make a lv 4 by the combiner, that it wont add a lv 4 gem, but just delete gems and put lv 4 by the lv 1's.
-
This is coming for the files of @Danny He shares it somewhere, with the Ancient online files.
-
4 am? To start a new ToP advanture? Or was it HEXA time? Im doing fine! Just started monday a new server thingy, and i enjoy every second in it. I was thinking to invite players soon, just to chat and have some fun Asking for opinions and idea's are dangerous, cause they demotivate me
-
You can change it in Charactherinfo.txt In charactherinfo.txt you can find mob number & name, also a bit further in the info = drops & droprate. So if you wanna change drop in darkswamp, find the monster id @ mordo.info https://mordo.info/maps/view/mapid/79/ Then find the mob : #695 Swamp Bog... I see one of his drops are 3442Mud Slice. Lets trade it for a refining gem 885 (might be wrong number) 695 Swamp Bog Mudman 4 5 199 0 1 1 0 0 0 0 0 0 0 487 0 0 1 141 100 260 261 262 0 0 0 0 1.281 1.393 0.916 40 1,5 2,5 399 398 0 0 0 1 1 0 0 25 100 3442,885,3927,7128,7131,7134,7137,7140 153,5000,1000,4000,4000,4000,4000,4000 0 0 0 4081 200 10 1 1000 0 0 1 0 40 6026 0 10000 0 377 566 24 130 200 162 10 154 13 0 1500 200 1500 420 0 45 25 25 145 25 25 20 0 0 0 2848 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1,1,1 As you see, the 3442 is here back in the file. these few numbers are his drops. Change 3442 to anything u want it to drop. 3442,885,3927,7128,7131,7134,7137,7140 = item numbers, so his drops. The next line = droprate. 100 = 100% 200 = 50%, 400 = 25%, 1000 = 10% etc etc.. kinda hard to do the math. if you want him to drop a full kylin set, 100% change, then change the long numbers to this: 825,826,827 100,100,100 (just a tab between items & drop) I hope this is what you wanted to know xd