Hi,
This is a function I wrote some months ago, it will convert any int value to a string representing the given int number in its Roman form.
Example: 9 = IX, 10 = X
Img: Bitte melden Sie sich an, um diesen Link zu sehen.
Have fun!
Hi,
This is a function I wrote some months ago, it will convert any int value to a string representing the given int number in its Roman form.
Example: 9 = IX, 10 = X
Img: Bitte melden Sie sich an, um diesen Link zu sehen.
Have fun!
This quest will warp to the village whoever logins into a map which minimum level required is higher than the player's level.
This basically fixes those who abuse the Wedding Ring or the Warp Scrolls to go to maps they normally shouldn't be able to go into.
For example: if a player logins into the Grotto of Exile but his level is less than 75, he will be teleported back to his village.
The maps and the minimum levels are fully customizable.
Have fun!
Quest File:
Review the changes you've made and troubleshoot the problem then.
The sash model is simply attached to the wrong skeleton.
Hi!
Could you please explain what the problem is in English? So i can help you!
Alles anzeigensure ..
my quest above checks if the player got the item which is declared in the quest .. if yes = xxx will happen ( i edited the code to show you a shorter version) ... if no item .. = the quest will tell you that you need item vnum 123 ....
so its a quest of a NPC ... and my question is:
can someone help me to add a party check + party leader check to it and give a message if you are not party leader or if you are not in a party ..
so i want it like this:
"Ja" = Check Item (x1), Check Party + if PC is PartyLeader--> No item --> error message ( already in the quest )
--> No Party --> error message ( you need a party)
--> No Party Leader --> error message ( you need to be the party leader to do it)
And "Nein" = is already fine its just return
There you go!
The party.is_party check doesn't need to be added since it's redundant. (You can't be the leader of a party without actually being inside a party.)!
If you need more LUA support, you can add me on Skype or Curse!
Hi,
if you can, write in English, so I might be able to help you!
vllt weis einer ja wie man das behebt danke
// Search for: On typedef struct packet_set_item
TPlayerItemAttribute aAttr[ITEM_ATTRIBUTE_SLOT_MAX_NUM];
// Add Under:
#ifdef ENABLE_CHANGE_LOOK_SYSTEM
DWORD dwVnum;
#endif
thank you for shareing
No problem man.
The index of the map you teleport from must be the same index of the map you teleport in, else you get kicked back to the village.
And don't use game99 for this kind of things, preferably.
Hi,
so i found this in my HD and i thought about sharing it with you guys.
It's the latest (AFAIK) SashSystem developed by LeNnT, the 0.3 version (Latest Update: 08/09/2016)
Download:
It contains Documentation, Changelog, and relative Instructions to install it correctly.
05/04/2019 - Update!
After 2 Years of using this system, I've only found 1 bug, 2 considering the fact that it's not compatible with the new zodiac sashes.
I've made a topic to fix both of the issues: Bitte melden Sie sich an, um diesen Link zu sehen.
Have Fun!
Look dude, i'll just give you the ride quest i wrote, that one is not really good, really.. and would take me a lot of time to fix it.
1) questlib.lua (or create a new lib and load it with a dofile()) this code: Bitte melden Sie sich an, um diesen Link zu sehen.
2) This is the ride quest: Bitte melden Sie sich an, um diesen Link zu sehen.
The code is high-quality and it's much more lightweight and understandable, furthermore it's fully customizable from the library file by simply adding new code lines.
The language of the comments is Italian.
Hi,
send the quest "ride.lua/quest" and i'll fix it for you!
Hi,
To solve the problem, run this query:
Then run yours again.
Or, just run the query like this:
Hi!
Common indent mistake, you were starting a new 'state' without closing the first one, the indentation probably confused you and made you think it was a 'when' : Bitte melden Sie sich an, um diesen Link zu sehen.
I've rewritten the quest for you! Have fun!