-
Notifications
You must be signed in to change notification settings - Fork 772
Applied standardization to saras_memory script #1884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Applied standardization to saras_memory script #1884
Conversation
npc/re/instances/saras_memory.txt
Outdated
| next; | ||
| donpcevent(instance_npcname("Doyen Irene#sarains")+"::OnDisable"); | ||
| donpcevent(instance_npcname("A girl#sarains")+"::OnDisable"); | ||
| dispbottom(_("As they wander off you hear strange voices from around the corner...")), ""; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems wrong :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Thank you Asheraf.
npc/re/instances/saras_memory.txt
Outdated
| dali,130,107,5 script Leon the Adventurer#Sara 4_M_DST_GRAND,{ // instance CD check only at the Dimensional Device | ||
| mes("[Leon the Adventurer]"); | ||
| if (BaseLevel < 99) { | ||
| mes("You know... this place doesn't seem to be safe for you. Please returnto me once you have achieved LV. 99"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please correct this one return to
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Just for the record, this was only focused on standardization, but I guess can also add typo fixes.
|
As for the changes in PR it looks good to me, but we should take into consideration merging the npc's with same functionality into one and using the duplicate function |
…Standards. - Added mesf and sprintf commands where needed. - Added _$() and _() macros where needed. - Added curly brackets, paragraph breaks, parentheses and spaces to fit Hercules' Standards. - Changed numeric arguments for constants. Signed-off-by: Ragno <[email protected]>
62fec82 to
683c604
Compare
|
Applied requested changes and squashed commits. I saw the script can be improved in several parts, like duplicating npcs that are identical.. But, this was only fixing standardization to the script, and leaved any structural change for the future. |
Pull Request Prelude
Changes Proposed
Applied a few changes to fit script with official one and applied standardization to entire script.
Affected Branches:
MasterIssues addressed:
NoneKnown Issues and TODO List