Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
Since iRO have it now, maybe there can be some people who might try it there, there's no fix date yet, as for rebellion, we need to be gunslinger first, which takes time...
-
This is used in WoETE Maps too
-
Change names to add Roman numerals Suffix when rebirth
Dastgir replied to Danzon's question in Script Requests
Changing name is somewhat not recommended, consider some player having really long name(full 23 chars), their name would be cut off... -
@@xlaws27 Annie is going to revamp it a little? Also this plugin is not compatible with new Hercules yet..
-
SRC/map/atcommand.h Find #define MAX_MSG 1500 Change 1500 to 1613
-
malloc.h to memmgr.h
-
Just comment it from conf/plugins.conf So it won't load anymore.
-
I don't see jejecap in accname, And you might be using wrong ViewID, thus wrong file
-
[need] 'Clean' Server emulator / Compiled version of Hercules
Dastgir replied to tyr_12's question in Source Requests
You can compile it using MSVC -
Thats how it is in official servers..
-
bonus2 bExpAddRace,RC_All,50;if(BaseLevel < 175) { bonus bAllStats,5;}
-
[Warning]: pc_authok: AnnieRuru (AID:2000000) logged in with unknown group id (100)! kicking...nope, the server kick me{ Id: 501 AegisName: "Red_Potion" Name: "Red Potion" Type: 0 Buy: 50 Weight: 70 Trade: { override: 99 nodrop: true notrade: true } Script: <" itemheal rand(45,65),0; ">},weird, I tested my GM99 can drop and trade items, but normal player can't Change gm level to 100 not group, and it will be bypassed.
-
Problem can't see the sprite of my item
Dastgir replied to Asauske's question in Client-Side Support
In the first post; accname: ACCESSORY_HOLLOWMASK But in accessoryid its in lowercase, so that makes it error, both are case sensitive... -
FluxCP have all those options..
-
[HElp]SUPER SMALL FONT SIZE(not like this before)
Dastgir replied to xlaws27's question in General Server Support
Theres patch called, force Ariel font in nemo? Maybe you used that? -
Problem can't see the sprite of my item
Dastgir replied to Asauske's question in Client-Side Support
Have you diffed with Increase Headgear ViewID? If not, use it, and set number to really high (~30000) , so you can use view Id as 12001 -
In uncarder script: Setting timer uncarder_time = gettimetick(2)+30*24*60*60; // 30 Days At start of uncarder: if (uncarder_time > gettimetick(2)){ mes (uncarder_time-gettimetick(2))/86400)) +" More days before you can use the uncarder"; close;}
-
Tbh, client doesn't matter, unless you really want to give old look, new clients with old mechanics works fine too.
-
Plugin format is much better now, it used to keep changing to remove all the limitations like that of GET_SYMBOL. @@classy5 also if you want to make plugin for old hercules, you need to change #include directory too Example: #include "map/map.h" To #include "../map/map.h" And so on, with other includes too.
-
How to make NPC with language Vietnamese
Dastgir replied to tathanvocuc017's question in Script Support
Download opensetup and ROExt RoExt: http://forum.ratemyserver.net/ro-graphic-coding-media/roext-mouse-freedom-and-some-tweaks/ Opensetup: http://nn.nachtwolke.com/dev/opensetup/ Extract them on RO folder. Open opensetup.exe On upper menu, there will be ROext, choose that, and under it , you will see codepage selection, just choose proper codepage required for Vietnam -
Can you show what all edits you have done? Maybe there might be conflicting id in idnum2resnametable?
-
Could you upload image somewhere else? Tinypic never works for me(maybe my isp blocks it)
-
They are up, anyways they just took time to verify ownership, after they renewed it (as of this downtime)
-
I actualy no experience on plugin or patch... im trying to figure out what i have to do with the info you provided i tried just creating a file name "hercules.h" after that "memmgr.h" then i get error when i start the server Update your Hercules, this plugin is meant for new Hercules.