Jump to content

Peopleperson49

Members
  • Posts

    1181
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Peopleperson49

  1. I like the youtube video, but that setup seems exactly like what I remember playing from Kurama back in 2014 or 15. It was shared with me after I released my original monster hunter script. He called it Hunt da monster. I have it backed up somewhere, but it has been a log time so probably just my poor memory. Nice script man. Peopleperson49
  2. Can somebody please make OnPCDieEvent and other similar events work in scripts also! So it is never going to work because it is specifically a script event, but it would work exactly the same in instances. Peopleperson49
  3. I might need to play around with instances more, but I have a couple questions. 1) Is their a way to get the actual instance_id for an instance. Their are several cases where i want to use instance_destroy, but it tells me instance 0 is invalid. The script_commands tells me that it needs the instance_id to work. For example, if I want to use the OnPCDieEvent event to warp a character out of the map when he dies I need it to destory the instance if he was the last player on the map or it will keep it open until the timer ends. 2) Getmapusers when called from OnPCDieEvent does not render the proper map. Using strcharinfo(3) will the proper instanced map name such as 0011@gf, but instance_mapname nolonger does so they never match. Without the check it would warp players on anymap. Peopleperson49
  4. Write a script that allows a gm to only give the items that you set in it. They worked fine. The event gm would put the person's characters name in and they simply collect it from the NPC. Just a thought. Peopleperson49
  5. I have been away from RO for a while, but many of you might be familiar with my scripting. I have entire server packages with a massive amount of content of every kind. I'm looking for a server less than 150x to share my stuff with. It has to be somewhere I can actually play (not as a gm). Once my stuff is setup I just want to enjoy RO for what it is and not the chore of managing it. If you think this might apply to you feel free to PM me. Your server must have at least a few active players, at least one active GM, and most importantly your players MUST be okay with adding new content. Without those last few things you wont have a server for me to play on for very long. Thanks. Peopleperson49
  6. Yea I have seem some crazy stuff here. I'm a scripter but my artwork always looks like a preschooler did it. Peopleperson49
  7. Any of the graphics guys here ever take on stuff like book covers? I'm looking for someone to make me one meeting all the amazon kindle requirements. Thanks. Peopleperson49
  8. The lastest rA in the git doesn't seem to have that option in core.h anymore. What do we do now to get this to work? Thanks. Peopleperosn49
  9. Your formula is wrong for job_exp. Between each job number is a ":" and the ,0, for baselevel is after all the job numbers. Should look like this below. Peopleperson49 // Experience Tables [Renewal] // Only official levels included, check db/import-tmpl/job_exp.txt for an expanded list // // Structure of Database: // Max Level,Class list,Type,Exp for Lv 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175 // // Type: // 0 = Base Exp, 1 = Job Exp //Base - Normal and Baby Jobs 99,0:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:23:24:25:4023:4024:4025:4026:4027:4028:4029:4030:4031:4032:4033:4034:4035:4036:4037:4038:4039:4040:4041:4042:4043:4044:4045:4046:4047:4048:4049:4050:4051:4052:4222:4225:4226:4227:4228:4238,0,550,900,1500,2200,3200,3800,4200,4550,5000,5500,6000,6100,6350,6700,7350,8000,8400,8800,9200,9700,10300,11000,11800,13000,14000,15000,16000,17000,18000,19000,20000,21000,22000,23200,24000,26000,27500,29000,30000,31500,33000,34000,36000,37500,38000,40000,42000,44500,47000,49000,51000,53000,55000,57000,59000,61500,63000,65000,67000,69000,70000,73000,77000,80000,84000,88000,91000,95000,110000,128000,140000,155000,163000,170000,180000,188000,195000,200000,230000,260000,300000,350000,400000,480000,550000,600000,680000,750000,900000,1000000,1200000,1500000,1800000,2100000,2400000,2800000,3300000,4000000,99999999
  10. Thats awesome. Thanks everybody. Peopleperson49
  11. Hopefully they fix this soon because it is crippling to any server, especially new ones. I might have to switch the server to herc or we will loose all the players. Low level its great in some areas, but for higher players where they need to level they are swarmed so fast its impossible to do anything. Peopleperson49
  12. Anybody ever seen where mobs just keep spawning on every map despite their required numbers. I understand that commands like reloadnpc or reloadmobdb will respawn new mobs without killing old ones, but no commands were used. If you just start up server and let it run after a while their will be so many mobs in each dungeon or field that you cannot walk without accidentally clicking on one. I even verified the spawn delay rate and mob count. I set the count to 50 which means half as many should spawn. If you use @whereis it will tell you the correct number of mobs for a given map, but if you use @showmobs it can sometimes white out the minimap with the same mob. Below is pay_dun00 where their is only spost to be 20 zombie and 17 skeleton (based on my 50% spawn amount). This little area has that many in it already. If I reloadscripts it will reset count to correct numbers for a period of time. The screenshot with the furious zombie really says it all. There is only 1 furious zombie on pay_dun00 using whereis, but showmbos shows 20 on the minimap. Thanks.
  13. I'm not sure but I found this in skill.cpp. case TF_HIDING: case ST_CHASEWALK: case KO_YAMIKUMO: if (tsce) { clif_skill_nodamage(src,bl,skill_id,-1,status_change_end(bl, type, INVALID_TIMER)); //Hide skill-scream animation. map_freeblock_unlock(); return 0; } Peopleperson49
  14. Anybody have any further guidance to this matter? Did anybody ever figure out how to move the name above head in the src yet? Peopleperson49
  15. Sorry I forgot to reply back to this. I had already fixed it. I commented out OnAgitStart: and it only announced once. My OnClock command which makes it happen at a certain time was triggering AgitStart; and once AgitStart; triggers it reruns it again on the OnAgitStart. Really it should have errored on infinity loop. Peopleperson49
  16. It's not very often that I require any kind of scripting support but maybe somebody has seen this same issue before. I scripted a custom WoE script that is very good, the only downside is that every announce in it always displays twice at the same time. I did not repeat the command twice and its not looping, it just does it. Any ideas why? Peopleperson49
  17. So many fixed but not one person says how they did it. I got this same error after changing nothing that I know of. Please provide some insight. Peopleperson49
  18. I added updates to it and but I didn't they have yet to approve it again. Which still has not happened after a week or so. Until they do you wont be able to download it again. I apologize for that but I have no control over that. Peopleperson49
  19. View File Anvil Refiner I created an item refiner that allows a player to refine any non-broken, identified, unequipped, refinable, and non-rental item in their INVENTORY up to +20. Player uses an anvil to start script and must have a Mini-Furnace and Hammer. Allows any class to refine without the use of the refiner script. The better the anvil, hammer, and certain blacksmith skills the better the chance of success. Submitter Peopleperson49 Submitted 06/01/2017 Category Utilities Content Author  
  20. View File AB_QuestSkill This script started as my custom AB script but was modified to allow a High Priest to learn the Adoramus skill. Submitter Peopleperson49 Submitted 06/09/2017 Category Games, Events, Quests Content Author  
  21. View File AntonioInvasion Antonios spawn in a random town. Every 10 minutes the remaining Antonios warp to another town. After all Antonios are killed the Antonio Leader is killed. The script ends after 1 hour or the Antonio Leader is killed. I wrote this from scratch as an event for my wife! Submitter Peopleperson49 Submitted 06/09/2017 Category Games, Events, Quests Content Author  
  22. Version v1.9

    204 downloads

    Antonios spawn in a random town. Every 10 minutes the remaining Antonios warp to another town. After all Antonios are killed the Antonio Leader is killed. The script ends after 1 hour or the Antonio Leader is killed. I wrote this from scratch as an event for my wife!
    Free
  23. View File Ancilla This script allows players to purchase and carry up to 3 ancilla from the chruch. Submitter Peopleperson49 Submitted 06/09/2017 Category Utilities Content Author  
  24. Version v1.1

    89 downloads

    This script allows players to purchase and carry up to 3 ancilla from the chruch.
    Free
×
×
  • Create New...