Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
1) mysql might not be running 2) mysql isn't configured to accept remote ip
-
I'm just using this file, is there any other? I thought the program automatically generated the .diff Yes that's nemo, once you load the Client, click on Select Recommended button, and then click on Apply Selected.
-
Use proper client, diff client with disable ragexe file name check,Did you use nemo to diff the file?
-
http://herc.ws/board/files/file/182-old-prontera/ Download this, and merge with your grf
-
https://github.com/ROClientSide/Translation/tree/master/data/luafiles514/lua%20files
-
Doubt about Races (DemiHuman, Player, DemiPlayer and Nons)
Dastgir replied to Ragno's question in General Server Support
Yes, monsters with DemiHuman race -
Doubt about Races (DemiHuman, Player, DemiPlayer and Nons)
Dastgir replied to Ragno's question in General Server Support
DemiHuman is a race. Player = Race(only real players are given this race) NonDemiHuman = All Race except DemiHuman NonPlayer = All Race except Player(basically, all monsters) DemiPlayer = DemiHuman+Player NonDemiPlayer = Every race except DemiHuman and Player -
I see (unavailable) tag, maybe you opened some wrong file? Or vcproj-14 folder doesn't exist in your Hercules?
-
It was already fixed a week or two ago, I just didn't leave any note here What's that item Id? Happens with all items?
-
Help black map & can't move/click npcs..
Dastgir replied to Pandaaa's question in General Server Support
i warp to prontera typing @go 0 then loads 3% gets me error. ==Get the old prontera from download section -
Never use WeeMapCache Server sided mapcache works well. WeeMapCache have other issues as well (cannot detect water cells properly, etc...)
-
Max number of item drops from monster?
Dastgir replied to canditw's question in General Server Support
src/map/mob.h #define MAX_MOB_DROP 10 #define MAX_MVP_DROP 3 ^ You can increase it too (@@fxfreitas it's 10 drop, card is included in drop list, it's not necessary that 10th item is a card) -
Change nullpo_retv(ssd); To if (ssd == NULL) return;
-
There's no npc like that in official, you need to manually check all your additions(or maybe someone added it in some other files to trouble you xD)
-
Provide screenshot of map,char,login serber after been rejected, so we can guess the solution by exact error message and it's preceding messages. Just make sure, that you make new account for admin(should not have account_Id 1), thats reserved for server.
-
Installing VNC Server on linux VPS ( CentOS 6 )
Dastgir replied to GraD0s's question in Linux Support
You should be specific of OS. To those who are wondering, Above guide is for CentOS -
What do you mean by that? Almost everyone cannot get the suggestion properly To those who cannot understand: This will do as Follows: If Player A wears item X and player B wears item Y, So itemX have the bonus as bonus2 bEquipItem,Y,10; So when player A attacks Player B, the server will check the opponent(Player equip if he wears Item Y, if yes, then damage will increase by 10%
-
Yes, it's because of old GCC (4.7 in your case), which needs high amount of RAM, maybe try updating the gcc to at least 4.8 or 5.0, which will reduce the RAM consumption
-
Locking the topic, both the topic and topic owner are alive and it would be good if you post on respective topic if topic owner is active and replying (he might be busy at something to fix it immediately, maybe wait till he can fix that problem)
-
What is the current episode of hercules?
Dastgir replied to Vuluts's question in General Server Support
We can't focus on specific episodes too, we get information at random of random feature, which in most cases, are not sequential, and may be from old/new episodes. -
Yes, it works, thats why I said show how it works on TopicStarter script , mostly there is some typo error
-
You should really post on how you generated and used the variable in cutin command
-
No, item_combo checks source and apply additional bonus, but @@True Zeal wants like, if opponent wears specific item, them do +x% attack (x can be negative too)